Please move image format conversion function to bob.io.image
There two functions here: bob_to_dlib_image_convertion
and dlib_to_bob_image_convertion
which are copied from bob.ip.dlib
which have two problems:
- They make a copy of the image while I do not think this is necessary.
- They should be in
bob.io.image
so you can use them between other packages easily.