diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:13:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:13:10 +0000 |
commit | 3c57dd931145d43f2b0aef96c4d178135956bf91 (patch) | |
tree | 3de698981e9f0cc2c4f9569b19a5f3595e741f6b /plug-ins/file-psd/TODO.txt | |
parent | Initial commit. (diff) | |
download | gimp-3c57dd931145d43f2b0aef96c4d178135956bf91.tar.xz gimp-3c57dd931145d43f2b0aef96c4d178135956bf91.zip |
Adding upstream version 2.10.36.upstream/2.10.36
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plug-ins/file-psd/TODO.txt')
-rw-r--r-- | plug-ins/file-psd/TODO.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/plug-ins/file-psd/TODO.txt b/plug-ins/file-psd/TODO.txt new file mode 100644 index 0000000..f02ff74 --- /dev/null +++ b/plug-ins/file-psd/TODO.txt @@ -0,0 +1,54 @@ +Load +==== +Photoshop 2.0 and lower files are not supported due to lack of +file specs and test files. + +Add text names for color modes + +Parasite for layer blending ranges per channel? + +Read & use global mask data + +Check for block over-run in read_channel_data + +Process errors from readers in read_channel_data + +Invert layer mask - channel_set_show_masked or invert mask + parasite + +decode more image resources + +Read in layer resources and process adjustment layers etc. +add parasites as required - should be similar to image resources + +add layer support for: + +Text layers + +vector masks + +Image resources: +================ + +1005 - resolution + width and height units dropped. + +1007 - Display info + save color space & color as parasite if unable to display. + +1008 - caption - Add to XMP data block. + +1025 - Working path (not saved) - Load + +1026 - Layers Group Info - ?Load + +1033 1036 + Better error handling for Jpeg decompression. Check for JPEG being included + Custom error function. + +1041 - Honour ICC untagged option + +2000-2998 - Paths + Add initial fill rule and clipboard parasites. + +2999 - Clipping path + Add as parasite to path record. |