jlai / brush-viewer

View .abr brush images in your browser and extract/save alpha masks to a zip file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brush-viewer

A web-based viewer for .abr brush files. This extracts brush images from the brush presets file.

Currently ABR versions 6-10 are supported. Only the brush images are extracted right now; other information like brush jitter is not currently parsed.

Online

https://jlai.github.io/brush-viewer

Tech

This is a Next.js project bootstrapped with create-next-app.

Parsing is done with kaitai. The ksy is largely based on reading through the source code to ABRViewer, which has been hugely helpful in understanding the .abr format.

Reporting Issues

File a ticket on the project issue tracker. Include the error message, if any, and your browser/OS.

Do not attach any .abr files unless you created them yourself. If it's freely available online (or reasonably cheap), mention where you can download it from rather than attaching the file.

License

MIT

About

View .abr brush images in your browser and extract/save alpha masks to a zip file

License:MIT License


Languages

Language:TypeScript 70.2%Language:JavaScript 21.9%Language:Kaitai Struct 4.7%Language:CSS 3.2%