laravel-image-legacy
laravel-image-legacy copied to clipboard
Change format with url call
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.