Add method to for ICC profile

This commit is contained in:
2023-05-24 16:27:28 +02:00
parent a536a271ab
commit 0893bfa048
3 changed files with 13 additions and 1 deletions
+2
View File
@@ -301,6 +301,8 @@ public:
* For example OBSERVER => Observer:Name, SITELAT => Observation:Location:Latitude
*/
bool addFITSKeywordAsProperty(const String &name, const String &value);
const ByteArray& iccProfile() const;
void setIccProfile(const ByteArray &iccProfile);
void* imageData();
const void* imageData() const;