ImageGear Professional DLL v17.1 for Windows Accusoft
Decompressing and Compressing the Entire Image
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > User Guide > Using ImageGear > Images and Documents > Run Ends Image Storage Format > Decompressing and Compressing the Entire Image

Glossary Item Box

If you want to work with an image directly and avoid using pixel access functions on a per-raster basis, you can decompress the image to your own buffer using IG_DIB_area_get(). Here's an example scenario:

  1. Call IG_DIB_area_size_get to get the size of the buffer.
  2. Allocate the buffer (i.e., with new or malloc).
  3. Call IG_DIB_area_get. ImageGear decompresses the image into your buffer.
  4. Read/write uncompressed pixel data directly in your buffer.
  5. Call IG_DIB_area_set if updating ImageGear's internal copy of the image is desired. ImageGear compresses the image from your buffer.
©2012. Accusoft Corporation. All Rights Reserved.