diff options
Diffstat (limited to 'org/ocda_obj_setter.org')
| -rw-r--r-- | org/ocda_obj_setter.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org/ocda_obj_setter.org b/org/ocda_obj_setter.org index 8e7a67c..f16e133 100644 --- a/org/ocda_obj_setter.org +++ b/org/ocda_obj_setter.org @@ -54,6 +54,8 @@ struct ST_file_name_hash_size_ { ubyte[32] fileHash_sha256; ulong fileSize; bool fileMissing = false; // file not found or unreadable, fileHash_sha256 & fileSize unset + int imageWidth = 0; // actual pixel dimensions of the + int imageHeight = 0; // file, not the display dimensions carried in the markup (w##h##) } struct SHA_256_Hashes_ { char[] summary; |
