I have some JPGs that need to undergo CSS operations on the server side, such as cropping and rounding corners. Once processed, I want to serve these edited JPGs to clients. The clients themselves are unable to interpret CSS, they can only display JPGs.
Is there a tool available for this specific task, possibly a command line web browser?
Edit: I am specifically looking for a solution involving CSS, as there are other tools for image processing but I prefer using CSS for this purpose.