Open kjk opened 2 years ago
Add ability to convert image to another format e.g. from .png to .jpeg or .webp.
Would be implemented as Convert Image To Another Format command. Would support all image formats supported by image magic.
Convert Image To Another Format
We would download imagemagic on demand i.e. would not be a part of sumatra but only downloaded if user wants to use this functionality.
Later on could support batch operation i.e. some ui to select a number of images for conversion.
Later on could support more operation supported by image magic like resizing, blending etc.
Later on could implement it as small JavaScript programs that expose image magic operations, for greater flexibility.
This issue has been linked to a Canny post: Convert image to another format :tada:
no need for magic if 1st using mutool convert/draw as pdf2png page(s) etc.
Add ability to convert image to another format e.g. from .png to .jpeg or .webp.
Would be implemented as
Convert Image To Another Format
command. Would support all image formats supported by image magic.We would download imagemagic on demand i.e. would not be a part of sumatra but only downloaded if user wants to use this functionality.
Later on could support batch operation i.e. some ui to select a number of images for conversion.
Later on could support more operation supported by image magic like resizing, blending etc.
Later on could implement it as small JavaScript programs that expose image magic operations, for greater flexibility.