March 21, 2026
RAW nerves, hotter takes
Fujifilm X RAW STUDIO webapp clone
Solo coder’s web tool takes on Fuji’s clunky app—and the comments explode
TLDR: A lone developer launched FilmKit, a free web tool that edits Fujifilm camera presets and converts raw photos using the camera itself. The comments erupted into Linux hero praise, grammar battles over RAW vs raw, and debates about color accuracy—making a handy tool into a community spectacle.
A fed‑up Linux shooter just dropped FilmKit, a free web app that talks directly to Fujifilm cameras to edit on‑camera presets and convert “raw” photos (that’s the unprocessed file) right in your browser. It’s beta and tested on the X100VI, but it mimics Fuji’s own desktop tool by letting the camera do the heavy lifting. Translation: fewer hoops, more photos. The crowd? Absolutely buzzing.
Linux fans are cheering the DIY energy—one commenter basically said, “I couldn’t run the official software, so I built my own,” and people are high‑fiving across the thread. Others are doing double‑takes that a web page can plug into a camera via USB—yes, that’s a thing now—and dragging the official app for being “click‑and‑wait” torture. Then the vibe swerved into delightful chaos: a grammar crusader showed up to declare it’s raw, not RAW, calling out Apple for bad influence, which sparked eye‑rolls and memes. The color‑science crowd joined too, with a spicy claim that only Capture One nails Fuji colors, followed by the instantly iconic reply: “Who are you talking to?” Cue laughter.
Between a cat cameo, a shoutout to Fuji X Weekly presets, and a call for volunteers to help support more cameras, this release landed like a flashbang—equal parts useful tool and comment‑section spectacle.
Key Points
- •FilmKit is a browser-based preset manager and RAW-to-JPEG converter for Fujifilm X-series cameras, implemented as a static client-side app on GitHub Pages.
- •The app uses WebUSB and PTP to connect directly to the camera, delegating RAW conversion to the camera’s image processor.
- •Key features include on-camera preset read/edit/write, a local preset library, live previews, preset detection, import/export, quick compare, and mobile support.
- •The beta has been tested only on the Fujifilm X100VI; potential support for other X-series models is unverified, and users are invited to help by sharing USB capture logs.
- •Reverse engineering relied on rawji, fudge, libgphoto2, and Wireshark USB captures to decode preset property encodings; a patch-based approach preserves EXIF sentinels.