Bryan Fordney
Bryan Fordney
Hi, I'd like to use your library to convert some images from one colorspace to another. Most of this is a bit over my head. Would you mind providing an...
This was necessary for me to build on macOS.
Extendscript allows you to multiply an array of numbers by a scalar. Typescript doesn't allow this. ```javascript var v = [0,.5,1] * 255; v == [0,127.5, 255]; ```
Sorry I keep making all these issues. I'm trying to convert a ton of old scripts to Typescript and finding all kinds of fun things. One is that in the...
This API is missing from the type definitions. http://estk.aenhancers.com/10%20-%20Scripting%20Access%20to%20XMP%20Metadata/accessing-the-xmp-scripting-api.html I'm not sure if you have a fancy way of generating these type files. If not, I can try to make...
Hey, I was wondering if you all could provide a short guide on how to set this up for debugging. I am honestly new to Go and pretty new to...
Please see attached PSD. Vivid light mode is not rendered correctly in psd_tools. I am using the "new" composite, but I think the old one also has a (different) problem....
Since it seems the main composite function gives you an 8-bit (uint8) PIL image, it seems that processing in float32 may be unnecessary, with float16 providing the same utility (working...
I see in your new composite pipeline you are avoiding using of PIL until the last step of the process. That's great. I would like to also avoid PIL as...
EXTractoR crashes when dealing with EXR sequences where the channels are not consistent across all images. For example, make a sequence of 20 images, where the first 10 images contain...