# Image Features

## Content

This section describes the image processing and rendering features available in DsPdfJS.

[Create and Save](/document-solutions/javascript-pdf-api/docs/features/image-features/create-and-save)
Create images and thumbnails, load images from byte arrays, and save images in supported formats.
[Work with SVG Files](/document-solutions/javascript-pdf-api/docs/features/image-features/work-with-svg-files)
Create and render SVG images, export graphics and text to SVG, render SVG content to PNG, and save SVG data to byte arrays.
[Process Image](/document-solutions/javascript-pdf-api/docs/features/image-features/process-image)
Resize, crop, rotate, flip, clear, and combine images, and perform compositing operations using image processing methods.
[Apply Effects](/document-solutions/javascript-pdf-api/docs/features/image-features/apply-effects)
Apply visual effects such as dithering, thresholding, grayscale conversion, Gaussian blur, and color adjustments to images.
[Work with Image Colors](/document-solutions/javascript-pdf-api/docs/features/image-features/work-with-image-colors)
Adjust image colors, including color intensity, histogram levels, and color channels.
[Transparency Mask](/document-solutions/javascript-pdf-api/docs/features/image-features/transparency-mask)
Apply transparency masks and modify image transparency using masking operations.
[Work with Graphics](/document-solutions/javascript-pdf-api/docs/features/image-features/work-with-graphics)
Draw and fill graphic elements on images, apply clipping, transformations, transparency layers, interpolation modes, and visual effects such as shadows and glow.
[Work with Text](/document-solutions/javascript-pdf-api/docs/features/image-features/work-with-text)
Render and format text on images, including paragraph formatting, text alignment, rotation, vertical text, and text splitting.