for Windows #90
Replies: 11 comments
-
-1 Seems to be abandoned. The latest build is still v1.3.0. http://sourceforge.net/projects/jpegoptim/files/jpegoptim/ |
Beta Was this translation helpful? Give feedback.
-
So there's no uptodate win32 port? |
Beta Was this translation helpful? Give feedback.
-
I cannot find them anywhere, and I want them too. |
Beta Was this translation helpful? Give feedback.
-
The exe on SourceForge has the string |
Beta Was this translation helpful? Give feedback.
-
I am willing to build jpegoptim for windows - I have a MinGW32 environment setup.
Does anyone know how to get past that? |
Beta Was this translation helpful? Give feedback.
-
Maybe you should install an updated version of libjpeg. |
Beta Was this translation helpful? Give feedback.
-
@szepeviktor Installing libjpeg doesn't help. I have a prebuilt version of mozjpeg though, now I just need a wrapper like jpegoptim that takes care of the file manipulation (mozjpeg doesn't allow you to overwrite the original file). Perhaps I could write one myself. |
Beta Was this translation helpful? Give feedback.
-
The tool I use is https://github.com/danielgtaylor/jpeg-archive. |
Beta Was this translation helpful? Give feedback.
-
@szepeviktor That tool looks rather good actually. I think I might switch to using that instead! It looks like it achieves a much higher level of compression (even if it is a bit lossy). The result looks almost identical to the original, which is the main thing. Thanks for all your help :) |
Beta Was this translation helpful? Give feedback.
-
It's not hard to cross-compile a Windows binary in Cygwin. I prefer that because it's a more Unix-like environment so less things break during the build process. First get mozjpeg. It will be slower but give better progressive compression rates than libjpeg. I got mozjpeg-3.1-release-source.tar.gz from the releases page. There's a lot of work going on there, and I don't want to risk some insufficiently tested work in progress messing up my images. If using mozjpeg, use a jpegoptim version after f3701c9 because otherwise all images will probably be progressive. It will still default to progressive, so you need the I'm using the i686-w64-mingw32 compiler in Cygwin. Mozjpeg is easy to build via Finally here is the win32 binary. |
Beta Was this translation helpful? Give feedback.
-
If anyone's interested https://github.com/XhmikosR/jpegoptim-windows/releases |
Beta Was this translation helpful? Give feedback.
-
Could you please link
http://sourceforge.net/projects/jpegoptim/ ?
Beta Was this translation helpful? Give feedback.
All reactions