In server connect - Save image component has a option called quality.
In library this feature is not displayed.
In server connect - Save image component has a option called quality.
In library this feature is not displayed.
Well for png images you can’t set quality. It’s only available for jpg.
Is it possible to convert any image into jpeg ?
Isn’t the image saved as a jpg if you select jpg in the format menu?
Yes it can be saved as jpg. But I have to upload it to my server and later it needs to be deleted from the folder. In this process I cannot specify the changed image extension.
Not sure what you mean? What exactly you cannot specify?
I have explained the feature with comments, in the above image.
In this feature I cannot get the updated name of image from the save image component. Because of this I cannot push the image to server or delete it from the server.
The save image step returns the path to the saved image, so you can use it in the delete step.
So I should select the save image component directly ?
Yes, you can output it to see the result it returns in the browser dev tools …
Is there any alternatives to reducing image size ?