Hi
I have some binary files (jpeg), which contain a lot of image-data - and
some embedded XML (XMP actually).
If I view the file in a hex-editor, there is a lot of binary data - and then
in the middle of everything:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Appl...
more >>
I'm not exactly sur in which context it is valid / usefull.
For example will it suppres the stack in the following sample below when
using the ScreenGraphics class?
(i.e. I wonder if it will work even if it is not applied to the Gdi32 class,
but to the "consumer" class ScreenGraphics instead...
more >>