Graphite
Graphite copied to clipboard
Import ARW files as Images
Blocked because of #1895, waiting on #1604 to be unblocked. Closes #2188
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.
And specifically #1604.
@Keavon Seeing as this code is perfectly fine, I think we should merge this.
@0HyperCube I doubt that merging this will be useful. This PR only works on very small RAW images which do not exist and after the asset database, this entire PR will need to rewritten anyway.