GraphiteEditor / Graphite

2D vector & raster editor that melds traditional layers & tools with a modern node-based, non-destructive, procedural workflow.
https://graphite.rs
Apache License 2.0
9.63k stars 468 forks source link

Import ARW files as Images #2106

Open elbertronnie opened 2 weeks ago

elbertronnie commented 2 weeks ago
0HyperCube commented 1 week ago

Just for context, this is currently stalled due to #1895 (duplicate of #1231).

The uncompressed RAW images use a lot of memory. We also appear to clone them a lot (e.g. when running the node graph and running autosave). This exceeds the WASM memory limits leading to a crash whenever you attempt to work with a RAW file.

Keavon commented 1 week ago

And specifically #1604.