Gallery darkroom with a large calibrated monitor displaying abstract colour fields, reflection on polished floor, no readable text on screen.
← Back to blog

Exhibo Editorial

What Is Digital Art?

Pixels, code, screens and files: how born-digital work is made, stored, shown and kept alive in museums

Digital art is visual art that uses digital technology as an essential part of how it is made, stored, or shown. The image may live only as a file on a drive. It may run as code on a loop. It may arrive on a wall as pigment inkjet on cotton rag after never touching canvas. What ties the field together is dependence on computing: pixels, vectors, algorithms, sensors, or broadcast signals rather than pigment alone.

If you read a museum label that says "digital print," "software-based installation," or "single-channel video," you are looking at different branches of the same tree. Some works never leave the screen. Some leave the screen once, as a giclée print or a plotter drawing on paper. The technique pages in the Art Techniques & Materials series treat each output method on its own terms. Collection searches for institutions that hold time-based and new-media work sit in the museums directory.

What counts as digital art

Tate's art-term entry defines digital art as work "made or presented using digital technology." The Victoria and Albert Museum's 2024 overview adds that the label spans "computer, generative, robotic, kinetic, and net art, through to post-internet, virtual reality, and augmented reality art." Both definitions stress technology in the creative chain, not a single look. A charcoal drawing scanned for Instagram is digitised documentation. A file composed only in Procreate, never scanned from a panel, is born-digital. The distinction matters for ownership, exhibition, and conservation.

Search results often collapse the category into "drawing on an iPad." That is one branch. Equally digital are Vera Molnár's 1960s plotter drawings, Nam June Paik's closed-circuit Buddha watching itself on a cathode-ray tube, and a teamLab room where projection software reacts to your shadow. Commercial game art and NFT marketplaces sit outside this page's fence. Token markets, on-chain provenance, and what a wallet purchase actually conveys belong with the future Digital & AI Art cluster (S25). Here the subject is technique: tools, files, display, and how museums keep born-digital work runnable.

Born-digital versus digitised work

Museums and studios use "born-digital" for artefacts that originate in a digital environment and have no meaningful pre-digital original. A Photoshop file painted layer by layer on a tablet is born-digital. A custom Python script that drives a wall of monitors is born-digital. A scan of a watercolour, a photograph of a sculpture, or a museum archive TIFF of a panel painting is digitised: the art object existed first in another medium; the file is a surrogate or reproduction.

The line blurs in practice. David Hockney's iPad drawings are born-digital compositions that often print as inkjet sheets for sale and display. The printed sheet is a manifestation, not a scan of an oil. Conversely, an artist may paint, scan, manipulate in software, and print. Conservators then ask which version is "the" work: the panel, the master file, the exhibition copy, or all three under one catalogue number. Acquisition questionnaires at major museums now separate "digital master," "display copy," and "archival documentation" for that reason.

When the file is the work

For many contemporary pieces, the catalogue raisonné entry is a folder path and a checksum, not a stretcher size. Net art may be a URL. Software art may be a Git repository plus a hardware spec sheet. The Guggenheim Museum's Conserving Computer-based Art (CCBA) initiative treats software itself as the creative medium when code controls what visitors see. In those cases, losing the source code or the operating environment can mean losing the work, even if a screenshot survives.

Digitised surrogates still matter. A high-resolution scan lets scholars study a fresco without opening a scaffold. The scan is not the fresco. Dealers sometimes sell "digital art" meaning a licensed JPEG of a famous painting. That is a rights-managed reproduction, not born-digital art in museum usage. Read the label for medium, not the shop category alone.

When print is one output among many

Born-digital painting frequently exits the studio as an archival pigment inkjet. The giclée print page covers ink, paper, and lightfastness for that channel. The same file might also live on the artist's website, on a tablet in a fair booth, and on a social feed. Each channel has different resolution, colour profile, and life expectancy. A file prepared for Instagram (sRGB, compressed) is not interchangeable with a 16-bit Adobe RGB master prepped for a 150 cm print without rework.

Edition logic follows printmaking custom when the artist numbers inkjet outputs. The digital original can still be unique while prints are many. Conversely, an "1/1" NFT pointer (see S25 for markets) does not, by itself, describe studio technique. Technique asks what file formats, colour spaces, and hardware produced what you see.

Tools, software, and hardware

