Re: [Gimp-developer] Color Curves

2005-01-13 Thread emgimp
Hi I'm on the same project as Buck Arue I know some c++ and avisynth plug-in programming but sourcecode on the level of gimp is more than i can handle i have finished a first test version of an avisynth plug-in that should apply a color curve saved from gimp to the video frames http://forum.

[Gimp-developer] jpeg-exif continued

2005-01-13 Thread William Skaggs
Okay, following up on earlier discussion: I think I have a reasonable way of dealing with the jpeg-exif stuff until Raphael's metadata code arrives. Raphael's plan is to turn everything into XMP and store it all in a single parasite. The interface between the jpeg plug-in and the metadata system

Re: [Gimp-developer] jpeg-exif continued

2005-01-13 Thread Robert L Krawitz
Date: Thu, 13 Jan 2005 12:29:15 -0800 From: "William Skaggs" <[EMAIL PROTECTED]> On loading an exif-jpeg file, it (1) calls gimp_metadata_store_exif(), and (2) extracts the orientation from the exif and, if it is not top-left, queries the user whether to rotate the image. I know