Haiku ImageMagick GUI - One click optimising
Posted: 2017-11-18T14:12:36-07:00
Hello all,
a want to add a one click optimising function into my IM GUI.
I have collect some functions who should optimise an image:
Make this process sense? Can this one used for all image types or should i separate them info the image types?
Greetings Lelldorin
a want to add a one click optimising function into my IM GUI.
I have collect some functions who should optimise an image:
Code: Select all
convert -strip -interlace Plane -auto-orient -normalize -compress None input-file output-file
Greetings Lelldorin