Re: EXIF and I'm new to PureBasic
Posted: Tue Sep 15, 2020 3:16 pm
No, there isn't a build in procedure for this.VinzZ wrote:I have written a little procedure to change the output of some peek values form big endian to little endian.
I wonder if purebasic has something build in? Didn't find something though.
On the forum there are a few solutions. Most of them use the asm opcode bswap to swap the bytes.