I'm replaced "jpeg" by mozjpeg, configured mozjpeg by cmake, after configured ImageMagick project (Windows). But when compiling, I get's only errors: Cannot open "jcolsamp.inc" and "jsimdext.inc" and CAN'T BE FIXED by config VS project! Please, help me fix this error in ImageMagick. Try building x64 project.
I want try convert image to JNG with mozjpeg.
Help me compile ImageMagick with mozjpeg
Re: Help me compile ImageMagick with mozjpeg
I tried change masm command string to:
<Command>ml /I"..\..\jpeg\simd" /nologo /c /Cx /safeseh /coff /Fo"$(IntDir)%(Filename).obj" "%(FullPath)"</Command>
<Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
But didn't help!
<Command>ml /I"..\..\jpeg\simd" /nologo /c /Cx /safeseh /coff /Fo"$(IntDir)%(Filename).obj" "%(FullPath)"</Command>
<Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
But didn't help!
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Help me compile ImageMagick with mozjpeg
I know nothing about mozjpeg or how to compile IM with it.
I do not know if mozjpeg can do lossless conversion to anything other than another jpg. See viewtopic.php?f=1&t=28260&p=125670&hili ... eg#p125224.
I do not know if mozjpeg can do lossless conversion to anything other than another jpg. See viewtopic.php?f=1&t=28260&p=125670&hili ... eg#p125224.
Re: Help me compile ImageMagick with mozjpeg
I know mozjpeg have better compression. But I want mozjpeg+JNG.