FILES STAY LOCAL
Fast image work begins with a clear, inspectable operation
These tools are organized around the job a visitor needs to finish: make a file smaller, change its pixels, convert its format, inspect its metadata, create an animation, calculate a color, or draw a quick annotation. Each page exposes the settings that materially change the result and creates a new download instead of overwriting the source.
Most processing happens inside the browser with Canvas, WebAssembly, and small format-specific libraries. That reduces upload delay and keeps ordinary photos away from a NexaCurrent file server. Large decoded images can still consume substantial device memory, so conservative file, pixel, frame, and batch limits are part of the product rather than hidden failure modes.
Local processing is a feature, not a slogan
A compressed JPEG can expand to hundreds of megabytes when decoded. The workspace validates file count, file size, and pixel count before costly work. Temporary Blob URLs are revoked after replacement or page exit, and closing the tab clears the working state.
Conversions disclose what they really create
Image-to-SVG creates an SVG wrapper around raster pixels; it does not pretend to trace editable vector shapes. Generic CMYK values are labeled approximate because press-ready conversion requires an ICC profile. Changing a DPI field does not invent pixels or sharpness.
Original tools avoid borrowed brand identity
The logo generator creates editable generic wordmarks and geometric marks. Camera watermarks avoid manufacturer trademarks, seasonal frames use original assets, and decorative stamps cannot claim official authority. Users remain responsible for trademark and usage-right checks.