If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
Plugin to load Photoshop PAT patterns set as image in GIMP. Multiple patterns included in a file are loaded as layers. Should handle Grayscale, Indexed and RGB patterns ; anyway, a RGB image is always created for now. Requires Gimp 2.4.
| Attachment | Size |
|---|---|
| ps-pat-load.c | 16.04 KB |
Comments
compiling for ubuntu?
can't seem to compile it for ubuntu. Any help please?
Got answer
You can compile it with console command:
gimptool-2.0 --build file.c
Im new to this whole thing....
How do I compile with console command: gimptool-2.0 --build file.c ???? Could you break it down step by step for me?
Thanks! :)
Maybe you should start by
Maybe you should start by telling us what you do not understand - for many, the command mentioned there is one step.
:/
Maybe this a stupid question, but: how to compile this plugin under Linux?
I've compiled a Windows
I've compiled a Windows binary for this plug-in.
Thank you
I think I poorly answered build request for Windows...
Great plugin, but how can I
Great plugin, but how can I use it on Windows?
Building C plugin on Windows
Hello,
my knowledge on Windows environment is very limited, but you should get several things :
- a C compiler
- gimp development tools and libraries, in particular gimptool utility
- probably other things.
This page seems to give correct procedure to build plugin on windows.
Hope this is helpful.
The page mentioned there
The page mentioned there talks about using cygwin, which is discouraged if you want to build binaries for other people.
Building C plugin on Windows
Thanks for answer. I'm happy Linux user myself, but my friend asked me about Windows version of your plug-in.