After looking at some code Claudiu posted recently on mivascript.com it got me thinking.
While I couldn't get Claudiu's function to work as specified, it did get me thinking about asciichar and asciivalue, and as a result I now have a proof of concept EXIF reader function working in Mivascript.
It's still a bit rough, but once I've tidied it up a bit, I'll post it so that folk can test it with a range of images from different cameras and image editing software. If anyone's dead keen let me know and I can post what I've got so far. I'm thinking an LGPL license would be appropriate so people can use it with commercial proejcts, but improvements are made available to everyone.
I've always been a bit envious of how Flickr can pick up any image information added by Picasa, Photoshop and so on and display it, and thought it would be great to have that functionality in Mivascript.
I haven't really played with GD functions, but from what I understand, they strip out any EXIF data?
Ultimately what would be nice would be the ability to add the EXIF data back into a file after it's been modified using the gd functions.
While I couldn't get Claudiu's function to work as specified, it did get me thinking about asciichar and asciivalue, and as a result I now have a proof of concept EXIF reader function working in Mivascript.
It's still a bit rough, but once I've tidied it up a bit, I'll post it so that folk can test it with a range of images from different cameras and image editing software. If anyone's dead keen let me know and I can post what I've got so far. I'm thinking an LGPL license would be appropriate so people can use it with commercial proejcts, but improvements are made available to everyone.
I've always been a bit envious of how Flickr can pick up any image information added by Picasa, Photoshop and so on and display it, and thought it would be great to have that functionality in Mivascript.
I haven't really played with GD functions, but from what I understand, they strip out any EXIF data?
Ultimately what would be nice would be the ability to add the EXIF data back into a file after it's been modified using the gd functions.
Comment