Delete function and rebuild it's ok

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
cuongnh
Posts: 12
Joined: 2012-05-23T03:05:20-07:00
Authentication code: 13

Delete function and rebuild it's ok

Post by cuongnh »

Why I delete function writejpegimage on jpeg.c and rebuild

It still run. And function SetImageOption (quantization table) still work correctly
User avatar
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

Post by anthony »

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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
cuongnh
Posts: 12
Joined: 2012-05-23T03:05:20-07:00
Authentication code: 13

Re: Delete function and rebuild it's ok

Post by cuongnh »

Thanks you

I want to change quantization table which dont need load to file. Which file i must change?
User avatar
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

Post by anthony »

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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply