8.1 Section 8: Film Stock Database

How Film Stock works

ISO, reciprocity, color balance, and latitude pulled from the film card.

Where to find it

Tools tab Film Stock

Summary

Film stock selection: pin ISO to box speed, set reciprocity behavior for long exposures, set color balance for color stocks, and tell the meter how forgiving the film is.

Tap to zoom — actual screenshot from the app

Detail

How it works

This is where you tell the app which roll of film is in the camera. The choice drives ISO, reciprocity behavior, color or black and white processing, and any film-specific calculations the other modals run.

Box speed

Each film has a manufacturer-rated ISO printed on the box. Picking the stock here pins the ISO wheel to that value. You can still override ISO on the main wheel if you choose to push or pull.

Reciprocity

At very long exposures (typically over one second) film no longer responds linearly to light. Two seconds of light does not give you twice the density of one second. The film card stores each stock's reciprocity factor so the meter can add the extra time you actually need for long exposures.

Color balance

Color stocks are balanced for daylight (around 5500K) or tungsten (around 3200K). The Color Temperature modal uses this to recommend the right corrective filter.

Latitude

How forgiving the film is. Color negative is generous, especially toward overexposure. Slide film is tight in both directions. Black and white is forgiving in the highlights with traditional grain. The Development Advisor uses latitude when recommending push or pull.

Finding a film fast

The picker has a search box that matches name, ISO, or type, a B&W / Color switch, and one chip per manufacturer so a single tap cuts the list to one brand. By default the list keeps the most commonly shot brands near the top. If you would rather scan alphabetically, tap the Sort A-Z chip above the list and every film reorders A to Z by manufacturer name. The app remembers whichever order you picked.

If you cannot find your stock

Pick the closest match. The differences between similar-speed films are smaller than most people assume. You can always fine-tune ISO on the main wheel.

Implementation notes (for developers)
FilmStock enum with 670+ entries spanning current stock, discontinued classics, cinema (Kodak Vision/Vision2/Vision3, Eastman B&W cine, Fujifilm Eterna/Reala/F-series), Soviet/Eastern European (Svema, Tasma, Astrum, Forte, Polypan), boutique/indie 2020s rebranders (ReflxLab, FlicFilm, Dubblefilm, Yodica, Catlabs, Silberra), Polaroid + Impossible Project + Instax instant, and specialty IR/aerial/X-ray. Pins ISO and reciprocity exponent. Latitude consumed by the Development Advisor. Picker offers search, B&W/Color pills, brand chips, and a persisted Sort A-Z toggle (AppMeta.filmPickerSortAlpha, DB v78).

Search documentation