EmilDohne

Results 10 issues of EmilDohne

Currently if a layer cannot be found it actually throws an error but instead it should just return a `nullptr`. That way users can check `if (auto lr = findLayerAs("path"))`

enhancement
LayeredFile
c++

In order to get the PhotoshopAPI closer to being production ready we should always compile it with /Wall and /fsanitize=address (This is the only sanitizer currently supported out of the...

enhancement
build

This information seems to be stored on the 'lspf' tagged block on bit 8 as well as perhaps on the 'flags' of the layer record but this difference might be...

enhancement
good first issue
c++

From the benchmarks presented here https://github.com/zlib-ng/zlib-ng/issues/1486 it appears that even for larger buffers libdeflate outperforms zlib-ng on both compression ratios as well as speed. It does provide a different api...

enhancement
c++

This appears to be due to the way we calculate the amount of channels in a file when going from `LayeredFile` -> `PhotoshopFile`. It doesnt detect any channels and therefore...

bug

This appears to only fail on compilation of our AVX2 intrinsics which we can simply opt out of if we detect arm based machines and in the future we can...

good first issue
build
mac

Greyscale is currently only partially supported but shouldnt be far off from actually fully working within the PhotoshopAPI. Testing this is required and ironing out any kinks + raising warnings...

enhancement
help wanted
good first issue

CMYK is currently only partially supported but shouldnt be far off from actually fully working within the PhotoshopAPI. Testing this is required and ironing out any kinks + raising warnings...

enhancement
help wanted
good first issue

This is a rather big issue as Photoshop has a wide range of adjustment layers, all with their different implementations and different levels of completeness in the official documentation. This...

enhancement
help wanted
good first issue
LayeredFile

### Description When compiling my C++ Library on MacOS 12, 13 and 14 I get a bunch of error messages from the stdlib which I am assuming has to do...

bug
Area: C/C++
OS: macOS
investigate
external
bug report