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
As far as I understood, I can load an image and save it in different format programmatically.
Could we also add this functionality to the url API?
The syntax could be catpic.jpg-image(200,200).png - meaning that if everything before -image is a real path to existing file then treat the final extension as the new format.
The text was updated successfully, but these errors were encountered:
As far as I understood, I can load an image and save it in different format programmatically.
Could we also add this functionality to the url API?
The syntax could be
catpic.jpg-image(200,200).png
- meaning that if everything before-image
is a real path to existing file then treat the final extension as the new format.The text was updated successfully, but these errors were encountered: