Guide

Folders vs Tags for Organizing Reference Images (2026)

By refernLast updated June 202612 min read

By refern | Last updated: June 2026

The short answer: use folders for stable, project-scoped groupings and tags for everything that crosses folder lines. The best reference libraries use both, with hierarchical tags and smart folders doing the heavy lifting for large collections. Read on for the full decision framework, where each system breaks down, and which tools support the combination well.

The real problem with a folders-only library

Folders feel intuitive because they mirror how your operating system already works. You create a folder called "Character Anatomy," drop references in it, and you are done. For collections under a few hundred images, this works fine.

The problem appears the moment a single image belongs to more than one category.

A painting of a figure in dramatic rim lighting belongs in your "Anatomy" folder, your "Lighting" folder, and possibly your "Color Palette - Warm" folder. In a strict folder hierarchy, you have three options: duplicate the file (wastes disk space and creates sync nightmares), pick one folder and accept that two-thirds of your filing logic disappears, or build an elaborate symlink structure that breaks every time you move anything.

Most artists quietly adopt option two, then spend years rediscovering references they forgot they had because the file is buried under a category that made sense at 3 AM during a deadline.

Tags solve this. One image can carry a dozen tags and appear in every relevant search without ever being duplicated on disk.

When folders are the right tool

Folders earn their place in three situations.

Your grouping is stable and mutually exclusive. Client projects, source sites, time periods, or artists all work well as folder categories because an image genuinely belongs to one client or one source at a time. "References from 2024 commission" is a clear folder; "References I like" is not.

You need a physical location on disk that survives the app. Folders are just directories. They exist whether or not your reference manager is installed. If you share references with collaborators via a shared drive, or want your files to make sense when browsed in Windows Explorer or Finder, folders give you a structure that does not depend on any specific software.

You are organizing by project with a defined end date. A folder called "Film Noir Project" has a natural lifecycle. When the project closes, the folder closes with it. Tags tend to accumulate and go stale; folders can be archived as a unit.

The rule of thumb: if you can put every image in exactly one group without hesitation, a folder is the right structure. If images could reasonably belong to more than one group, use tags.

When tags scale better

Tags outperform folders in four scenarios.

Cross-cutting concepts. Mood, color palette, lighting type, anatomy region, texture, and subject matter all cross project and source boundaries. An image does not belong to one mood. A rim-lit figure at dusk is "warm color," "dramatic lighting," "figure study," and "landscape" simultaneously. Only tags let you retrieve it on all four of those dimensions.

Large libraries. Once your collection grows past a few thousand images, the mental overhead of remembering which folder something lives in compounds into a real productivity problem. A search for tag:rim-lighting tag:warm-color returns the image instantly. Navigating six levels of nested folders does not.

Evolving categories. Your folder structure is frozen the moment you create it. Reorganizing folders means moving files on disk, updating any symlinks, and hoping nothing breaks. Tags can be renamed, merged, and restructured without touching the underlying files.

Reuse across projects. If you draw anatomy regularly, you do not want to re-collect the same references for every project. A tag-based library of anatomy references is one shared resource that every project draws from. A per-project folder approach forces you to re-gather or duplicate.

Where both systems fail on their own

Pure folders fail at cross-cutting retrieval. Pure tags fail at giving you a clear physical home on disk and can become a chaotic flat list if you do not design a taxonomy upfront.

The "flat tag list" problem is the most common tag failure mode. Artists start tagging with whatever comes to mind. Six months later the library has 800 tags: "red," "RED," "Red tone," "warm," "warm lighting," "warm-toned," "fire," "fire light," and so on. Searching becomes guesswork and the tag system collapses under its own weight.

The solution to flat-tag chaos is a tag taxonomy: a deliberate hierarchy of categories and subcategories applied consistently from the start. A simple example:

Subject
  Figure
    Anatomy
      Hands
      Faces
  Environment
    Interior
    Exterior
Lighting
  Natural
    Golden Hour
  Artificial
    Rim Lighting
    Studio
Color
  Warm
  Cool
  Neutral
Mood
  Dramatic
  Serene

With this structure, tagging "Rim Lighting" also makes the image retrievable under "Lighting" and "Artificial." You never need to remember whether you used "rim" or "rim lighting" or "rim lit" because the hierarchy handles it.

The combination that actually works: folders plus hierarchical tags plus smart folders

The artists with the most navigable large libraries almost universally use the same pattern.

Folders hold images by source or project. "Artstation Saves," "Personal Photos," "Character Project A." These are stable, physical groupings on disk.

Hierarchical tags provide the cross-cutting semantic layer. Every image gets tagged by subject, lighting, color, and mood regardless of which folder it lives in. Searching by tag ignores folder boundaries.

Smart folders (saved search queries) act as virtual folders. A smart folder called "Warm Rim Lighting" might be defined as "tag:Lighting/Rim AND tag:Color/Warm." It updates automatically every time you tag a new image. You get the feel of a folder hierarchy with the power of tag-based search underneath.

This three-layer system scales to hundreds of thousands of images without becoming unnavigable, because:

  • The folder layer gives you a physical home that survives any tool.
  • The tag layer gives you retrieval on any combination of attributes.
  • The smart folder layer gives you persistent, auto-updating views on your most common queries.

Eagle ($34.95 one-time, as of 2026 -- Windows and macOS only)

Eagle uses hierarchical folders with nested subfolders, flat tags, and smart folders. Its smart folders support multi-condition nesting, which is one of its stronger organizational features. Eagle's tag system is flat by default; it does not have parent-child tag inheritance, so tags from a parent category do not automatically surface in searches for the child. [eagle.cool]

Eagle is a mature, well-polished tool with 99 to 108 file format previews (Windows and macOS respectively), a plugin ecosystem, and a large established user base. Its honest limitation for this workflow is that it copies all files into a proprietary .library folder on import, which means your on-disk folder structure inside Eagle is a copy of your originals, not the originals themselves. Some users find this doubles their disk usage. [eagle.cool, alternativeto.net]

Eagle has no canvas, no relationship graph, and no Linux support.

TagStudio (free, open source -- Windows, macOS, Linux)

TagStudio has the richest free tag system in this category. Tags are rich objects with names, aliases, colors, and parent-child hierarchical relationships. Searching a parent tag surfaces all child-tagged files automatically. Tags also support namespacing and custom colors for visual organization. [tagstudio GitHub, docs.tagstud.io]

For artists specifically interested in deep tag-based organization without cost, TagStudio's tag model is genuinely impressive. The honest caveats: the project is still in alpha (as of mid-2026), performance on large libraries has been reported as sluggish (Python-based, vs native Rust or C++), and TagStudio has no canvas, no color search, no visual similarity search, and no browser extension. [GitHub Discussions, AlternativeTo]

TagStudio's single-root library constraint (each library must live under one folder) is also a limitation for users with files spread across multiple drives. Multi-root support is planned but not shipped. [docs.tagstud.io/libraries]

Allusion (free, open source -- Windows, macOS, Linux -- effectively unmaintained)

Allusion pioneered the non-destructive, folder-watching approach for reference libraries: select any folder, Allusion indexes it without copying anything, and you get hierarchical tag-based search. It is genuinely well-designed for its scope. [allusion-app.github.io]

The practical concern for new users: the last official release was February 2023, and a community GitHub issue filed April 2025 is titled "Project no longer maintained." [GitHub issue #649] Users with larger libraries have hit documented memory leaks (14.4 GB RAM for 358 images in one reported case) and database failures at around 120,000 images. [GitHub issues #640, #604] AlternativeTo lists it as discontinued.

Allusion has no canvas, no color search, no visual similarity, and its Chrome extension was removed from the Chrome Web Store in June 2023.

refern ($30 one-time, Windows, macOS, Linux)

refern is a local-first desktop reference manager that combines Eagle-style library organization with hierarchical tags, smart folders, and a PureRef-style infinite canvas, plus a relationship graph view. It costs $30 one-time (launch pricing, going to $35 about two months after launch). 30-day free trial, no account required.

For the folders-plus-tags workflow specifically, refern provides: folders as your on-disk structure (it never copies your files -- it indexes your existing folder in place), hierarchical tags with tag groups and tag macros for reducing repetitive tagging, and smart folders as saved search queries that update automatically.

The tag macro feature is worth noting for productivity: you can define a macro that inserts a bundle of related tags in one keystroke. A macro called "anatomy-study" might insert "Subject/Figure," "Subject/Anatomy," and "Lighting/Natural" simultaneously, which dramatically speeds up tagging sessions.

refern also reads embedded EXIF, IPTC, and XMP metadata on import. If your files already have keywords from Lightroom, DigiKam, or Bridge, refern applies them as tags automatically, so you do not have to re-tag an existing collection from scratch.

Honest limitations: refern is newer than Eagle with a smaller community and fewer format previews (images and video natively; PSD/AI/Sketch files are indexed but not previewed). There is no plugin ecosystem at launch. Cloud sync is planned for a future phase, not shipped today.

Comparison: folders vs tags support across tools

FeatureEagleTagStudioAllusionrefern
Hierarchical foldersYesSingle-root onlyYes (watched folders)Yes (any folder on disk)
Flat tagsYesYesYesYes
Hierarchical tags with inheritanceNo (flat tags)Yes (parent-child, aliases, namespaces)Yes (basic hierarchy)Yes (parent-child hierarchy)
Smart folders (saved searches)Yes (nested conditions)NoYes (basic)Yes
Tag macros / bulk tag setsNoNoNoYes
EXIF/XMP auto-tag on importNoNoNo (edit only)Yes
Never copies filesNo (copies to .library)YesYesYes
Color searchYes (built-in)NoNoYes (local, hex input)
Visual similarity searchYes (AI Search plugin)NoNoYes (local, built-in)
Canvas / moodboardNoNoNoYes
Relationship graphNoNoNoYes
Linux supportNoYesYesYes
Price (as of 2026)$34.95 one-timeFreeFree$30 one-time
Actively maintainedYesYes (alpha)No (last update Feb 2023)Yes (launched June 2026)

Building your own tag taxonomy: a starting framework

If you are building a tag system from scratch, here is a practical starting point for an artist reference library. Adapt the specific labels to your own practice.

Top-level categories to consider:

  • Subject -- what is in the image (figure, face, hands, landscape, interior, architecture, creature, object)
  • Lighting -- light quality and source (natural, artificial, golden hour, overcast, rim, fill, dramatic, soft)
  • Color -- dominant palette (warm, cool, neutral, high contrast, muted, saturated)
  • Mood -- emotional register (serene, tense, melancholic, energetic, dark, ethereal)
  • Texture -- surface quality (rough, smooth, fabric, skin, stone, metal, foliage)
  • Source -- where the image came from (photography, painting, film still, 3D render, concept art)
  • Style -- visual style if relevant (impressionist, graphic, realistic, stylized, baroque)

Practical rules for keeping the taxonomy usable:

  1. Limit top-level categories to seven or fewer. More than that and tagging becomes a decision-making exercise every time.
  2. Tag at the most specific level that is useful, and let parent-tag inheritance handle broader retrieval. Tag "Rim Lighting," not "Rim Lighting" plus "Artificial" plus "Lighting" -- if your tool has inheritance, the parent catches fire automatically.
  3. Do a naming audit every few months. Merge synonyms, rename inconsistently-cased tags, and delete tags with fewer than three images attached.
  4. Start tagging before the library is large, not after. Retroactive tagging of 50,000 images is a multi-day project. Tagging as you import costs 15 seconds per image.

Frequently asked questions

Should I use folders or tags to organize reference images?

Use folders for stable, mutually exclusive groupings like project or source. Use tags for anything that crosses folder boundaries, like subject, mood, color, or anatomy. Most working artists benefit from both: folders give you a physical home on disk, tags make every image findable regardless of where it lives.

What is tag taxonomy for images?

A tag taxonomy is a structured set of categories and subcategories you apply to images so they can be found by multiple criteria. A good taxonomy for reference images might have top-level categories like Subject, Mood, Color, and Anatomy, with child tags underneath each one.

What are hierarchical tags for images?

Hierarchical tags are tags organized in parent-child trees. A search for the parent tag also returns images tagged with any child. For example, tagging an image 'Lighting > Rim Lighting' means it appears when you search either 'Lighting' or 'Rim Lighting'. This reduces redundant tagging and keeps large libraries findable.

Can you use both folders and tags at the same time?

Yes, and that is the recommended approach for reference libraries larger than a few hundred images. Folders provide a stable on-disk structure; tags provide a flexible metadata layer on top. Smart folders (saved tag-based searches) then act as virtual folders that update automatically as you tag new images.

What tool supports both folders and hierarchical tags for reference images?

Eagle (as of 2026, $34.95 one-time, Windows and macOS), TagStudio (free, open source, Windows, macOS, Linux), Allusion (free, open source, effectively unmaintained since 2023), and refern ($30 one-time, Windows, macOS, Linux) all support folders plus tags. Only refern and TagStudio offer deep hierarchical tag inheritance out of the box.
  • $30 one-time, no subscription
  • Windows, macOS, Linux
  • Local-first and private
  • 10,000+ creatives
  • Community on Discord
“Organization and search like Eagle cool, canvas from PureRef.”
An early refern user

Try it yourself

One library for your references, with a canvas built in.

refern keeps your images organized and searchable, gives you an infinite canvas to arrange them, and read your files as is. $30 one-time, lifetime updates.

No account required. Cancel anytime during the trial.

Sources

  1. 1.TagStudio features, tag hierarchy, platforms
  2. 2.TagStudio tag system documentation
  3. 3.Eagle features, pricing, platform support
  4. 4.Allusion features, positioning
  5. 5.Allusion maintenance status