-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set quality level if PNG selected #79
Comments
PNG is a lossless compression algorithm while the quality setting applies to JPEG's lossy compression. Thus it makes no sense to have a quality level for PNG. It would be nice to be able to set the compression rate (smaller size, slower creation) though, I will open an issue if there is not one already. This issue though can be closed. :) |
no, the current best image format is JPEG XL for a multitude of reasons. Among which is also the best compression ratio for both lossy and lossless images. png and jpeg are legacy outdated formats. they are unacceptable in 2023. we should focus on current technology instead of decades old. |
How well supported is this and what's its future: "Besides Cloudinary and Google (originally), throughout JPEG XL's preliminary implementation in web browsers, various representatives of well-known industry brand names have publicly voiced support for JPEG XL as their preferred choice, including Facebook,[24][25] Adobe,[26][27] Intel and the Video Electronics Standards Association,[28][29] The Guardian,[30][31] Flickr and SmugMug,[32] Shopify,[33] the Krita Foundation,[34] and Serif Ltd.[35]" --Wikipedia |
Don't waste any time on feeding an obnoxious user who barged in here without any manners or respect. JPEG XL is amazing but this issue is not even remotely related to it in any way. |
You can't set the quality level if PNG selected. However you can if JPG is selected. Current version of QTiles. QGIS 2.18.2 on macOS.
The text was updated successfully, but these errors were encountered: