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

psd-save.c

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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

psd-save.c Ncus 11 Mar 15:40
  psd-save.c Carol Spears 11 Mar 16:01
   psd-save.c Nat 12 Mar 00:53
    psd-save.c Ncus 12 Mar 05:22
Ncus
2003-03-11 15:40:13 UTC (about 21 years ago)

psd-save.c

I have this psd_save plugin
how to make it work. I have added the psd_save.c into my gimp plugin directory. Using gimptool, doesnt work either.

Thanks

Carol Spears
2003-03-11 16:01:27 UTC (about 21 years ago)

psd-save.c

On 2003-03-11 at 2140.13 +0700, Ncus typed this:

I have this psd_save plugin
how to make it work. I have added the psd_save.c into my gimp plugin directory. Using gimptool, doesnt work either.

hi, i have this plug-in available as a binary. there is some trick to compiling the older plug-ins, i don't know what that is. the binary is available here:
http://carol.gimp.org/gimp/plug-ins/psd_save

carol

Nat
2003-03-12 00:53:53 UTC (about 21 years ago)

psd-save.c

On Tuesday 11 March 2003 16:01, Carol Spears wrote:

hi, i have this plug-in available as a binary. there is some trick to compiling the older plug-ins, i don't know what that is. the binary is available here:
http://carol.gimp.org/gimp/plug-ins/psd_save

I had this same problem about a month ago

This is what Jeff Trefftzs replied:

Try this:

export CFLAGS='-D GIMP_ENABLE_COMPAT_CRUFT'

before running gimptool. I haven't tried compiling fsdither.c, but this is needed for any number of the older plugins.

This is the trick :)

Nat

Ncus
2003-03-12 05:22:32 UTC (about 21 years ago)

psd-save.c

On Wednesday 12 March 2003 06:53, Nat wrote:

On Tuesday 11 March 2003 16:01, Carol Spears wrote:

hi, i have this plug-in available as a binary. there is some trick to compiling the older plug-ins, i don't know what that is. the binary is available here:
http://carol.gimp.org/gimp/plug-ins/psd_save

I had this same problem about a month ago

This is what Jeff Trefftzs replied:

Try this:

export CFLAGS='-D GIMP_ENABLE_COMPAT_CRUFT'

before running gimptool. I haven't tried compiling fsdither.c, but this is needed for any number of the older plugins.

This is the trick :)

Nat

It works, some how. I dont know whic one ^^. The PSD extention doesn't show up in save as dialog. But i can save PSD.

i try both a binary from Carol, and di the 'trick'. Both displaying error message. but i can save to psd now. Weird, but it works ^^