So, I work with images and Python a lot at work, and came across an interesting issue. I have a C++ DLL I need to pass an image to, but the image is stored internally as a list of integer pixel values, and the DLL expects a C char array. Obviously, a conversion needs to take place. However, this project is destined to run on a 400MHz Geode
(
Read more... )
Comments 3
It may actually be smartest to do this type coercion right in between since its probably already doing a type coercion right there no matter what you do on each end.
Reply
Reply
Reply
Leave a comment