gegl cmd-line ppm patch
Forums ► For GEGL developers (read-only) ► gegl cmd-line ppm patch
-
Henrik Akesson
(almost 3 years ago)
-
Martin Nordholts
(almost 3 years ago)
-
Henrik Akesson
(almost 3 years ago)
- Martin Nordholts (almost 3 years ago)
-
Henrik Akesson
(almost 3 years ago)
-
Martin Nordholts
(almost 3 years ago)
Sent: 2009-04-14 11:27:18 UTC (almost 3 years ago)
From: Henrik Akesson
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_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
Sent: 2009-04-20 07:19:08 UTC (almost 3 years ago)
From: Martin Nordholts
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_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
Sent: 2009-04-20 10:24:01 UTC (almost 3 years ago)
From: Henrik Akesson
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
>_______________________________________________
> Gegl-developer mailing list
> Gegl-developer@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
>
_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
Sent: 2009-04-21 19:41:18 UTC (almost 3 years ago)
From: Martin Nordholts
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,
Martin2009-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.h2009-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_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer



