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 :-)
Fresh Windows compilation of Gimp ace2 (Adaptive Contrast Enhancement) plugin. 50 Kb exe, 20 Kb zip. No console window.
[Image]/Filters/Color/Adaptive contrast
| Attachment | Size |
|---|---|
| gimp-ace_win32.zip | 20.13 KB |
Comments
I have compiled it on
I have compiled it on Windows, but the file size is too big - 500+ KB :( I have used it (GIMP 2.4.2, Windows XP) without problems.
_______________
Best regards, Kraig
Font River
Windows compilation (and Linux too)
Mine is 50 Kb.
If you want to get smaller binaries, just add -CFLAGS=s at the end of your compilation command line (under Windows or Linux). This switch tells the compiler to strip debug code. I don't know why it most people forget that option: even when you compile Gimp under Linux, which nearly anybody can do easily), it can save much space on your HD.
Under Windows, don't forget to add LDFLAGS=mwindows: this switch tells the linker to create a console-free Windows executable.