📄️ BLOB TO PICTURE
BLOB TO PICTURE ( pictureBlob ; picture {; codec} )
📄️ COMBINE PICTURES
COMBINE PICTURES ( resultingPict ; pict1 ; operator ; pict2 {; horOffset ; vertOffset} )
📄️ CONVERT PICTURE
CONVERT PICTURE ( picture ; codec {; compression} )
📄️ CREATE THUMBNAIL
CREATE THUMBNAIL ( source ; dest {; width {; height {; mode {; depth}}}} )
📄️ Equal pictures
Equal pictures ( picture1 ; picture2 ; mask ) -> Function result
📄️ Get picture file name
Get picture file name ( picture ) -> Function result
📄️ GET PICTURE FORMATS
GET PICTURE FORMATS ( picture ; codecIDs )
📄️ GET PICTURE FROM LIBRARY
GET PICTURE FROM LIBRARY ( picRef | picName ; picture )
📄️ GET PICTURE KEYWORDS
GET PICTURE KEYWORDS ( picture ; arrKeywords {; *} )
📄️ GET PICTURE METADATA
GET PICTURE METADATA ( picture ; metaName ; metaContents {; metaName2 ; metaContents2 ; ... ; metaNameN ; metaContentsN} )
📄️ Is picture file
Is picture file ( filePath {; *} ) -> Function result
📄️ PICTURE CODEC LIST
PICTURE CODEC LIST ( codecArray {; namesArray}{; *} )
📄️ PICTURE LIBRARY LIST
PICTURE LIBRARY LIST ( picRefs ; picNames )
📄️ PICTURE PROPERTIES
PICTURE PROPERTIES ( picture ; width ; height {; hOffset {; vOffset {; mode}}} )
📄️ Picture size
Picture size ( picture ) -> Function result
📄️ PICTURE TO BLOB
PICTURE TO BLOB ( picture ; pictureBlob ; codec )
📄️ READ PICTURE FILE
READ PICTURE FILE ( fileName ; picture {; *} )
📄️ REMOVE PICTURE FROM LIBRARY
REMOVE PICTURE FROM LIBRARY ( picRef | picName )
📄️ SET PICTURE FILE NAME
SET PICTURE FILE NAME ( picture ; fileName )
📄️ SET PICTURE METADATA
SET PICTURE METADATA ( picture ; metaName ; metaContents {; metaName2 ; metaContents2 ; ... ; metaNameN ; metaContentsN} )
📄️ SET PICTURE TO LIBRARY
SET PICTURE TO LIBRARY ( picture ; picRef ; picName )
📄️ TRANSFORM PICTURE
TRANSFORM PICTURE ( picture ; operator {; param1 {; param2 {; param3 {; param4}}}} )
📄️ WRITE PICTURE FILE
WRITE PICTURE FILE ( fileName ; picture {; codec} )