Add method to modify XISF Property

This commit is contained in:
2025-08-03 20:40:56 +02:00
parent fa39440b9e
commit c6581e1122
3 changed files with 34 additions and 3 deletions
+6
View File
@@ -443,6 +443,12 @@ public:
* @param name of keyword that will be removed
*/
void removeFITSKeyword(uint32_t image, const String &name);
/**
* @brief updateProperty add new or update existing XISF Property
* @param image index of image to update
* @param property new value of property
*/
void updateProperty(uint32_t image, const Property &property);
private:
XISFModifyPrivate *p;
};