khaldoun KASSEM
March 24th, 2005, 10:37 AM
Hi to all
I am using GDI+ on Windows 2000 and XP
I am trying to get the clipping path saved by photoshop from a jpeg image, so I am using the Image class and the GetPropertyCount, GetPropertyItem, GetPropertyItemSize Methods.
When using an old version of GDI+ (released on 2001), all works fine, and i can get all the properties in the header of the image;
but when I install the new release (2004) of GDI+ the function does not return the correct number of properties. et GetPropertyItemSize(propID) return 0 where propID is a correct value.
I read that there was a vulnerability in the old GDI+, but I didn't found any article speaking about these (may be??) new restrictions.
thank you
I am using GDI+ on Windows 2000 and XP
I am trying to get the clipping path saved by photoshop from a jpeg image, so I am using the Image class and the GetPropertyCount, GetPropertyItem, GetPropertyItemSize Methods.
When using an old version of GDI+ (released on 2001), all works fine, and i can get all the properties in the header of the image;
but when I install the new release (2004) of GDI+ the function does not return the correct number of properties. et GetPropertyItemSize(propID) return 0 where propID is a correct value.
I read that there was a vulnerability in the old GDI+, but I didn't found any article speaking about these (may be??) new restrictions.
thank you