I installed Flytampa_Ortho4xp_conversion_tool_1.14 on my Win11, next to Python 3.11.8 and ImageMagick 7.1.1-35 Q16-HDRI.
First part worked until:
"Adjusting textures.. this can take a while, depending on the amount of files to be converted"
There it failed and I see in the log:
Code: Select all
Command 'identify -format '%k' mask/cropped_resized.jpg' returned non-zero exit status 1.
Traceback (most recent call last):
File "C:\X-Plane 12-Test\Custom Scenery\zOrtho4XP_+37+023\Flytampa_Ortho4xp_conversion_tool_1.14\Flytampa_Ortho4xp_conversion_tool_v1.14.py", line 460, in <module>
jpeg_check = subprocess.check_output("identify -format '%k' mask/cropped_resized.jpg", shell=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\micha\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\micha\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'identify -format '%k' mask/cropped_resized.jpg' returned non-zero exit status 1.
- "Add application directory to your system path" and "Install legacy utilities (e.g. convert)" were checked during installation.
- identify tool can be found when i type it in a shell
Thanks
Mike