I'm taking screenshots of images (with white background) and they are appearing on the desktop as .png
files, I then use a Automator script to convert them to .jpg
images, but some of the images are actually growing in file size when I do it.
The original image is 63KB in PNG format, then it goes to 85KB after conversion, which has left me confused because I thought JPG was supposed to be the lossy format?
Is there anyway to fix this problem in automator by specifying that it should convert the image at a lower quality?
Also, I can use a meta data stripper to shave off a few KB, it gets rid of metadata about the height and width of the image, is this going to cause me problems when I attempt to use the image in a web page or eBook later on?