LLMpediaThe first transparent, open encyclopedia generated by LLMs

Vector graphics

Generated by DeepSeek V3.2
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: PICT Hop 4
Expansion Funnel Raw 46 → Dedup 0 → NER 0 → Enqueued 0
1. Extracted46
2. After dedup0 (None)
3. After NER0 ()
4. Enqueued0 ()
Vector graphics
NameVector graphics
Extension.svg, .eps, .ai, .pdf, .cdr
Mimeimage/svg+xml, application/postscript
GenreVector image

Vector graphics. Vector graphics are a form of computer graphics that use mathematical descriptions of geometric primitives like points, lines, curves, and polygons to represent images. This fundamental approach contrasts with raster graphics, which represent images as a grid of pixels. The mathematical basis of vector graphics allows for infinite scalability without loss of quality, making them essential for design, engineering, and typography. Key applications include logo design, technical illustrations, and computer-aided design.

Overview

The core principle involves defining shapes through coordinates and mathematical equations rather than a fixed pixel map. Common primitives include Bézier curves, which are defined by control points, and basic shapes like circles and rectangles. These elements are stored as a series of commands within a file format, such as Scalable Vector Graphics or Encapsulated PostScript. Rendering software, like Adobe Illustrator or Inkscape, interprets these commands to draw the image on a display or output device. This method is inherently resolution-independent, meaning an image can be scaled to any size while remaining crisp, a property critical for output to high-resolution devices like plotters or large-format printers.

History

The conceptual foundations are deeply tied to the development of computer graphics and computer-aided design in the mid-20th century. Early systems like Sketchpad, developed by Ivan Sutherland at the Massachusetts Institute of Technology in 1963, pioneered the interactive use of vector displays and geometric constraints. Throughout the 1970s and 1980s, the technology was advanced by companies such as Xerox PARC and Adobe Systems, with the creation of the PostScript page description language becoming a watershed moment. The rise of the World Wide Web in the 1990s spurred the development of open standards, culminating in the World Wide Web Consortium's recommendation of the Scalable Vector Graphics format in 2001, which enabled native use within web browsers.

Standards and formats

Numerous file formats exist, each with specific purposes and ecosystems. PostScript, developed by Adobe Systems, was a foundational language for desktop publishing and printing. Encapsulated PostScript is a derivative format commonly used for exchanging illustrations. The proprietary Adobe Illustrator Artwork format is widely used in professional design. For open interchange, the Scalable Vector Graphics format, an XML-based standard from the World Wide Web Consortium, has become dominant for web use. Other notable formats include the Windows Metafile, the OpenDocument format used by LibreOffice, and the Computer Graphics Metafile. The Portable Document Format can also contain vector data, often generated by applications like Adobe Acrobat.

Applications

Their scalability and precision make them indispensable in many fields. In graphic design, they are used for creating logos, icons, and typography for brands like Nike and Apple Inc.. The engineering and architecture industries rely on them within computer-aided design software such as AutoCAD for technical drawings and schematics. They form the basis of modern font technologies like TrueType and OpenType. In cartography, geographic information systems like ArcGIS use vector data to represent maps. Furthermore, they are crucial in animation, with software like Adobe Animate using vector-based tweening, and in the creation of user interface elements for operating systems like Microsoft Windows and macOS.

Comparison with raster graphics

The fundamental difference lies in how the image data is constructed and stored. Raster graphics, also known as bitmap images, are composed of a fixed grid of pixels, with formats like JPEG, PNG, and GIF being ubiquitous for photographs and complex imagery. Enlarging a raster image often reveals individual pixels, causing blurriness or "pixelation." In contrast, vector images are defined by geometry and can be scaled infinitely without degradation. However, vector formats are generally unsuitable for representing continuous-tone photographic detail, which is better handled by raster formats. Hybrid approaches, such as embedding raster images within a Portable Document Format file or using vector effects in Adobe Photoshop, are common in modern workflows.

Software

A wide range of software exists for creation, editing, and viewing. Industry-standard professional applications include Adobe Illustrator and CorelDRAW. Open-source alternatives like Inkscape provide powerful capabilities aligned with the Scalable Vector Graphics standard. For technical drawing and computer-aided design, programs like AutoCAD, SolidWorks, and FreeCAD are prevalent. Web browsers like Google Chrome, Mozilla Firefox, and Safari (web browser) have native support for rendering Scalable Vector Graphics content. Other notable tools include Sketch (software), used in user interface design, and Affinity Designer, a popular competitor to established suites from Adobe Systems.

Category:Computer graphics Category:Vector graphics Category:File formats