EXIF and I'm new to PureBasic

Just starting out? Need help? Post your questions and find answers here.
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3942
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: EXIF and I'm new to PureBasic

Post 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.
Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply