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 Create Hex Color Image

NameCNSImage Create Hex Color Image
Description

This script step takes a HexColor and creates a container image of the specified width and height (defaulting to 25x25) and returns that image to you. The native image type is a PNG (which allows for Alpha Transparency), but a JPEG “Preview” is also included in the container object for printing and using with Instant Web Publishing.

FormatCNSImage Create Hex Color Image ( Select entire contents ; Target ; HexColor ; Width ; Height ; Alpha )
Required Parameters
HexColor

The Color of the Image to Create.

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 result.

Width

The Width of the Image. (Default is 25.)

Height

The Height of the Image. (Default is 25.)

Alpha

The Alpha/Transparency level. (0–255; Default is 255.)