Reading/Writing Image Files

Please use this forum to post bug reports, feature requests, tips, etc. for beta versions of Picture Window Pro 8

Moderator: jsachs

Locked
jsachs
Posts: 4403
Joined: January 22nd, 2009, 11:03 pm

Reading/Writing Image Files

Post by jsachs »

Having discovered some deficiencies in GDI+ for reading and writing image files, I discovered that there is another set of routines buried in Windows call WIC (Windows Imaging Component) which is evidently somewhat newer are more fully featured. I am in the process of converting to WIC -- reading and writing image data seems to be pretty straightforward, but reading and writing metadata is a lot more complicated than with GDI+.

If I can get metadata to work, the good news is that WIC supports LZW and ZIP TIFF compression, and also various compression options for JPEG, and it should simplify the rest of the image file code in PWP.
Jonathan Sachs
Digital Light & Color
MarkT
Posts: 371
Joined: April 24th, 2009, 2:07 pm

Re: Reading/Writing Image Files

Post by MarkT »

So very interesting to hear how the development takes place. Thanks for sharing some of the background information.
jsachs
Posts: 4403
Joined: January 22nd, 2009, 11:03 pm

Re: Reading/Writing Image Files

Post by jsachs »

The reason I mention this in part is that if and when the code is switched over to WIC, there are likely to be residual problems with metadata for one or more of the different file types, so it will be something to keep and eye out for.
Jonathan Sachs
Digital Light & Color
Locked