Kl4rry / simp

🖼️ Simp is a fast and simple GPU-accelerated image manipulation program.
Apache License 2.0
307 stars 14 forks source link

Use as a library? #43

Closed wangjia184 closed 1 month ago

wangjia184 commented 1 month ago

can I somehow use the hardware-accelerated PNG encoder in my own rust application?

Kl4rry commented 1 month ago

No encoding or decoding is done with hardware acceleration as its not really a thing for image formats. Only editing operations are done on the GPU. All of the shader code for that is located in src/shader/image.frag.