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
I have a set of images (since they are from different sources, they have the same aspect ratio but not the resolution). Since I would show the image on the webpage with the same size (width). I would like to resize the image to the same width, and then let sprity to combine all the images.
Currently as I know I can only do that in two steps:
Resize command and save the image into a temp folder
Create a CSS sprite from that folder
But is it possible to PIPE the resized image into spinty?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have a set of images (since they are from different sources, they have the same aspect ratio but not the resolution). Since I would show the image on the webpage with the same size (width). I would like to resize the image to the same width, and then let sprity to combine all the images.
Currently as I know I can only do that in two steps:
But is it possible to PIPE the resized image into spinty?
Thanks in advance
The text was updated successfully, but these errors were encountered: