Gimp plugin

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

User avatar
Barts_706
Posts: 38
Joined: Tue Jan 24, 2006 2:21 pm
Contact:

Post by Barts_706 »

Thank you!

I'll be sure to give it a try.
User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

is there anybody who successfully compiled PSPTex for Mac OSX (PPC) ???

The plugin compiles well but requires gimp2-dev libs to link and after hours I was not able to compile gimp2-dev (from Fink) depedencies...

maybe some one tried....
- TiTAN Art Division -
http://www.titandemo.org
hitchhikr
Posts: 83
Joined: Sat Feb 04, 2006 3:33 pm

Post by hitchhikr »

User avatar
Shazz
Posts: 244
Joined: Tue Aug 31, 2004 11:42 pm
Location: Somewhere over the rainbow
Contact:

Post by Shazz »

I'm happy to see some cool new features ;-)
v1.04:
- Fixed DXT1 compression and DXT3 fetching issues.
- Added an option to save pictures datas and palettes as source codes.
I'll test that asap !!!

Thanx Franck...
- TiTAN Art Division -
http://www.titandemo.org
[wl]
Posts: 13
Joined: Fri May 05, 2006 2:16 am

Post by [wl] »

hitchhikr wrote:Updated to 1.04:

http://registry.gimp.org/plugin?id=7855
when i try to open the page, i'v got
HTTP Status 500 -
The server encountered an internal error () that prevented it from fulfilling this request.
hitchhikr
Posts: 83
Joined: Sat Feb 04, 2006 3:33 pm

Post by hitchhikr »

Their site seems to have some troubles at the moment, the primary download url is this one anyway:

http://perso.orange.fr/franck.charlet/PSPTex.zip
egorive
Posts: 24
Joined: Thu Jun 22, 2006 11:50 pm

psptex linux

Post by egorive »

I have download and install libgimp2.0 and libgimp2.0-dev. then I open the terminal and get into a psptex folder that I have create (where there are all the files of the psptex.zip) and execute make but there are many error. The first to are that don't exist nither libgimp/gimp.h nor libgimp/gimpui.h . I have create in the same directory the makefile is, a libgimp folder and put inside the header files but it doesn't work. ¿Any ideas? thank you for your help to a newbee like me ;).
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

To build and install the plugin, unzip PSPTex.zip and run

Code: Select all

gimptool --install src/psp.c
Post Reply