Re: [Gimp-developer] Howto: store comments in image from plugin?

2004-07-22 Thread William Skaggs
Joseph Heled writes: > It turned out to be as simple as attaching a "gimp-comment" and > "jpeg-exif-data" parasites to the image. Note that in Gimp 2.1 the exif data parasite has been renamed "exif-data", because it is not specific to jpeg files. Best, -- Bill __

Re: [Gimp-developer] Howto: store comments in image from plugin?

2004-07-22 Thread Joseph Heled
Thanks for all the people who answered. It turned out to be as simple as attaching a "gimp-comment" and "jpeg-exif-data" parasites to the image. (of course generating jpeg-exif-data is not trivial. Only implemented for my Nikon D70 at the moment. I guess others who like more formats will have to

Re: [Gimp-developer] Howto: store comments in image from plugin?

2004-07-21 Thread Dave Neary
Hi, Joseph Heled wrote: I would like to "attach" to the image some of the parameters of the conversion. The GIMP uses a mechanism we call parasites to attach data to an image. A good example of their use is in the jpg plug-in, for example, where we attach exif data, a comment and also save param

Re: [Gimp-developer] Howto: store comments in image from plugin?

2004-07-20 Thread Carol Spears
hello, On Wed, Jul 21, 2004 at 03:51:10PM +1200, Joseph Heled wrote: > (I hope this is the appropriate forum ...) > ((this should be a fine forum for these questions)) > I would like to "attach" to the image some of the parameters of the > conversion. > I am not sure , > - How do I add this in

[Gimp-developer] Howto: store comments in image from plugin?

2004-07-20 Thread Joseph Heled
(I hope this is the appropriate forum ...) I am developing a plugin which loads raw images from digital cameras (CRW,NEF etc). I would like to "attach" to the image some of the parameters of the conversion. I am not sure , - How do I add this info to the image (I open it with gimp_image_new(...)