diff options
Diffstat (limited to 'magick/profile-private.h')
-rw-r--r-- | magick/profile-private.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/magick/profile-private.h b/magick/profile-private.h new file mode 100644 index 0000000..740e728 --- /dev/null +++ b/magick/profile-private.h @@ -0,0 +1,13 @@ +/* + Copyright (C) 2004 - 2023 GraphicsMagick Group + + This program is covered by multiple licenses, which are described in + Copyright.txt. You should have received a copy of Copyright.txt with this + package; otherwise see http://www.graphicsmagick.org/www/Copyright.html. + + GraphicsMagick Private Methods For Manipulating Embedded Image Profiles. +*/ + +/* Header for JPEG APP1 EXIF profile */ +#define MAGICK_JPEG_APP1_EXIF_HEADER "Exif\0\0" +#define MAGICK_JPEG_APP1_EXIF_HEADER_SIZE (sizeof(MAGICK_JPEG_APP1_EXIF_HEADER)-1) |