Digital art requires an input device, processing software, storage, and usually a display or output engine. The stack changes every decade; the logic does not. Artists choose tools for mark quality, undo history, collaboration, or because a residency grants access to a lab plotter. Student tutorials fixate on brand names. Museum registrars fixate on version numbers embedded in file metadata. Both views are legitimate. The subsections below split capture and drawing tools from motion and code tools because the failure modes differ: a stylus tablet dies differently from a render farm.

Drawing tablets, screens, and cameras

Raster painting and photo compositing still centre on pressure-sensitive tablets (Wacom, Huion, and similar), pen displays (iPad with Apple Pencil, Microsoft Surface), or desktop monitors paired with a tablet. The stylus reports tilt and pressure; the software maps those values to brush opacity and texture. Camera input matters for photobashing, texture capture, and 3D photogrammetry. Studio photographers shooting their own canvases for reproduction use copy stands and colour targets; that pipeline is digitisation of a physical original, but the same cameras serve born-digital matte painters gathering reference.

Motion, 3D, and generative environments

Animation and visual effects rely on timeline software (Adobe After Effects, Blender's video sequence, DaVinci Resolve for finishing) and 3D suites (Blender, Cinema 4D, Maya, Houdini). Real-time work uses game engines (Unity, Unreal) for interactive installations. Generative artists write code in Processing, openFrameworks, TouchDesigner, or plain Python. Plotter-era pioneers used FORTRAN and lab hardware. Today's generative work may still output to a pen plotter for a physical line drawing, linking digital instruction to analogue mark.

Hardware accelerates some tasks: GPU rendering cuts wait time for complex 3D lighting. Large-format inkjet printers translate pixels to ink on paper or canvas. VR headsets add head-tracking as input. Each device leaves traces in the file (embedded colour profile, render settings, layer names) that conservators later want documented.

File formats, colour, and resolution

Digital files are not neutral containers. A TIFF with layers behaves differently from a flattened JPEG. A vector SVG scales without stair-stepped edges; a raster PNG does not. Museums prefer lossless or lightly compressed masters with embedded colour profiles and documented bit depth. The table below is a working crib for technique reading, not a complete IT manual.

Format / container Typical use in art Lossless? Layers / vectors Colour / notes Common failure modes
TIFF / PSD / Procreate native Exhibition masters, print prep, layered painting TIFF lossless; PSD native to Adobe Yes (PSD, Procreate) Supports 16-bit per channel, embedded ICC profiles Proprietary layers if software dies; huge file size
PNG Web, UI, flat illustration export Lossless compression Flat only sRGB common; transparency alpha No CMYK in standard PNG; not ideal for all print RIPs
JPEG Sketches, web previews, camera capture Lossy Flat sRGB or Adobe RGB if embedded Generation loss on re-save; compression artefacts in flat colour
SVG / PDF (vector) Logos, plotter output, typography, some illustration Vector math Vector paths; PDF may mix raster Device-independent if profiles embedded Complex filters may not translate across apps
MP4 / MOV / MKV Single-channel video, motion studies Video codecs lossy (ProRes, H.264, etc.) N/A (time-based) Rec.709 common; HDR variants for some installs Codec obsolescence; audio sync drift
GLB / USD / FBX 3D assets, AR/VR Geometry lossless; textures may compress Meshes, rigs, materials PBR material stacks Engine version mismatch; plugin dependencies
Custom code repo + binaries Software art, interactive installs Source text lossless N/A N/A OS/API drift; missing libraries; bit rot on drives

Resolution for print still follows the rule of thumb: map pixels to intended print width at 240 to 300 pixels per inch for fine detail, lower for large viewing distances. Screen work thinks in pixel dimensions and aspect ratio (1920×1080, 3840×2160). Colour management ties monitor, file profile, projector, and printer together. A file proofed on an uncalibrated laptop will not match a gallery's Eizo without conversion.

How digital art is made: two common workflows

Process separates hobby output from work that survives a museum loan. Studios log software versions, export settings, and backup locations. The workflows below are schematic. Interactive and robotic works add sensor calibration and safety checks. Still, most studio-born pieces pass through one of these two paths before they reach a wall, a screen, or a print tray.

Raster painting and compositing

An artist creates a canvas at chosen pixel dimensions and colour mode (often RGB for screen-first work, converted later to CMYK for commercial offset if needed). They build layers: line, local colour, lighting, texture overlays. Non-destructive adjustment layers preserve reversibility. When the composition finishes, they flatten or preserve a layered master depending on archive policy. Export branches: a layered PSD/TIFF for archive, a high-bit-depth TIFF for print RIP, a sized JPEG for web. Print shops request 16-bit TIFF with embedded profile and no upsampling.

Vector, 3D, and code-driven output

Vector illustrators draw Bézier paths with fill and stroke, scalable for billboards or pen plotters. 3D artists model meshes, assign materials, light scenes, and render still frames or animation sequences. Generative coders run a script; output may be a frame grab, a movie, or a direct command to hardware. Vera Molnár's Interruptions (1969, plotter drawing, V&A, E.269-2011) belongs to this lineage: FORTRAN instructions sent to a plotter arm holding a pen. The drawing is physical; the score is digital.

How digital art is shown

Display is part of the medium. A looped MP4 on a consumer TV reads differently from a calibrated projection in a black box. Museums specify monitor model, brightness, mounting height, and cable path in installation manuals. Collectors who buy "a video file" without hardware often underestimate this layer.

Screens, projection, and spatial install

Single-channel video commonly loops from a solid-state player or a computer with auto-restart scripts. Multi-channel work synchronises several feeds (Paik's walls of televisions, each with its own source). Projection mapping aligns video to architecture or objects. LED tiles appear in contemporary fairs and public commissions. Conservators record acceptable substitutes when a monitor model is discontinued, balanced against artist approval.

When the wall holds paper or canvas

Many born-digital works manifest as pigment inkjet, dye sublimation on fabric, or laser-exposed photographic paper. Those objects obey print conservation rules: light exposure, humidity, framing. The digital master still needs cold storage on redundant drives. A faded print can be re-struck from master if the file survives and the artist approves. A corrupted master with only a faded print left is a different conservation crisis.

A short history from oscilloscope to personal computer

Digital art did not begin with the tablet. Ben Laposky's Oscillon 40 (1952, C-type print of oscilloscope traces, V&A, E.958-2008) photographed electronic waveforms manipulated on laboratory equipment. In the 1960s, artists entered university and corporate labs. Vera Molnár learned FORTRAN at the Sorbonne; Manfred Mohr programmed at the Météorologie Institute in Paris. Harold Cohen developed AARON, a drawing program at Stanford's AI Lab, exhibiting machine-generated lines from 1972 onward. Tate notes that engineers coined "digital art" in the early 1980s when Cohen's program reached public attention, though histories differ on first use.

The 1980s brought smaller computers and paint programs (including early bitmap editors). The 1990s added affordable video digitisation and non-linear editing, letting artists cut within moving images. The web (from 1991 onward) opened net art. Smartphones and tablets in the 2000s and 2010s democratised raster painting. Each wave added tools without erasing the previous ones. Plotter aesthetics remain visible in NFT-adjacent generative scenes today, even when the pen is virtual.

Nam June Paik and the video sculpture line

Nam June Paik (1932–2006) is widely credited as a founder of video art: sculpture and installation built from televisions, magnets, live cameras, and edited tape. Born in Seoul, trained in music in Japan and Germany, he joined Fluxus and collaborated with cellist Charlotte Moorman on performances that wore technology on the body (including TV Bra for Living Sculpture, 1969). His Whitney Museum biography lists Magnet TV (1965) among early works that treat the set as material, not furniture.

TV Buddha (1974) is Paik's best-known video sculpture. He bought an eighteenth-century wooden Buddha on Canal Street in New York to fill a gap in a Bonino Gallery show. A closed-circuit camera films the statue; a monitor opposite plays the live feed. The Buddha appears to watch itself. Media Art Net records that Paik later stood in the Buddha's place during Projekt '74 in Cologne, folding the artist into the loop. The Stedelijk Museum Amsterdam acquired a version in 1977, among the first museum purchases of his video sculpture. Other versions are held by institutions including the Art Gallery of New South Wales and Harvard's Fogg Museum.

Paik coined "electronic superhighway" in 1974 (Whitney artist entry) for a telecommunications future that later readers mapped onto the internet. Electronic Superhighway: Continental U.S., Alaska, Hawaii (1995) literalises the phrase: hundreds of televisions, neon tubing, and VHS players map states with flickering imagery. TV Garden (1974–77, versions in multiple collections) mixes living plants with monitors, proposing technology as ecology rather than opposition. For technique reading, Paik's lesson is that display hardware, live signal path, and sculptural placement are the work. Saving only a screenshot misses the circuit.

Lillian Schwartz and computer graphics at Bell Labs

Lillian Schwartz (1927–2024) bridged kinetic sculpture, experimental film, and mainframe graphics. Her sculpture Proxima Centauri (1968), built with engineer Per Biorn for Experiments in Art and Technology (E.A.T.), appeared in MoMA's The Machine as Seen at the End of the Mechanical Age (1968). A translucent dome, pressure pad, and projected slides responded to the viewer's step. Computer History Museum profiles note that Bell Labs scientist Leon Harmon, co-author of the ASCII-based Studies in Perception I (1966 computer nude), invited Schwartz to the lab after the opening.

Schwartz served as a "resident visitor" at Bell Telephone Laboratories from 1968 until 2002, collaborating with Ken Knowlton on films driven by custom graphics languages (BEFLIX, EXPLOR). Pixillation (1970) mixed computer-generated frames, hand-painted glass, crystal microphotography, and optical bench rephotography, with a Moog synthesiser score by Gershon Kingsley. Artforum recounts Arno Penzias, Nobel laureate and Bell Labs research head, declaring that "what we know as computer art began on a December morning in 1968 when Lillian Schwartz grasped a light pen and began to draw." The claim is promotional, but the date marks how early she entered mainframe graphics.

Schwartz and Knowlton produced a series of algorithmic films in the 1970s (Olympiad, UFOs, Googolplex, among others). MoMA holds her work in its collection. Her later projects used computer analysis on historical art (including comparative studies on Leonardo and Michelangelo attribution debates). For this page, Schwartz exemplifies born-digital process before domestic computers: days of batch processing for seconds of footage, then hybrid hand finishing. Conservation today would need film elements, original code listings if extant, and documentation of playback speed and colour timing.

Conservation of born-digital and software-based art

Physical paintings fail slowly: crack, yellow varnish, flaking. Born-digital works fail through obsolescence: operating systems that no longer boot, Flash plugins removed from browsers, proprietary camera inputs discontinued, hard drives demagnetised. Time-based media conservators at museums including Tate, MoMA, and the Solomon R. Guggenheim Museum treat software as part of the object.

The Guggenheim's CCBA initiative (launched 2014, expanded with NYU Computer Science from 2016) researches acquisition, preservation, and display of computer-based art in its collection: Flash animations, custom robotics, VR pieces, and web works. Their restoration of Shu Lea Cheang's Brandon (1998–1999), an early net artwork, involved code migration supervised by conservator Joanna Phillips and Professor Deena Engel, with student programmers rewriting dependencies so the piece could run on modern browsers. The case shows that "saving the files" without executable code is insufficient for software-native work.

Conservators document hardware (monitor model, GPU, cables), software (version, libraries, custom scripts), network requirements, and acceptable display substitutions. Disk imaging preserves storage bit-for-bit. Emulation runs old operating systems inside new machines. Some artists permit migration; others forbid any change from original kit. Variable Media Network language distinguishes storing, emulating, and reinterpretation. Collectors of screen-based work should expect iteration reports, not only a USB stick.

For static born-digital files (TIFF, PSD), practice overlaps with digital photography preservation: redundant copies, checksum verification, periodic migration to new storage, metadata sidecars. For single-channel video, archivists prefer lossless or lightly compressed mezzanine files (FFV1, ProRes) plus exhibition copies. Climate control still matters for playback hardware in long installs. Dust and heat kill projectors faster than bit rot kills a RAID array.

Immersive installation: teamLab as a contemporary pointer

Japanese collective teamLab (founded 2001) builds room-scale environments where projection, sound, and sensors respond to movement. Their work sits at the commercial museum end of digital installation: ticketed venues, long queues, phone photography encouraged. Technique interest lies in real-time rendering, edge-blended projection, and visitor tracking rather than in a single master file on a wall label.

MORI Building DIGITAL ART MUSEUM: teamLab Borderless opened in Odaiba, Tokyo, on 21 June 2018, spanning about 10,000 square metres in collaboration with developer Mori Building. Press materials describe artworks that "move out of rooms, communicate with other works, influence, and sometimes intermingle with each other." The Odaiba site closed on 31 August 2022 when Palette Town redeveloped; Borderless reopened at Azabudai Hills, Tokyo, on 9 February 2024. teamLab also operates teamLab Planets and numerous international pop-ups.

This page does not review ticket economics or Instagram metrics. Treat teamLab as evidence that digital art now includes architectural-scale GPU pipelines and maintenance contracts. Conservators facing similar work must document server racks, projector lamp types, calibration schedules, and software licences. The aesthetic is immersive; the paperwork is IT.

Digital art in the studio and the market today

Studio costs span free open-source tools to subscriptions (Adobe Creative Cloud, Cinema 4D licences) and capital outlay (pen displays, render workstations, inkjet printers). A mid-range pen display and a five-year software subscription may cost less than a year's oil supplies, but the bill recurs. Print output adds per-sheet paper and ink charges comparable to giclée studio rates.

Skill transfer from traditional drawing still matters. Tablets do not fix composition. Generative coders still need colour judgement when curating outputs. Gulf and MENA scenes include digital painters, photographers printing pigment inkjet editions, and government-funded immersive pavilions at expos. The hardware is global; lab access and bandwidth vary. Regional photography fairs often sell pigment prints side by side with chromogenic prints. Read the stated medium on the label.

When a seller mentions blockchain or NFTs, defer to the S25 cluster for definitions of tokens, smart contracts, and authentication claims. Technique stops at the file and the display path. Ownership law is another desk.

How to read a digital work on a museum visit

Check four lines on the label or wall text: medium (single-channel video, pigment inkjet, software-based installation), dimensions (screen size or print sheet), duration (for loops), and edition if any. Ask whether you are seeing a unique runtime installation or one copy of a playable file. If the room is dark, the projector is part of the work; do not assume a phone photo captures the piece.

Search collection databases under "new media," "time-based media," "computer art," or "digital print." Major holdings appear at Tate, V&A, MoMA, Centre Pompidou, ZKM Karlsruhe, and institutions listed in the museums directory. Paik retrospectives toured Stedelijk, Tate Modern, SFMOMA, and National Gallery Singapore in recent years. Schwartz's films screen in media-art programmes. teamLab operates permanent and touring venues separately from traditional modern collections.

If you make digital work yourself, archive layered masters, export logs, and hardware notes as you go. Future you, or a conservator, will need them. If you collect, store exhibition copies away from direct sun and keep the master on two drives minimum.

FAQ

What is digital art in simple terms?

Visual art that relies on digital technology to create, store, or show the work: computers, tablets, cameras, code, screens, projectors, or printers driven by files rather than by pigment applied directly to a panel.

What is the difference between digital art and traditional art?

Traditional media (oil, charcoal, bronze) change material on a support. Digital art uses data (pixels, vectors, instructions) that need devices to become visible. Many artists combine both; the technique label describes the decisive step, not moral worth.

Is digital art real art?

Museums and university collections have acquired digital work since the 1960s. Acquisition is a practical institutional answer. Critical debate continues about specific pieces, as it does for painting.

What software do digital artists use?

Common tools include Photoshop and Procreate for raster painting, Illustrator for vectors, Blender and Maya for 3D, After Effects and DaVinci Resolve for motion, and Processing or TouchDesigner for generative and interactive work. Labs and studios may use custom code.

What is born-digital art?

Art that originates in a digital environment without a pre-digital original: a painted PSD file, a software installation, a native video edit. Digitised art is a scan or photo of something that existed first in another medium.

How do museums preserve digital art?

They document hardware and software, image disk drives, migrate files to current formats, emulate old systems when needed, and negotiate with artists on acceptable display substitutes. Software-based works may require programmer-led code migration.

Can digital art be printed?

Yes. Archival pigment inkjet (giclée) is common. The print is one manifestation; the file may still circulate on screen. Quality depends on file resolution, colour management, and paper-ink pair.

What file format is best for digital art?

For archive, layered TIFF or native PSD/Procreate files with embedded colour profiles. For web, sized PNG or JPEG. For video, high-quality mezzanine codecs (ProRes, FFV1) plus exhibition copies. Best depends on intended output.

Who are pioneers of digital art?

Early figures include Ben Laposky (oscilloscope photographs), Vera Molnár and Manfred Mohr (plotter drawing), Harold Cohen (AARON), Nam June Paik (video sculpture), and Lillian Schwartz (Bell Labs computer films). Contemporary immersive groups include teamLab.

Does this page cover NFTs?

Only in passing. Non-fungible tokens, crypto markets, and blockchain authentication are covered in the planned Digital & AI Art series (S25), not here.

Related reading

Primed linen canvas on wooden stretcher bars beside a small oak panel with chalk gesso, rabbit-skin glue jar and gesso tub in background, cool north-light studio
Guide

What Artists Paint On

Canvas, panel, linen, paper, metal and wall: how painting supports are built, prepared, and why the wrong substrate fails decades later

A painting support is the surface paint adheres to: stretched linen, oak panel, watercolour paper, copper sheet, or lime plaster on a wall. This guide maps the main support types, how sizing and gesso prepare them, linen versus cotton weave, stretcher bars and panel cradling, named works in major museums, typical failure modes, and what each option costs in a studio today without turning into a gear catalogue.

In series