Product Logo

CNS Image

Import, edit, and export Images in the FileMaker environment

Script Steps
Script StepCNSImage Convert
Script StepCNSImage Create Hex Color Image
Script StepCNSImage Crop
Script StepCNSImage Dec to Hex
Script StepCNSImage Export
Script StepCNSImage File Copy
Script StepCNSImage File Delete
Script StepCNSImage File Exists
Script StepCNSImage File Export
Script StepCNSImage File Import
Script StepCNSImage File Move
Script StepCNSImage File Read
Script StepCNSImage File Rename
Script StepCNSImage File Select With Dialog
Script StepCNSImage File Size
Script StepCNSImage File Timestamp
Script StepCNSImage File Write
Script StepCNSImage Filter Blur
Script StepCNSImage Filter Contrast
Script StepCNSImage Filter Edge
Script StepCNSImage Filter Emboss
Script StepCNSImage Filter Modulate
Script StepCNSImage Filter Sharpen
Script StepCNSImage Folder Create
Script StepCNSImage Folder Delete
Script StepCNSImage Folder Exists
Script StepCNSImage Folder Get Path
Script StepCNSImage Folder List
Script StepCNSImage Folder Rename
Script StepCNSImage Folder Select With Dialog
Script StepCNSImage Get Configure Option
Script StepCNSImage Get From URL
Script StepCNSImage Get Hex Color
Script StepCNSImage Get Hex Color Component
Script StepCNSImage Get Image Hex Color
Script StepCNSImage Get Info
Script StepCNSImage Get Layer
Script StepCNSImage Hex Color to Grayscale
Script StepCNSImage Hex to Dec
Script StepCNSImage Import
Script StepCNSImage Reflect
Script StepCNSImage Register
Script StepCNSImage Resize
Script StepCNSImage Rotate
Script StepCNSImage Set Configure Option
Script StepCNSImage Set GhostScript Path
Script StepCNSImage Set Hex Color Component
Script StepCNSImage Show Color Picker
Script StepCNSImage Show Configure Dialog
Script StepCNSImage Transform
Script StepCNSImage Version

CNSImage Convert

NameCNSImage Convert
Description

Performs a conversion on an image, eg. to a different image type, a different resoltion, etc.

FormatCNSImage Convert ( Select entire contents ; Target ; Image ; Type ; Resolution ; Depth ; Quality )
Required Parameters
Image

Performs a conversion on an image, eg. to a different image type, a different resolution, etc.

Type

The image type of the new image. [Specify "" to keep the current image type. Valid types are: "JPEG", "PNG", "BMP", "PICT", "TIFF", "PSD", "SGI", "TGA"]

Optional Parameters
Select entire contents

If checked, the target field or variable will be replaced by the result of this script step.

Target

Specify the field or variable to receive the chosen path.

Resolution

The resolution in pixels per inch of the new image. [Specify "" or 0 to keep the current resolution.]

Depth

The bit-depth of the new image. [All settings may not work for all image types; Specify "" or 0 to keep the current bit-depth. Valid depths are: 1, 2, 4, 8, 16, 24, 32, 33, 34, 36, 40]

Quality

The quality of the new image. [Only available for JPEGs, MIFFs, PNGs, and TIFFs; Specify "" or 0 to keep the current quality. Valid quality settings are: "Min", "Low", "Normal", "High", "Max", "Lossless", or a number between 1 and 100.]