transparency together with JPG output on default settings.
bennystarfighter opened this issue · 2 comments
bennystarfighter commented
When using for an example PNG files as input with transparency and exporting them as JPG without any specific format settings the output file breaks since JPG doesn't support transparency.
Example: <1.jpg append:2.png,right 3.jpg>
(2.png have transparent areas)
simvux commented
I am unable to reproduce, the issue is most likely some image viewers being confused when the format is PNG and the file extension is .jpg (since in this example imagene will default to PNG). I'll make a commit where the file output format gets selected based on the file extension you write in outfile. (and the format: action as an override switch)