DropMedia Flip & Rotate - 1.1Batch flip and/or rotate your images |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
re: lossless rotation? - Version: 1.1, 9/20/2003 08:37AM PST
Lo Saeteurn
Does DropMedia Flip & Rotate not already do lossless coversion? I believe the quality of all conversions are set to the highest (lossless). if anyone notice any quality loss, please let me know ASAP (info@miennetwork.com).
lossless rotation? - Version: 1.0, 9/9/2003 12:40PM PST
mattd
Just a tip for anyone who cares....
I'll stick with Graphic Converter for rotation of my JPEG images. I haven't researched the subject to death, but there are only a few apps out there for the Mac that do lossless image rotation & mirroring. This is important because most tools that rotate/mirror your images will read in the JPEG, uncompress it, rotate, then recompress when saving to disk. Voila, 1 completely unnecessary generation of degradation. You have just lost information that can not be regained once you trash the original source file.
OK, I got off my lazy butt and tried out this app. The bottom line is, it does not do lossless conversions.
I took an image straight out of my 3 MP camera, with 1:19 JPEG compression ratio. Original file size: 640 KB. First I used GraphicConverter to rotate it 90. New file size: 636 KB. Still 1:19 ratio. Then I used this app to rotate it 90. New file size: 2.8 MB; 1:4 ratio. So it is clear to me that the image file was read in, uncompressed, rotated, then recompressed (albeit at a very high quality) and then written back out. There are 2 problems with this approach:
The solution: a command-line tool called jpegtran.
jpegtran simply manipulates the EXIF header to achieve the desired transformation. All the "real" image data is left untouched. Here are links to more info about jpegtran:
I hope this info helps...