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

Bulk exporting of xcf to psd

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

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

Bulk exporting of xcf to psd Christian Deschodt 26 Apr 05:44
  Bulk exporting of xcf to psd Bob Long 26 Apr 06:15
   Bulk exporting of xcf to psd Michael Schumacher 26 Apr 12:22
    Bulk exporting of xcf to psd Joao S. O. Bueno 26 Apr 14:20
    Bulk exporting of xcf to psd Kevin Cozens 26 Apr 15:31
     Bulk exporting of xcf to psd Michael Schumacher 26 Apr 15:43
Christian Deschodt
2017-04-26 05:44:22 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

Dear all.

Hopefully I can be helped here.

I have about 550 GIMP (xcf) files in lots of folders and sub-folders. The editor where I have to send my work to needs them in Photoshop (psd) files. Is there any way I could do the conversions in bulk while keeping them in the same file locations?

Thank you and Regards.

Christian Deschodt

Scarab Research Group Department of Zoology & Entomology
University of Pretoria
Private Bag x20
Hatfield 0028
South Africa
Mobile +27 82 854 7986
Fax +27 12 362 5242

--------------------------------------------------------------------- This message and attachments are subject to a disclaimer. Please refer to http://www.it.up.ac.za/documentation/governance/disclaimer/ for full details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by http://www.it.up.ac.za/documentation/governance/disclaimer/ beskikbaar.

Bob Long
2017-04-26 06:15:19 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

Christian Deschodt wrote on 26/04/17 15:44:

Dear all.

Hopefully I can be helped here.

I have about 550 GIMP (xcf) files in lots of folders and sub-folders. The editor where I have to send my work to needs them in Photoshop (psd) files. Is there any way I could do the conversions in bulk while keeping them in the same file locations?

Thank you and Regards.

Not GIMP itself, but have a look at http://www.imagemagick.org/script/formats.php

It says it reads XCF and writes PSD.

You'd use the command line "convert" tool.

http://www.imagemagick.org/script/convert.php

You'd have to "batch" the command some way depending on your operating system and how your files are stored.

Bob Long

> 
> Christian Deschodt
> 
> Scarab Research Group
> Department of Zoology & Entomology
> University of Pretoria
> Private Bag x20
> Hatfield 0028
> South Africa
> Mobile +27 82 854 7986
> Fax +27 12 362 5242
> 
> 
> ---------------------------------------------------------------------
> This message and attachments are subject to a disclaimer. Please refer to http://www.it.up.ac.za/documentation/governance/disclaimer/ for full details. / Hierdie boodskap en aanhangsels is aan 'n vrywaringsklousule onderhewig. Volledige besonderhede is by http://www.it.up.ac.za/documentation/governance/disclaimer/ beskikbaar.
> 
> 
> _______________________________________________
> 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
>
Michael Schumacher
2017-04-26 12:22:41 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

On April 26, 2017 8:15:19 AM GMT+02:00, Bob Long wrote:

Christian Deschodt wrote on 26/04/17 15:44:

You'd use the command line "convert" tool.

Use ImageMagick's mogrify instead

http://www.imagemagick.org/script/convert.php

You'd have to "batch" the command some way depending on your operating system and how your files are stored.

mogrify has batch support built in.

Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
Joao S. O. Bueno
2017-04-26 14:20:04 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

And always keep in mind that ImageMagick shall have support to GIMP's 2.8 XCF files - if you do have newer XCF files generated by GIMP devlopment version which can handle features like, higher color depth, ImageMagick won't be able to handle them.

In that case one has to resort to scripting the conversion with GIMP itself.

On 26 April 2017 at 09:22, Michael Schumacher wrote:

On April 26, 2017 8:15:19 AM GMT+02:00, Bob Long wrote:

Christian Deschodt wrote on 26/04/17 15:44:

You'd use the command line "convert" tool.

Use ImageMagick's mogrify instead

http://www.imagemagick.org/script/convert.php

You'd have to "batch" the command some way depending on your operating system and how your files are stored.

mogrify has batch support built in.

-- Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD _______________________________________________ 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

Kevin Cozens
2017-04-26 15:31:24 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

On 2017-04-26 08:22 AM, Michael Schumacher wrote:

On April 26, 2017 8:15:19 AM GMT+02:00, Bob Long wrote:

Christian Deschodt wrote on 26/04/17 15:44:

You'd use the command line "convert" tool.

Use ImageMagick's mogrify instead

Be careful of using mogrify instead of convert. IIRC, mogrify modified the original file. The convert program generates a new file from the original.

Cheers!

Kevin.

http://www.ve3syb.ca/           |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172      | the mouth-breathers, and that's why we're
                                 | powerful!"
#include  |             --Chris Hardwick
Michael Schumacher
2017-04-26 15:43:10 UTC (almost 7 years ago)

Bulk exporting of xcf to psd

On 04/26/2017 05:31 PM, Kevin Cozens wrote:

On 2017-04-26 08:22 AM, Michael Schumacher wrote:

On April 26, 2017 8:15:19 AM GMT+02:00, Bob Long wrote:

Christian Deschodt wrote on 26/04/17 15:44:

You'd use the command line "convert" tool.

Use ImageMagick's mogrify instead

Be careful of using mogrify instead of convert. IIRC, mogrify modified the original file. The convert program generates a new file from the original.

http://www.imagemagick.org/script/command-line-options.php#path

Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD