ohio813 / imageshack-uploader

Automatically exported from code.google.com/p/imageshack-uploader
0 stars 0 forks source link

optimize feature does not reduce file size of image #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Add image
2. select 'optimize only'
3. press upload

What is the expected output? What do you see instead?

The image should be compressed and file sized reduced. Instead he file is
unchanged.

Please use labels and text to provide additional information.

Confirmed on Linux and MAC OS

Original issue reported on code.google.com by npettas@gmail.com on 18 Mar 2010 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by lyolik1...@gmail.com on 22 Mar 2010 at 8:03

GoogleCodeExporter commented 8 years ago
Image Shake Uploader application does not precess images. This is a 
"ImageShake" server's functionality.
Thus the local image file is not changed but uploaded to server file is 
compressed by server.
For example an original image uploaded without optimization:
http://yfrog.com/1xtest3vbj - (the size is 2886 kB),
and image uploaded with selected "Optimize only" option:
http://yfrog.com/9etest3ij - (the size if 889 kB)

Original comment by andriy.v...@gmail.com on 30 Mar 2010 at 11:51