Image Resizer Node
Resize an image to target dimensions using Pillow. Supports aspect-ratio preservation and multiple resample filters (LANCZOS, BILINEAR, etc.). Outputs the saved path and final dimensions.
Node Interface
Inputs
Outputs
Tags
Source
website_examples/image_resizer.json
Production node definition (node_id, inputs, outputs, python_code)
Related Examples
Browse all →Prism Multi-Asset Publisher
intermediateBatch-publish multiple assets to Prism Pipeline in a single execution: iterate over an asset name list, validate each entry, create versioned Prism products, and return published vs failed counts.
Houdini SOP Chain
intermediateCreate a Houdini geo container, clear defaults, wire a Box SOP into a PolyExtrude SOP, set all parameters, and cook the network — entirely over the live JSON-RPC bridge.
LLM Text Generation
beginnerSend a prompt to a Gemini LLM endpoint with configurable system instruction, temperature, and max tokens. Returns generated text, token count, and a success flag.