Skip to content

Transform Image Node

Image

Apply crop, resize, flip, rotate, blur, and color filters to a still image

video_transform_imagemedia
Inputs17
Outputs3
Security exposure7/10
Packagemedia

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
7/10High
PrivacyPotential sensitivity of processed data.
8/10High
PerformanceRuntime or resource pressure.
7/10High
GovernancePolicy, audit, or compliance impact.
8/10High
ReliabilityOperational stability considerations.
7/10High
CostExternal or compute cost impact.
10/10High

Input Pins

17

Input

Execution
exec_in

Trigger

Source

Struct
source

Source image FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Target

Struct
target

Target image FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Format

String
format

Output image format, or auto from target extension

Default auto

Crop X

Integer
crop_x
Default 0

Crop Y

Integer
crop_y
Default 0

Crop Width

Integer
crop_width
Default 0

Crop Height

Integer
crop_height
Default 0

Resize Width

Integer
resize_width
Default 0

Resize Height

Integer
resize_height
Default 0

Rotate

Integer
rotate_degrees
Default 0

Blur

Integer
blur_radius
Default 0

Flip Horizontal

Boolean
flip_horizontal
Default false

Flip Vertical

Boolean
flip_vertical
Default false

Brightness

Float
brightness

-1.0 to 1.0

Default 0

Contrast

Float
contrast

1.0 keeps contrast unchanged

Default 1

Saturation

Float
saturation

1.0 keeps saturation unchanged

Default 1

Output Pins

3

Done

Execution
exec_out

Continues

Result

Struct
result

Written image FlowPath

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Report

Struct
report

Image transform report

ImageOperationReportImageOperationReport8 fields
sourcestringrequired
targetstringrequired
input_widthinteger:uint32required
format uint32min 0
input_heightinteger:uint32required
format uint32min 0
output_widthinteger:uint32required
format uint32min 0
output_heightinteger:uint32required
format uint32min 0
output_formatstringrequired
bytes_writteninteger:uint64required
format uint64min 0

Node Info

Internal name
video_transform_image
Category
Image