AI Analysis

How Picture Optimizer uses vision AI to generate image metadata.

Overview

Picture Optimizer sends your images to a vision AI model that analyzes the visual content and generates structured metadata. This metadata is optimized for SEO, accessibility, and content management.

What Gets Generated

FieldDescriptionExample
Alt TextDescriptive, accessible alt text following WCAG guidelinesSunset over a California beach with golden sand and crashing waves
TitleConcise, descriptive title for the imageCalifornia Beach Sunset
CaptionA natural-language caption suitable for displayA vibrant sunset paints the sky over a pristine California coastline
DescriptionExtended description with contextual detailLonger paragraph describing the scene, mood, and subjects
FilenameSEO-friendly hyphenated filename (without extension)sunset-california-beach-golden-hour-landscape
SEO TagsRelevant keywords and tags for categorizationsunset, beach, california, landscape, ocean, golden hour

How the AI Prompt Works

The AI model receives:

  1. The image file (uploaded to the cloud service)
  2. A structured prompt that specifies the exact JSON output format required

The prompt instructs the AI to:

  • Generate descriptive, keyword-rich metadata
  • Follow SEO best practices for alt text and titles
  • Create filenames as descriptive-hyphenated-lowercase-name-with-orientation (no extension)
  • Produce tags relevant to the image content

Filename Generation

The AI generates a suggested filename, but how it's used depends on the pipeline mode:

Full Pipeline (Analyze & Export)

The AI-generated filename replaces the original filename during export. For example:

  • Original: IMG_4521.jpg
  • AI filename: sunset-california-beach-golden-hour-landscape
  • Exported as: sunset-california-beach-golden-hour-landscape.webp (with chosen format)

Analyze Only

The AI-generated filename is stored in metadata but the actual file on disk is not renamed. The original filename remains unchanged.

Compress & Export Only

No AI analysis occurs, so the original filename is preserved. Only the extension may change based on the export format.

Review & Edit

After AI analysis, you can review and edit every field before applying:

  • Navigate between images in the review step
  • Edit any field inline
  • Changes are reflected in the final metadata applied to WordPress

Metadata Application

When metadata is applied to WordPress (in both Full and Analyze Only modes):

AI FieldWordPress FieldStorage
Titlepost_titlewp_posts
Alt Text_wp_attachment_image_altwp_postmeta
Captionpost_excerptwp_posts
Descriptionpost_contentwp_posts
All fields_image_forge_metadatawp_postmeta (full JSON)

Credit Cost

AI analysis costs 1 credit per image, regardless of image size or complexity.