bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Don't malloc a C buffer for image thumbnailing #4

Closed bakape closed 7 years ago

bakape commented 7 years ago

According to CGo rules, we can point directly to the underlying array. Needs testing.

bakape commented 7 years ago

Does not seem to be usable with multithreading.