Image Processing

Usage

# Disable "Image Processing" component.
scons goost_image_enabled=no

# Enable "Image Processing" component, disable all others.
scons goost_components_enabled=no goost_image_enabled=yes

Overview

The component provides GoostImage singleton for easy image processing and analysis, which builds on top of Godot’s built-in Image class.

The following lists some major features provided by this extension.