Re: [gdal-dev] Export image binary data from GDB dataset

2023-11-15 Thread andy via gdal-dev
Even, On Wed, 15 Nov 2023 at 14:38, Even Rouault wrote: > looking with an hexadecimal editor, one sees the strings "Fotografia di > Photo Editor", "MSPhotoEd.3", so it seems to be Microsoft Photo Editor > format. According to > https://stackoverflow.com/questions/43902205/microsoft-photo-editor-

Re: [gdal-dev] Export image binary data from GDB dataset

2023-11-15 Thread Even Rouault via gdal-dev
Andrea, looking with an hexadecimal editor, one sees the strings "Fotografia di Photo Editor", "MSPhotoEd.3", so it seems to be Microsoft Photo Editor format. According to https://stackoverflow.com/questions/43902205/microsoft-photo-editor-conversion-file-signatures , it might be a OLE based

[gdal-dev] Export image binary data from GDB dataset

2023-11-15 Thread andy via gdal-dev
Hi, I have a Binary field in a GDB data source. I have no other metadata about it. I know only that the field name is "image", then it should contain images. But I do not know the original file format. I have extract one row (and then one field) as string it, using ogr2ogr -f CSV /vsistdout/ -fi