Why I delete function writejpegimage on jpeg.c and rebuild
It still run. And function SetImageOption (quantization table) still work correctly
Delete function and rebuild it's ok
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Delete function and rebuild it's ok
first the coder is loaded as a separate module, so Im will not know things in the module is missing until it tries to use it.
second, could you have that coder module installed somewhere else?
Use locate to see if you can find one.
second, could you have that coder module installed somewhere else?
Use locate to see if you can find one.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Delete function and rebuild it's ok
Thanks you
I want to change quantization table which dont need load to file. Which file i must change?
I want to change quantization table which dont need load to file. Which file i must change?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Delete function and rebuild it's ok
There is a couple of discussions in the Digital Image Processing forum about this.
A example file is provided called "quantization-table.xml" whcih you place in either a system folder or your personal .magick subdirectory of your home. It details the quantization tables to use.
A example file is provided called "quantization-table.xml" whcih you place in either a system folder or your personal .magick subdirectory of your home. It details the quantization tables to use.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/