You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why have you removed JPG support? I use jimp composer and in 0.10.2 I can still render image to JPG just by using filename with .jpg extension, but in master I can see there's forced PNG support only (even for .jpg extension a PNG-format file is rendered).
It's useful to have an option to choose the format. For example in my project the example sprite file sizes are:
PNG = 4.7 MB
JPG = 2.6 MB (quality: 100)
JPG = 0.9 MB (quality: 90)
There's no visible quality decrease for these pictures (source images are anyway JPG-s with 90 quality) so I'd like to choose 3rd option with the smallest file.
Also, for 0.10.2 there's no option to provide JPG quality, which I've provided additionally here l0co@7fcd13f
The text was updated successfully, but these errors were encountered:
Why have you removed JPG support? I use
jimp
composer and in 0.10.2 I can still render image to JPG just by using filename with.jpg
extension, but in master I can see there's forced PNG support only (even for.jpg
extension a PNG-format file is rendered).It's useful to have an option to choose the format. For example in my project the example sprite file sizes are:
There's no visible quality decrease for these pictures (source images are anyway JPG-s with 90 quality) so I'd like to choose 3rd option with the smallest file.
Also, for 0.10.2 there's no option to provide JPG quality, which I've provided additionally here l0co@7fcd13f
The text was updated successfully, but these errors were encountered: