Page 2 of 2

Re: EXIF and I'm new to PureBasic

Posted: Tue Sep 15, 2020 3:16 pm
by wilbert
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.
No, there isn't a build in procedure for this.
On the forum there are a few solutions. Most of them use the asm opcode bswap to swap the bytes.