davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.23k stars 196 forks source link

add function LoadImageFromBytes #441

Open code1super opened 1 month ago

code1super commented 1 month ago

for load again byte array received from image.ToBytes() it good for fast process pixels of image

tonimelisma commented 3 weeks ago

Hey @code1super can you clarify what exactly the use case for this function is? Why should we add a native function to the library to load images from bytes? I'm not sure what the value of having this directly in govips is.