Re: [Gimp-user] Export xcf to png from command line?

2014-08-25 Thread Chris F.A. Johnson

On Sun, 24 Aug 2014, Kevin Cozens wrote:

On 14-08-24 01:24 PM, Chris F.A. Johnson wrote:

On Sun, 24 Aug 2014, Dexter Filmore wrote:

Not good. Produces 10 png files, for each layer one and they even crash
gwenview.
I need the image as it would appear in gimp, layers enabled, opacity 
levels

set etc.


convert pic.xcf -flatten pic.png


That would not do what is required. It would just created an output file with 
a single layer instead of a single file with the same layers as in the 
original xcf file.


   Can PNGs have layers?

--
Chris F.A. Johnson, http://cfajohnson.com
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Export xcf to png from command line?

2014-08-24 Thread Chris F.A. Johnson

On Sun, 24 Aug 2014, Dexter Filmore wrote:


Am Sunday 24 August 2014 00:47:08 schrieb Chris F.A. Johnson:

On Sat, 23 Aug 2014, Dexter Filmore wrote:

How can make a png export of an xcf from linux command line?


Use convert from ImageMagick (of GraphicsMagick):

convert pic.xcf pic.png


Not good. Produces 10 png files, for each layer one and they even crash
gwenview.
I need the image as it would appear in gimp, layers enabled, opacity levels
set etc.


convert pic.xcf -flatten pic.png


--
Chris F.A. Johnson, http://cfajohnson.com
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Export xcf to png from command line?

2014-08-23 Thread Chris F.A. Johnson

On Sat, 23 Aug 2014, Dexter Filmore wrote:


How can make a png export of an xcf from linux command line?


   Use convert from ImageMagick (of GraphicsMagick):

convert pic.xcf pic.png

--
Chris F.A. Johnson, http://cfajohnson.com
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] How to resize image using command?

2014-07-09 Thread Chris F.A. Johnson

On Thu, 10 Jul 2014, Kf Lee wrote:


I need to reduce the image size for faster web display. Can I issue gimp in
command line, non interactive mode, to resize an image?  Alse to to reduce
further by lowering the quality?


   Use 'convert' from the ImageMagick package.
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list