pypxlib
pypxlib copied to clipboard
Retreiving GraphicBlob fields
Working with a table that has GraphicBlob fields and trying to export the values into actual image files.
I can open the table and read it fine, but when I access the GraphicBlob field, I mostly get 4 Byte strings. Sometimes a 1, 3, or 5 byte string. The images are much larger, so this is not image data.
The values seem to be consistent every time I open the table. Any idea what is being pulled here and if it can be used to actually access the Graphics data? Is there something more I have to do to access the images?
I don't know, sorry. You would have to implement this yourself in pypxlib.