-
Notifications
You must be signed in to change notification settings - Fork 159
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
Which image formats are supported? #50
Comments
Hi @styfle
Yes, the library automatically converts from one image format to the other. For example, if you load a PNG file and want to export it as a JPEG or another image format, the library allows for this. Hope that answers your question, and I'll leave this issue open until I update the guide/README to include the supported image formats. If you have other questions or issues, don't hesitate to let me know, thanks so much! 😄 |
Great, thanks for the quick response! I would be helpful to have docs to show converting from one format to another 👍 Another question for you: can photon change the quality of an image? |
@styfle Currently there's no functionality to let photon change the quality of the image, however this is a feature that I'd like to add soon enough! Ideally, I'd like to have an output function for JPGs which takes a quality parameter. I'm planning to have this feature available in the next release of the library. Thanks again for your questions, always great to get questions or thoughts on the library! 👍 |
I just added the supported image formats to the repo's documentation, including the guide and the README, so I'll close this issue ✅ |
Which image formats are supported?
Can photon convert from one image format to another?
The text was updated successfully, but these errors were encountered: