mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-24 00:12:59 -05:00
SCT: added read only support
I keep adding old formats to ensure interoperability with as many programs as possible... This plugin adds read-only support for the Scitex SCT format only. This format is also supported by Photoshop in read and write (SCT test cases were created by Photoshop). [Scitex HandShake Formats Specifications](/uploads/a3e213e48349d898b260375d6c052521/Scitex_HandShake_Formats.pdf)
This commit is contained in:
@ -107,6 +107,10 @@ kimageformats_add_plugin(kimg_rgb SOURCES rgb.cpp)
|
||||
|
||||
##################################
|
||||
|
||||
kimageformats_add_plugin(kimg_sct SOURCES scitex.cpp)
|
||||
|
||||
##################################
|
||||
|
||||
kimageformats_add_plugin(kimg_tga SOURCES tga.cpp)
|
||||
|
||||
##################################
|
||||
|
||||
Reference in New Issue
Block a user