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

gegl cmd-line ppm patch

This discussion is connected to the gegl-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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

gegl cmd-line ppm patch Henrik Akesson 14 Apr 11:27
  gegl cmd-line ppm patch Martin Nordholts 20 Apr 07:19
   gegl cmd-line ppm patch Henrik Akesson 20 Apr 10:24
    gegl cmd-line ppm patch Martin Nordholts 21 Apr 19:41
Henrik Akesson
2009-04-14 11:27:18 UTC (over 15 years ago)

gegl cmd-line ppm patch

New patch...

Cheers,

Henrik

[ppm_bin.diff]

Patch from Henrik Akesson that adds ppm output file format on the command-line application. It is done by parsing the filename extension of the --output parameter, which is used to choose the output node type created (png-save or ppm-save). * bin/gegl.c
* bin/gegl-options.c
* bin/gegl-options.h

Martin Nordholts
2009-04-20 07:19:08 UTC (over 15 years ago)

gegl cmd-line ppm patch

Henrik Akesson wrote:

New patch...

Hi Henrik

Could we through IRC arrange me doing a git pull from you through e.g. a temporarily running git-daemon on your side? Would be nice to get a git workflow going for GEGL (and GIMP). Once I have pulled I can easily review, test and finally commit when things look OK.

BR, Martin

Henrik Akesson
2009-04-20 10:24:01 UTC (over 15 years ago)

gegl cmd-line ppm patch

Martin,

Well, I've got a git repo set up, even though I didn't start using it yet (will very soon).

I'll have a look to see if I can set up my computer for public access at home (living in a shared appartment and don't have the passwd for the router).

Would be good if you could add the patches I've sent "manually" and then in the future I'll make sure that you can do it the "git way".

Cheers,

Henrik

2009/4/20 Martin Nordholts :

Henrik Akesson wrote:

New patch...

Hi Henrik

Could we through IRC arrange me doing a git pull from you through e.g. a temporarily running git-daemon on your side? Would be nice to get a git workflow going for GEGL (and GIMP). Once I have pulled I can easily review, test and finally commit when things look OK.

BR, Martin

Martin Nordholts
2009-04-21 19:41:18 UTC (over 15 years ago)

gegl cmd-line ppm patch

Henrik Akesson wrote:

Would be good if you could add the patches I've sent "manually" and then in the future I'll make sure that you can do it the "git way".

I've done that now

BR,
Martin

2009-04-21 Martin Nordholts

Add ppm output file format on the command-line application. It is done by parsing the filename extension of the --output parameter, which is used to choose the output node type created (png-save or ppm-save).

Patch from Henrik Akesson.

* bin/gegl.c * bin/gegl-options.c
* bin/gegl-options.h

2009-04-21 Martin Nordholts

Add a portable pixmap loader and saver that can read/write both the ascii and the binary formats.

Patch from Henrik Akesson.

* operations/external/Makefile.am * operations/external/ppm-load.c * operations/external/ppm-save.c