Gimp ace-0.6.7 Win32

Fresh Windows compilation of Gimp ace2 (Adaptive Contrast Enhancement) plugin. 50 Kb exe, 20 Kb zip. No console window.
[Image]/Filters/Color/Adaptive contrast

Average: 5 (1 vote)
AttachmentSize
gimp-ace_win32.zip20.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.