I need to read and convert some pictures around 1.7mb from jpg to bmp in Delphi 2007.
Some pictures are cut out, grayscale or worst after conversion.
I searched, but in no way i found a trick to add WIC routines like TWicImage in delphi 2007.
I read somewhere that it can be easily added via COM, but I do not know how or what file has to be imported.
Thank you.
Here is an example how to convert JPEG to bitmap using WIC: