Reading/Writing Image Files
Posted: May 4th, 2018, 12:14 pm
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.
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.