RSS/Atom feed Twitter
Site is read-only, email is disabled

GAP Filters

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Exif support David Neary 24 Jun 14:25
  Exif support Sven Neumann 24 Jun 17:17
   GAP Filters Joao S. O. Bueno 24 Jun 19:16
    GAP Filters Henrik Brix Andersen 24 Jun 19:20
     GAP Filters Sven Neumann 24 Jun 21:55
David Neary
2003-06-24 14:25:46 UTC (almost 21 years ago)

Exif support

Hi all,

Just to inform peopel who aren't following CVS or Bugzilla, Exif support (of a kind) has been added to HEAD.

If you have libexif installed, you can now conserve exif data stored with a jpeg across GIMP edits. There are no interface bells and whistles, no metadata editor, no exif data editor. If the data is there, it's loaded up and associated with the GimpImage, and if it's there at save time (when you're saving as jpeg), it's written out to the output file.

This is step 1 in a grand plan (which will probably never get to step 5).

1) Don't destroy exif information 2) Don't destroy tiff/ep information 3) Don't destroy IPTC/XPC information 4) Update all of the data elements directly associated with the image for which there is no extra user interraction required (width/height, comment)
5) Provide a nice way to edit metadata 6) Have metadata associated with layers rather than images, and have a nice way to merge metadata from different sources.

Anyone know of a free C library that parses tiff/ep, iptc and xmp data? How about Dublin Core?

Anyway, this is just an information email... but if people have ideas for nice external libraries to do the rest of this stuff, they're welcome.

Just to preempts the PMT (Picture Metadata Toolkit) suggestion, OpenTIFF and OpenExif are C++ - and do we really want to have Xerces/C++ as a dependency of the gimp for xmp/iptc support?

Cheers, Dave.

Sven Neumann
2003-06-24 17:17:03 UTC (almost 21 years ago)

Exif support

Hi,

David Neary writes:

Just to inform peopel who aren't following CVS or Bugzilla, Exif support (of a kind) has been added to HEAD.

There's more nice stuff being added to CVS such as a grid and persistent text layers. I will try not to wait too long with the 1.3.16 release...

Sven

Joao S. O. Bueno
2003-06-24 19:16:04 UTC (almost 21 years ago)

GAP Filters

Hello ...

Where have teh GAP filters gone in the 1.3.x tree?

I've found them in the plug-ins->gap in the 1.2.x,

and I am intending to modify the "filter all layers", to do aply another filter with variable parameters based on the Value information of a mapping drawable.

Easy to do, and powerfull enough to make a lot of cool effects.

Regards,

JS ->

Henrik Brix Andersen
2003-06-24 19:20:33 UTC (almost 21 years ago)

GAP Filters

On Tue, 2003-06-24 at 19:16, Joao S. O. Bueno wrote:

Where have teh GAP filters gone in the 1.3.x tree?

GAP has been moved to the gimp-gab cvs module.

Sincerely, ./Brix

Sven Neumann
2003-06-24 21:55:42 UTC (almost 21 years ago)

GAP Filters

Hi,

Henrik Brix Andersen writes:

On Tue, 2003-06-24 at 19:16, Joao S. O. Bueno wrote:

Where have teh GAP filters gone in the 1.3.x tree?

GAP has been moved to the gimp-gab cvs module.

cvs module "gimp-gap" of course

There are inofficial CVS snapshots on http://sven.gimp.org/. But please don't bug me with any problems you might have to compile or run them...

Sven