What is ExcerptImage?

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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

What is ExcerptImage?

Post by rmagick »

I see this new method in 6.3.5-8. What does it do? How is it different from CropImage? I notice it doesn't seem to be associated with a utility option yet, so is it "ready for prime-time" or is it still under development?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: What is ExcerptImage?

Post by magick »

ExcerptImage() is ready for prime-time. It differs from CropImage() in that it does not respect the virtual page offset (-page) and does not update the page offset and its more efficient than cropping.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: What is ExcerptImage?

Post by rmagick »

Excellent! I'll add an RMagick method for it.
Post Reply