inspirit / GPUImage

AS3 framework for GPU-based image processing
171 stars 32 forks source link

Is it possible to read / parse a Photoshop Curve file (.acv)? #4

Open BenBarahona opened 11 years ago

BenBarahona commented 11 years ago

I found your library after looking for an AS3 solution for image processing, in a way similar to https://github.com/BradLarson/GPUImage/.

My question is similar to this request: https://github.com/BradLarson/GPUImage/pull/354, in which I am trying to get the values from an acv file and use those values to make the rgb image adjustments.

inspirit commented 11 years ago

well as far as u see there is no method to pase it internally but if u know the structure of the file its quite easy just to push correct points to class after parsing it.