jmeaster30 / SharperImage

An image encoder/decoder/processor
MIT License
1 stars 0 forks source link

Do image filters/processing lazily and on the GPU #14

Closed jmeaster30 closed 8 months ago

jmeaster30 commented 1 year ago

I want to make a pixel enumerable / version of the image object that lazy evaluates everything and a version that turns the linq expressions and image filters into a GPU program.

jmeaster30 commented 8 months ago

Made some lazy evaluated enumerables

jmeaster30 commented 8 months ago

Closing and remaking the GPU work item