pypxlib icon indicating copy to clipboard operation
pypxlib copied to clipboard

Retreiving GraphicBlob fields

Open alandmoore opened this issue 5 months ago • 1 comments

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?

alandmoore avatar Jul 22 '25 14:07 alandmoore

I don't know, sorry. You would have to implement this yourself in pypxlib.

mherrmann avatar Jul 22 '25 15:07 mherrmann