We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459c73c commit a698c3fCopy full SHA for a698c3f
include/exiv2/jpgimage.hpp
@@ -23,7 +23,6 @@ struct EXIV2API Photoshop {
23
// Todo: Public for now
24
static constexpr std::array irbId_{"8BIM", "AgHg", "DCSR", "PHUT"}; //!< %Photoshop IRB markers
25
static constexpr auto ps3Id_ = "Photoshop 3.0\0"; //!< %Photoshop marker
26
- static constexpr auto bimId_ = "8BIM"; //!< %Photoshop IRB marker (deprecated)
27
static constexpr uint16_t iptc_ = 0x0404; //!< %Photoshop IPTC marker
28
static constexpr uint16_t preview_ = 0x040c; //!< %Photoshop preview marker
29
0 commit comments