POUR / FOR  GIMP WIN 64

gimp-plugin-userfilter  Version 20131106 Gimp 2.8.8 64-bit Win (modifications samj)


Auteurs / By : 
	Jens Ch. Restemeier, Torsten Neuer


Site :
	http://gimpuserfilter.sourceforge.net/



Test sur Gimp 64 bits :  2.8.8 Jernej Simoncic & 2.8.9 samj
Tested on 64-bit Gimp : 2.8.8 Jernej Simoncic & 2.8.9 samj


_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________




Installation et fonctionnement de Gimp plug-in /  Installation and operation of Gimp plug-in :

	Placer le fichier "userfilter.exe" dans un rpertoire de plug-ins reconnu par Gimp.
	Install "userfilter.exe" file in a directory of plug-ins recognized by Gimp.


	Placer le rpertoire  "gimp-plugin-userfilter-0.9.7"  en  C:\  de faon  obtenir  "C:\gimp-plugin-userfilter-0.9.7"  pour avoir les traductions.
	Install the  "gimp-plugin-userfilter-0.9.7"  directory to  C:\  in order to obtain  "C:\gimp-plugin-userfilter-0.9.7"  for translations.

	Filtres > Gnrique > User Filter

	Filters > Generic > User Filter



_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________

Installation et fonctionnement des 5 programmes de conversion  /  Installation and operation of 5 conversion programs :
		uf2c.exe
		txt2guf.exe
		ffl2guf.exe
		afs2guf.exe
		8bf2guf.exe

	Aller dans le rpertoire suivant  / Go to the following directory :  \gimp-plugin-userfilter-0.9.7-20131106_src_binaries_gimp288-64bit_win\gimp-plugin-userfilter-0.9.7\bin
	Copier et coller ces 5 fichiers .exe dans le rpertoire \bin de Gimp
	Copy and paste this 5 .exe files in the \bin directory of Gimp

	Usage :
	
		Pour convertir un filtre , exemple  adapter selon le type de filtre :   afs2guf.exe myfilter.afs
		Example conversion filter :   afs2guf.exe myfilter.afs
		
		cd C:\petit-msys-mingw-64bits-gimp28\base\c\bin
		afs2guf.exe AFHbevel.afs
		>> AFHbevel.guf
				____________________
	
		Usage: uf2c.exe [option] <filter.guf>
		Create C source code for a native Gimp plug-in from a User Filter file (.guf).
		Options:
		  -h | --help :
			Display this help.
		  -o name | --output=name :
			Write C source to specified output file instead of stdout.
		  -s name | --skeleton=name :
			Use specified skeleton file as a plug-in template instead
			of the default.
		  -O | --optimize :
			Optimize the intermediate code for the channel functions.
		  -S | --strip :
			Strip comments and code from embedded filter dump.
		  -v | --verbose :
			Increase verbosity level.
		  -V | --version :
			Display version information.

				____________________
		
		Usage: txt2guf.exe [option] <filter.txt> ...
		Convert Plugin Commander source files (.txt) to User Filter (.guf) files.
		Options:
		  -h | --help :
			Display this help.
		  -o | --output-directory name :
			Write exported filters to the specified directory.
			The directory will be created if it does not exist.
		  -v | --verbose :
			Increase verbosity level.
		  -V | --version :
			Display version information.

				____________________
		
		Usage: ffl2guf.exe [option] <library.ffl> ...
		Convert Filter Factory Library files (.ffl) to User Filter (.guf) files.
		Options:
		  -h | --help :
			Display this help.
		  -o | --output-directory name :
			Write exported filters to the specified directory.
			The directory will be created if it does not exist.
		  -v | --verbose :
			Increase verbosity level.
		  -V | --version :
			Display version information.

				____________________
		
		Usage: afs2guf.exe [option] <filter.afs> ...
		Convert Filter Factory source files (.afs) to User Filter (.guf) files.
		Options:
		  -h | --help :
			Display this help.
		  -o | --output-directory name :
			Write exported filters to the specified directory.
			The directory will be created if it does not exist.
		  -v | --verbose :
			Increase verbosity level.
		  -V | --version :
			Display version information.

				____________________
		
		Usage: 8bf2guf.exe [option] <filter.8bf> ...
		Convert Filter Factory binary files (.8bf) to User Filter (.guf) files.
		Options:
		  -h | --help :
			Display this help.
		  -o | --output-directory name :
			Write exported filters to the specified directory.
			The directory will be created if it does not exist.
		  -v | --verbose :
			Increase verbosity level.
		  -V | --version :
			Display version information.



_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________


Sources  :

	Archive  gimp-plugin-userfilter-0.9.7_20131106_gimp288_win64.7z

		Les sources sont modifies pour un fonctionnement sur les versions Gimp 2.8.8 compiles par Jernej Simoncic et nos versions.
		Les binaires devraient fonctionner sur d'autres versions de Gimp utilisant des versions rcentes de GLIB.

	English translation

		The sources are modified to operate on Gimp 2.8.8 versions compiled by Jernej Simoncic and our versions.
		The binary should work on other versions of Gimp using recent versions of GLIB.



_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________


Compilation with http://www.aljacom.com/~gmic/petit-msys-mingw-64bits-gimp28.7z :
	CLIC "start_MSYS.bat"
		cd /env/gimp-plugin-userfilter-0.9.7_20131106_gimp288_win64
		./configure --build=x86_64-w64-mingw32 --prefix=/c/gimp-plugin-userfilter-0.9.7
		make
		make install
		exit


_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________


Filtres pour tests / Filters for testing

	Quelques filtres .afs (Filter Factory) et 8bf compatibles / Some filters  .afs (Filter Factory) and compatible 8bf :
		http://www.thepluginsite.com/resources/freeff.htm

	Exemple fourni /  Example provided :

		http://www.afh.com/web/pshop/free.html
		http://www.afh.com/web/afhbevel.zip

		\gimp-plugin-userfilter-0.9.7-20131106_src_binaries_gimp288-64bit_win\exemples\afhbevel.zip


_____________________________________________________________________________________________________________________________________________________________________________________________________________________
_____________________________________________________________________________________________________________________________________________________________________________________________________________________











