The Data Format phase establishes the foundation for all WIA-ART-001 interoperability. This chapter provides detailed technical specifications for file formats, metadata schemas, color management, and quality tiers that ensure digital artwork can be reliably created, exchanged, and preserved across any platform or tool that implements the standard.
Understanding these specifications is essential for developers building WIA-compliant applications. The format requirements balance comprehensive functionality with practical implementability, ensuring that both simple tools and sophisticated platforms can participate in the standardized ecosystem.
WIA-ART-001 supports a carefully selected set of file formats that together address the needs of different digital art workflows. Each format has specific requirements for compliance, ensuring consistent interpretation across implementations.
| Format | Use Case | Bit Depth | Requirements |
|---|---|---|---|
| PNG | Lossless, web, archival | 8, 16-bit | ICC profile, metadata chunks |
| JPEG | Photos, web distribution | 8-bit | Quality ≥85, EXIF 2.3+ |
| TIFF | Archival, print | 8, 16, 32-bit | Lossless compression only |
| WebP | Modern web | 8-bit | Lossless mode for art |
PNG (Portable Network Graphics) serves as the primary format for lossless digital artwork. All WIA-compliant implementations MUST support PNG with the following specifications:
{
"format": "PNG",
"version": "1.2",
"compression": "deflate",
"bitDepth": [8, 16],
"colorType": ["truecolor", "truecolor-alpha"],
"requiredChunks": {
"iCCP": "ICC color profile (REQUIRED)",
"iTXt": "UTF-8 metadata (REQUIRED)",
"tEXt": "ASCII metadata (RECOMMENDED)",
"tIME": "Modification timestamp (RECOMMENDED)"
}
}
JPEG remains essential for photographic content and web distribution. While lossy compression is inherent to the format, quality parameters ensure acceptable fidelity:
For vector artwork, SVG (Scalable Vector Graphics) is the primary format:
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:wia="https://wia.org/standards/ART-001/v1"
version="1.1"
viewBox="0 0 1000 1000">
<metadata>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description rdf:about="">
<dc:title>Artwork Title</dc:title>
<dc:creator>Artist Name</dc:creator>
<dc:rights>© 2025 Artist Name</dc:rights>
</rdf:Description>
</rdf:RDF>
</metadata>
<!-- Artwork content -->
</svg>
For three-dimensional digital art, glTF 2.0 is the standard format:
{
"asset": {
"version": "2.0",
"generator": "WIA-ART-001 Exporter v1.0"
},
"extensionsUsed": [
"KHR_materials_pbrSpecularGlossiness",
"WIA_art_metadata"
],
"extensions": {
"WIA_art_metadata": {
"title": "3D Sculpture",
"artist": "Artist Name",
"created": "2025-01-15T10:30:00Z",
"license": "CC BY-SA 4.0"
}
}
}
The metadata schema defines how information about digital artwork is structured and stored. This comprehensive schema accommodates technical, descriptive, administrative, and preservation metadata.
{
"@context": "https://wia.org/standards/ART-001/v1",
"@type": "DigitalArtwork",
"id": "uuid:12345678-1234-1234-1234-123456789abc",
"version": "1.0",
"timestamp": "2025-01-15T10:30:00Z",
"artwork": {
"title": "Sunset Over Mountains",
"subtitle": "Evening Light Series #3",
"description": "A digital painting capturing...",
"created": "2025-01-15T10:30:00Z",
"modified": "2025-01-16T14:00:00Z"
},
"artist": {
"name": "Jane Doe",
"id": "did:wia:artist:jane-doe",
"url": "https://artist.example.com",
"nationality": "US"
},
"technical": {
"medium": "digital-painting",
"format": {
"mimeType": "image/png",
"extension": "png"
},
"dimensions": {
"width": 4096,
"height": 2160,
"unit": "px",
"dpi": 300
},
"color": {
"space": "Adobe RGB",
"profile": "Adobe RGB (1998)",
"bitDepth": 16
},
"fileSize": 52428800,
"checksum": {
"algorithm": "SHA-256",
"value": "a1b2c3d4..."
}
},
"rights": {
"copyright": "© 2025 Jane Doe",
"license": {
"type": "CC-BY-SA-4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
}
}
}
| Field | Type | Description |
|---|---|---|
| id | string | UUID v4 or URI identifier |
| artwork.title | string | 1-200 characters |
| artist.name | string | Creator's name or pseudonym |
| technical.format.mimeType | string | IANA media type |
| technical.dimensions | object | Width, height, unit |
| rights.copyright | string | Copyright notice |
Valid values for the technical.medium field:
Consistent color reproduction across devices requires proper color management. All WIA-compliant artwork MUST specify color space and embed appropriate ICC profiles.
| Color Space | Usage | Gamut | Profile |
|---|---|---|---|
| sRGB | Web, general use | Standard | IEC 61966-2-1 |
| Adobe RGB | Professional print | Wide | Adobe RGB (1998) |
| Display P3 | Modern displays | Wide | Display P3 |
| ProPhoto RGB | Archival, editing | Ultra-wide | ROMM RGB |
Different use cases require different quality levels. The standard defines three tiers:
{artist-slug}_{artwork-slug}_{version}_{variant}.{ext}
Examples:
jane-doe_sunset-mountains_v1_master.tiff
jane-doe_sunset-mountains_v1_web.jpg
jane-doe_sunset-mountains_v1_thumb.webp
All WIA-compliant files MUST pass these validation checks:
Chapter 5 covers Phase 2: API Interface specification, detailing the REST API endpoints, TypeScript SDK, and authentication mechanisms that enable programmatic access to WIA-compliant artwork data.
Korea operates a comprehensive standards governance system through inter-ministerial cooperation. National Standards Council (under Prime Minister's Office, per Framework Act on National Standards Article 5) coordinates KATS (Korean Agency for Technology and Standards), MFDS (Ministry of Food and Drug Safety), MOTIE (Ministry of Trade, Industry and Energy), MSIT (Ministry of Science and ICT), MOIS (Ministry of the Interior and Safety), MOE (Ministry of Environment), MOHW (Ministry of Health and Welfare), MND (Ministry of National Defense), MCST (Ministry of Culture, Sports and Tourism), MOFA (Ministry of Foreign Affairs), MOJ (Ministry of Justice), and FSC (Financial Services Commission). Accreditation and Testing: KOLAS (Korea Laboratory Accreditation Scheme) accredits 800+ testing laboratories. KAS (Korea Accreditation System) accredits 50+ certification bodies. KTC (Korea Testing Certification), KTR (Korea Testing & Research Institute), KTL (Korea Testing Laboratory), and KCL (Korea Conformity Laboratories) provide conformance testing. Telecom and Cyber: KCC (Korea Communications Commission), KCA (Korea Communications Agency), TTA (Telecommunications Technology Association), IITP (Institute for Information & Communications Technology Planning & Evaluation), NIPA (National IT Industry Promotion Agency), KISA (Korea Internet & Security Agency), KCMVP (Korea Cryptographic Module Validation Program), NIS (National Intelligence Service), NSR (National Security Research Institute), and NCSC (National Cyber Security Center). National R&D Centers: KIST, ETRI, KAIST, Seoul National University, Yonsei University, Korea University, POSTECH, UNIST, GIST, DGIST, KISTI, KIER, KIMM, KRICT, KFRI, KRIBB. International Standards Cooperation: ISO TC/SC Korean secretariats, IEC TC/SC Korean secretariats, ITU-T Study Group Korean chairs, 3GPP RAN/SA Korean chairs, IEEE 802 Korean chairs, W3C Korea office, OASIS Korea office, IETF Korea cooperation, OECD CSTP, UN ESCAP, APEC SCSC Korean cooperation. Korean Industrial Standards (KS) Catalog: KS X (Information) 25,000+, KS A (Basic) 15,000+, KS B (Machinery) 25,000+, KS C (Electrical) 18,000+, KS D (Metallurgy) 12,000+, KS E (Mining) 5,000+, KS F (Construction) 18,000+, KS H (Food) 8,000+, KS I (Environment) 5,000+, KS J (Biology) 3,000+, KS K (Textile) 15,000+, KS L (Ceramics) 7,000+, KS M (Chemistry) 12,000+, KS P (Medical) 5,000+, KS Q (Quality Mgmt) 4,000+, KS R (Transport) 12,000+, KS S (Service) 3,000+, KS T (Packaging) 4,000+, KS V (Shipbuilding) 5,000+, KS W (Aerospace) 3,000+ — totaling 220,000+ Korean Industrial Standards. Key Acts: Personal Information Protection Act (Act 19234, effective Sept 15, 2024), Electronic Government Act, Electronic Signature Act, Act on Promotion of Information and Communications Network Utilization and Information Protection, Information and Communications Infrastructure Protection Act, Data Industry Act, Public Data Act, AI Framework Act (Act 20212, effective July 2026), Industrial Technology Innovation Promotion Act, Framework Act on Science and Technology — 70+ Korean standardization-related laws.
Korea operates digital transformation through a comprehensive governance system. Digital Government: Digital Platform Government Committee (established September 2022, under the President)·Ministry of the Interior and Safety Digital Government Bureau·e-Government Support Center·Gov.kr·National Citizen Service·KDIS (Korea Digital Information Society)·NIA (National Information Society Agency)·MOIS (Ministry of the Interior and Safety). K-DNS Infrastructure: Korea Internet & Security Agency (KISA) Korea Internet Center·KISA DNS Root Server·KRNIC (Korea Network Information Center)·BGP Korea·National Cyber Security Center (NCSC)·KCC (Korea Communications Commission)·MSIT (Ministry of Science and ICT)·NIA·NIPA. Korean Cloud Infrastructure: KT Cloud·NAVER Cloud (NCloud)·Samsung SDS Cloud·LG U+ Cloud·NHN Cloud·Kakao Enterprise Cloud·SK Telecom Cloud·KISA Cloud Security Assurance Program (CSAP)·KCMVP-validated cloud·ISMS-P (Information Security & Personal Information Management System). Korean Security Certifications: KISA ISMS-P certification·KCMVP (Korean Cryptographic Module Validation Program)·NIS (National Intelligence Service) "National Cryptographic Technology Operation Standards"·NCSC "National Cyber Security Strategy 2024-2028"·CC (Common Criteria) Korean evaluation bodies·EAL4·EAL5·KS X ISO/IEC 15408·19790·24759 Korean Profile. Korean Data Standards: NIA AI Hub·National Data Standardization Committee·Statistics Korea (KOSTAT)·MyData 4 Designated Combination Specialists (Samsung SDS, KICI, KOSTAT, KFTC)·National Institute of Korean Language·National Law Information Center·National Spatial Information Platform·National Spatial Data Center·Korean Spatial Information Standards. Finance and Fintech Standards: FSC (Financial Services Commission)·FSS (Financial Supervisory Service)·FIU (Financial Intelligence Unit)·BOK (Bank of Korea)·FSEC (Financial Security Institute)·KFTC (Korea Financial Telecommunications)·KSD (Korea Securities Depository)·KRX (Korea Exchange) 8-agency cooperation. 5G/6G Communications Infrastructure: 5G subscribers 35 million (2024)·5G base stations 350,000·6G commercialization target 2028·5G dedicated networks 16 operators·6G Acceleration Council (MSIT, 2024). K-Content: KOCCA (Korea Creative Content Agency)·MCST (Ministry of Culture, Sports and Tourism)·KCA (Korea Communications Agency)·Korea Culture Information Service Agency·Korean Film Archive·Korea Publishing Industry Promotion Agency. Data 3 Acts (Personal Information Protection Act·Credit Information Act·Telecommunications Network Act, 2020 enforcement)·Data Industry Act (2021)·Public Data Act (2013)·AI Framework Act (2026)·Digital Platform Government Framework Act (2024 proposed) — Korea digital transformation core legislation.