← The journal

A path can hold a car edge without making the whole drawing vector art

Drawing tablet beside traced lamp sketches and paper shapes
The edge can change representation without changing who drew it.

In short

  • A raster layer stores colour on a fixed pixel grid.
  • A path describes a boundary with points and curves rather than painted pixels.
  • The preparation pipeline traces reviewed artwork shapes into path data for the renderer.
  • An SVG output does not prove that the original Photoshop drawing was wholly vector artwork.

I draw in Photoshop, which does not make one tidy answer to the vector-or-raster question. The working layers contain pixels and can use paths. The site later receives traced shapes, but that output does not rewrite the history of the source file.

What is the difference between vector and raster car art?

Raster car art stores colour on a fixed pixel grid. Vector car art stores boundaries and shapes as mathematical points and curves, so the representation can scale without a fixed source pixel grid.

A single project can move through both representations. Each stage needs a plain label for what it stores, what may change and where a human checked the result.

Follow one edgeChoose the representation

Select a working or output format to see whether it stores pixels, paths or both.

What does the Photoshop source contain?

The Photoshop source is layered artwork with raster content, plus any paths, fills or masks used during drawing. The presence of a path does not make every layer or painted edge resolution independent.

What Photoshop can store at the drawing stage
ElementStored asUseful for
Pixel layerFixed grid of colour valuesPainted detail and tonal changes
PathPoints and curvesSelections, fills, strokes and masks
Shape layerPath with fill or stroke propertiesEditable geometric regions
Layer maskVisibility boundaryKeeping changes inside a chosen area

Adobe exposes Shape, Path and Pixels as separate drawing modes for the same family of tools. That is why saying “made in Photoshop” does not settle the representation of every part in the document.

How are reviewed car shapes prepared for the site?

The preparation pipeline reads visible Photoshop layers, traces their masks into paths and reconstructs linework from the finished composite. The generated revision remains blocked until a human reviews it.

Flat paint regions, shading and fixed details receive different roles. The trace records the visible boundary as path data. It does not trust every old layer name, and it does not attach the car’s specification figures to the artwork file.

That separation is described in the Photoshop-to-print-file guide. The shading guide deals with colour roles rather than the pixel-and-path question here.

Why does the live renderer use SVG paths?

SVG paths let the renderer fill the same reviewed car boundaries with a customer’s selected paint and background. The plate, title and poster details can then join the same scalable composition.

Each prepared body layer carries path instructions and measured shading differences. The shared renderer resolves the chosen paint, fills those paths and composes the poster. It does not redraw the car from a prompt or a photograph.

Some fixed multicolour details can remain embedded raster images inside an SVG. SVG is a container and instruction format, so an SVG file is not proof that every item inside it began or remains purely vector.

What can a traced path preserve or lose?

A traced path can preserve an existing silhouette or colour boundary at scalable output sizes. It can also simplify, merge or omit weak source edges, which is why the prepared revision must be checked against the finished artwork.

The car catalogue stores reconstructed linework as path data, but the line still comes from the drawing I finished. Tracing changes the description of that edge. It does not invent the correct badge or recover a panel line that was never there.

This is also why every prep-pipeline fix is reviewed across the existing catalogue. A cleaner algorithm can still produce a confidently wrong grille on more than one car.

What are the sources and limits of this explanation?

Adobe documents raster pixels, vector shapes and Photoshop’s separate Shape, Path and Pixel modes. The repository preparation and renderer code establish how this shop traces reviewed layers and fills the resulting SVG paths.

Read Adobe’s raster and vector image explanation and its Shape, Path and Pixel mode guide. The exact shop flow is implemented in the PSD preparation script and shared car renderer rather than inferred from those general definitions.

Change a reviewed car’s paint in the builder. The visible result shows why scalable paths and fixed human-reviewed boundaries are useful together.

Questions people actually ask

Is a Photoshop car drawing vector or raster?
The working Photoshop drawing contains raster artwork and may also contain paths or shape data. Calling the whole source vector would be inaccurate simply because its reviewed shapes later become SVG paths.
What is the difference between a Photoshop path and pixels?
A path describes a boundary through points and curves. Pixels store sampled colour values at fixed positions, so a path can guide an edge or mask without becoming the painted content of every layer.
How does the site turn raster car artwork into SVG paths?
The preparation pipeline reads the finished Photoshop layers, traces their visible masks and reconstructs linework into reviewed path data. A human then checks the generated revision before that car can publish.
Does converting raster artwork to SVG restore missing detail?
No. Tracing can describe an existing boundary with path instructions, but it cannot recover a badge, spoke or panel edge that was absent from the source artwork. The traced result still needs visual review.

Written by Jonathan in Derby. Last updated .