Open belg4mit opened 8 months ago
@belg4mit, I don't think it works properly under windows. As you can see, you wanted to resize the image to 800x800, however the output gave you the same resolution as that of the original image.
_D:\Tools>c:\Progra~1\Python\python imgp-master\imgp --mute --quality 90 -x 800x800 --overwrite -r imgp.test imgp.test\10_PHOTO1\R_12fwK7duntjbSI9_IMG0145.jpg 1280x960 -> 1280x960 396696 bytes -> 173783 bytes
I have the same issue when I use it under my win PC, all the global variables cannot be sent to the sub methods, like resize_image
Hello,
I just tried running master (v2.9) on Windows and it mostly works, but some arguments seem to be ignored? -r is heeded and -x is processed but ignored while -d, -m and -w have no effect. However, the flags appears to be set properly internally, per the output from this basic debug.patch:
Non-flag heeding invocation output pre-debug patch (identical with short or long-form parameters):
Any ideas?
--JAPH