Art2XML Demos

Interactive demonstrations of Art2XML capabilities for digital asset conversion and metadata management.

Try the File Converter

// Basic file conversion
curl -X POST 'https://api.elnhnna.com/art2xml/v1/convert' \
     -H 'Authorization: Bearer YOUR_API_KEY' \
     -F 'file=@yourfile.png' \
     -F 'format=xml'

1. Replace "yourfile.png" with an actual image file path
2. The API automatically preserves color profiles and layer data
3. You'll receive a structured XML response with base64-encoded assets

Feature Showcases

Interactive demonstrations of Art2XML's core features

Metadata Analyzer

Extract and visualize embedded metadata from digital art files in real-time

Supports: PNG, JPEG, SVG, PSD

Layer Explorer

Explore and modify layered art files through interactive XML manipulation interface

Requires plugin or API access

Bulk Processing

Convert entire art libraries with batch processing and metadata preservation

Recommended for enterprise workflows

Live API Demo

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<art-document>
  <metadata>
    <source>artwork.png</source>
    <size>2048x1024</size>
    <created>2025-09-13T14:23:19Z</created>
    <layers>5</layers>
  </metadata>
  <base64>eJxN0kEOgCAQBdD...

The XML format preserves all layered structure and source information