From: Hubert F. <hfi...@te...> - 2005-07-26 01:42:56
|
Lutz M=FCller wrote: > On Mon, 2005-07-25 at 11:04 -0400, Hubert Figuiere wrote: >=20 >>>exif_data_save_data should return just the TIFF structure then? >> >>Yep. That's what it does now. >=20 >=20 > Then please increment CURRENT. And we need documentation on that. Sure. But does that break the APIs ? I prefer to not break them and rather=20 extend them. > It was > pretty easy to just save the EXIF data and pass it on to jpeglib. Pleas= e > describe somewhere what to prepend to the EXIF data. There is some > documentation in exif-data.h, perhaps you can just add a couple of note= s > there. And update libexif/NEWS, too. I guess exif needs an update, too. One just need to add the Exif ID defined as: ExifHeader[] =3D {0x45, 0x78, 0x69, 0x66, 0x00, 0x00}; I don't know why 6 and not 5 chars, but that is the way it is. > I have been asked by a company to release a new version. Can you alread= y > tell me when CVS will be ready for packaging? I haven't committed anything yet. So CVS is in workable state. Hub |