dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

added cimg2magick function #101

Closed ShotaOchi closed 5 years ago

ShotaOchi commented 5 years ago

I added cimg2magick function. Array of elements of double is intermediate format in cimg2magick function.

I confirmed the performance of the cimg2magick function was best compared to the implementations shown in #99. I used the script shown in the following link to run a benchmark. https://gist.github.com/ShotaOchi/9bbb8add32d98573c12724d2a44e907d

dahtah commented 5 years ago

Looks good, thanks very much!