Gimp User Filter is a plugin for The Gimp (http://www.gimp.org/), originally written by Jens Restemeier back in 1997. This project is about maintaining the plugin, keeping it compatible with current versions of Gimp, and eventually extending its features
Be the first to post a text review of Gimp UserFilter. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* Added --output-directory option to external utility programs (8bf2guf, afs2guf, ffl2guf, txt2guf) * Added edge-mode control and editor components * Minor code optimization in plug-in interface * Bugfix: Missing default value for map tooltips * Added --strip option to plug-in transpiler (uf2c) to remove unnecessary data from filter dump * Update skeleton file to match current User Filter API * Bugfix: Missing new-line character before #line directive in uf2c output * Added (optional) optimization of intermediate code to uf2c * Updated man-pages to reflect changes made to utility programs and GUF file format * Added colour channel specific optimization to the byte-code optimizer * Added range-check optimization for temporary storage to the byte-code optimizer * Bugfix: Comma operator should work within parenthesis * Bugfix: Set current locale in compiled filter (userfilter.skl) * Removed help button from plug-in interface when running filters in stand-alone mode * Added "stepping" feature to filter controls (see guf(5)) * Increased portability of plug-in to non-Unix platforms
* Added --output-directory option to external utility programs (8bf2guf, afs2guf, ffl2guf, txt2guf) * Added edge-mode control and editor components * Minor code optimization in plug-in interface * Bugfix: Missing default value for map tooltips * Added --strip option to plug-in transpiler (uf2c) to remove unnecessary data from filter dump * Update skeleton file to match current User Filter API * Bugfix: Missing new-line character before #line directive in uf2c output * Added (optional) optimization of intermediate code to uf2c * Updated man-pages to reflect changes made to utility programs and GUF file format * Added colour channel specific optimization to the byte-code optimizer * Added range-check optimization for temporary storage to the byte-code optimizer * Bugfix: Comma operator should work within parenthesis * Bugfix: Set current locale in compiled filter (userfilter.skl) * Removed help button from plug-in interface when running filters in stand-alone mode * Added "stepping" feature to filter controls (see guf(5)) * Increased portability of plug-in to non-Unix platforms
This is the next development release of the Filter Factory / Filter Foundry compatible image processing plug-in for The Gimp. A couple of bugs (scanner/parser) have been fixed in this release, the code-optimizer was further enhanced, and soem more features (control stepping, off-image source pixel handling modes) have been introduced while still retaining code-level compatibility with the original FF filters.
2008-06-04 Torsten Neuer <tneuer@inwise.de> * debian/Makefile, help/Makefile, help/en/Makefile, help/images/Makefile, Makefile, config.status, configure, configure.in, intltool-merge, libtool, man/Makefile, po/Makefile, po/Makefile.in, src/Makefile: Bugfix: configure does not terminate if prerequisites (glib >= 2.16 || ssl) are not met 2008-06-04 Torsten Neuer <tneuer@inwise.de> * man/8bf.5, man/afs.5, man/ffl.5, man/guf.5, man/Makefile, man/Makefile.am, man/Makefile.in: Added man-pages for non-native filter file formats. 2008-06-04 Torsten Neuer <tneuer@inwise.de> * po/da.po, po/de.po, po/es.po, po/gimp20-plugin-template.pot, po/nl.po, po/userfilter.pot: Using correct package name for pot-file 2008-06-04 Torsten Neuer <tneuer@inwise.de> * src/checksum.c: Bugfix: missing includes in Glib 2.16+ version 2008-06-03 Torsten Neuer <tneuer@inwise.de> * man/8bf2guf.1, man/afs2guf.1, man/ffl2guf.1, man/guf.5, man/txt2guf.1, man/uf2c.1: Man-pages updated 2008-06-03 Torsten Neuer <tneuer@inwise.de> * po/da.po, po/de.po, po/es.po, po/nl.po, src/guf-filter-get.c, src/interface.c: Bugfix: wrong locale of labels / tooltips in the filter control panel when re-running the plug-in Bugfix: wrong state of the filter editor panel when re-running the plug-in 2008-06-03 Torsten Neuer <tneuer@inwise.de> * po/Makefile, po/POTFILES, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/nl.po: Updated locale data (German) 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/guf-filter-renew.c: Minor code cleanup 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/interface.c: Added tooltips for expanders and formula entries in filter editor panel 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/test/Page Curl.guf, src/test/Sharpen Image.guf, src/test/Structured Glass.guf: Added localization data to sample filters 2008-06-03 Torsten Neuer <tneuer@inwise.de> * TODO, config.status.lineno, intltool-merge, src/guf-filter-get.c: Bugfix: filter control panel does not display locale for tooltips 2008-06-02 Torsten Neuer <tneuer@inwise.de> * debian/Makefile.am, help/Makefile, help/en/Makefile, Makefile, help/images/Makefile, Makefile.am, Makefile.in, config.h, config.status, config.status.lineno, configure, configure.in, intltool-merge, libtool, man/Makefile, po/Makefile, po/Makefile.in, src/Makefile: Added "debian" directory for dpkg-buildpackage 2008-06-02 Torsten Neuer <tneuer@inwise.de> * debian/README.Debian, debian/changelog, debian/compat, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/rules, debian/watch: Added "debian" directory for dpkg-buildpackage 2008-06-02 Torsten Neuer <tneuer@inwise.de> * src/main.c: Bugfix: segfault on init/run with not userfilter-path set in gimprc
Gimp User Filter is a plugin for The Gimp (http://www.gimp.org/), originally written by Jens Restemeier back in 1997. This project is about maintaining the plugin, keeping it compatible with current versions of Gimp, and eventually extending its features This is a bugfix release of the plug-in. It fixes a couple of issues in the configuration and compilation process. In addition to that, some man-pages have been added which describe the non-native file formats the plug-in and its accompanying utulity programs can handle.
2008-06-04 Torsten Neuer <tneuer@inwise.de> * debian/Makefile, help/Makefile, help/en/Makefile, help/images/Makefile, Makefile, config.status, configure, configure.in, intltool-merge, libtool, man/Makefile, po/Makefile, po/Makefile.in, src/Makefile: Bugfix: configure does not terminate if prerequisites (glib >= 2.16 || ssl) are not met 2008-06-04 Torsten Neuer <tneuer@inwise.de> * man/8bf.5, man/afs.5, man/ffl.5, man/guf.5, man/Makefile, man/Makefile.am, man/Makefile.in: Added man-pages for non-native filter file formats. 2008-06-04 Torsten Neuer <tneuer@inwise.de> * po/da.po, po/de.po, po/es.po, po/gimp20-plugin-template.pot, po/nl.po, po/userfilter.pot: Using correct package name for pot-file 2008-06-04 Torsten Neuer <tneuer@inwise.de> * src/checksum.c: Bugfix: missing includes in Glib 2.16+ version 2008-06-03 Torsten Neuer <tneuer@inwise.de> * man/8bf2guf.1, man/afs2guf.1, man/ffl2guf.1, man/guf.5, man/txt2guf.1, man/uf2c.1: Man-pages updated 2008-06-03 Torsten Neuer <tneuer@inwise.de> * po/da.po, po/de.po, po/es.po, po/nl.po, src/guf-filter-get.c, src/interface.c: Bugfix: wrong locale of labels / tooltips in the filter control panel when re-running the plug-in Bugfix: wrong state of the filter editor panel when re-running the plug-in 2008-06-03 Torsten Neuer <tneuer@inwise.de> * po/Makefile, po/POTFILES, po/POTFILES.in, po/da.po, po/de.po, po/es.po, po/nl.po: Updated locale data (German) 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/guf-filter-renew.c: Minor code cleanup 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/interface.c: Added tooltips for expanders and formula entries in filter editor panel 2008-06-03 Torsten Neuer <tneuer@inwise.de> * src/test/Page Curl.guf, src/test/Sharpen Image.guf, src/test/Structured Glass.guf: Added localization data to sample filters 2008-06-03 Torsten Neuer <tneuer@inwise.de> * TODO, config.status.lineno, intltool-merge, src/guf-filter-get.c: Bugfix: filter control panel does not display locale for tooltips 2008-06-02 Torsten Neuer <tneuer@inwise.de> * debian/Makefile.am, help/Makefile, help/en/Makefile, Makefile, help/images/Makefile, Makefile.am, Makefile.in, config.h, config.status, config.status.lineno, configure, configure.in, intltool-merge, libtool, man/Makefile, po/Makefile, po/Makefile.in, src/Makefile: Added "debian" directory for dpkg-buildpackage 2008-06-02 Torsten Neuer <tneuer@inwise.de> * debian/README.Debian, debian/changelog, debian/compat, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/rules, debian/watch: Added "debian" directory for dpkg-buildpackage 2008-06-02 Torsten Neuer <tneuer@inwise.de> * src/main.c: Bugfix: segfault on init/run with not userfilter-path set in gimprc
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?