It is currently Tue Mar 19, 2024 1:46 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Sun Jun 16, 2013 4:46 pm  (#41) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
My AU filter was at 6.x samj and 32-bit. lol

Thanks a heap. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jun 17, 2013 3:56 am  (#42) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14764
Location: roma, italy
Hi SamJ,
I tried to recompile the sources provided but I got an error due to the reference to a deprecated statement: "g_thread_init"
By googling, I found out that this statement is no more necessary since many years
(probably the original sources are very old).
I just removed the related lines (well, I commented them out) and both did compile regularly and - at a first trial - seem to work appropriately (someone else may double-check later).
I post these notes here for two reasons:
1 - if somebody else is willing to recompile those plug-ins and has a modern environment like the one you kindly provided to me some time ago, he/she may be interested in applying that modification
2 - if you will and agree, you also may update your sources
The statements involved are (they are already commented out by myself):
------------------------------------------------------------------
/* if( !g_thread_supported() ) g_thread_init(NULL);*/
/* if( !g_thread_supported() ) {
printf("g_thread NOT supported!!!\n");
exit (1);}*/
-------------------------------------------------------------------
lines around 886-889 in "saturate.c"
lines around 274-277 in "aumask.c"

for anyone interested....

_________________
"Where am I ?"


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jun 17, 2013 4:23 am  (#43) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@Dinasset

If you have any suggestions, you should contact the author of the plugin.
Personally I compile with a recent environment (gimp 2.8) and there is no problem.
If you use the old environment I provided as an example, know that it is outdated.


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jun 17, 2013 4:49 am  (#44) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14764
Location: roma, italy
Yes, SamJ, I have to use the environment you kindly provided to me (gimp 2.7, I guess), I'm unable to set-up one environment by myself; if in the future someone will prepare a "ready to go" environment for 2.8 or later, I will update...
So, my note is good only for people in trouble with compilation...

_________________
"Where am I ?"


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jun 17, 2013 5:22 am  (#45) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@Dinasset

It was a mistake on my part to provide an environment (I do not make that mistake again).
There is no problem compiling... do not try to create one... thank you.


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jun 17, 2013 9:25 am  (#46) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14764
Location: roma, italy
@samj
for myself, it was not a mistake, but a gift.
If you worry about posts about my compilations using that environment, well, I will no more post anything here, I will keep all my errors and patches strictly reserved for my personal use, so not to bother or confuse anyone else around here.
You probably remember the original reason for me to recompile: changing the menu: initially I was asking whether it could be possible to have an external file where the user could set his/her preferred menu path; because this seemed to be not viable, then I decided to have if possible a compiling environment, but I really do not want to create problems to anyone.
I will just continue to use for myself silently the environment even if not up to date, so that - as so far - I can have my menus also for .exe plug-ins, obviously only for those which do not have compilation errors without an easy - for me - solution (the last one mentioned here was an easy to solve error, so I did it: remove a useless deprecated statement, obviously only in my modified source).
If what I say now is enough for you, good, if you prefer me NOT TO USE ANY MORE YOUR ENVIRONMENT, please confirm this intention and I will stop using it (it's your...).
Thanks anyhow

_________________
"Where am I ?"


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jul 01, 2013 6:22 am  (#47) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour,

This plugin loads NASA/ESA PDS/EDR images.

By Holger Isenberg

http://registry.gimp.org/node/1627

The plug-in will install itself as input filter for files with the following suffixes:
img,imq,qub,pds,edr,bb1,bb2,bb3,bb4,ir1,ir2,ir3,n07,n15,sur,sun,red,grn,blu,sgr,vio


Attachments:
pds-2.4.116-32bits-64bits-Win.zip [278.73 KiB]
Downloaded 238 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jul 01, 2013 6:54 am  (#48) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour,

GIMP Mask

By Hirotsuna Mizuno
Modified by Michael J. Hammel
Very minor modifications by Anonymous

GIMP Mask can do and undo several popular image masking (that is, censoring) methods (CP, FL, Q0, MEKO). It was originally written in 1998 by Hirotsuna Mizuno and is now updated to work with GIMP 2.x.

http://registry.gimp.org/node/24496

Filters > Misc > GIMP Mask...


Attachments:
gimpmask-32bits-64bits-Win.zip [125.1 KiB]
Downloaded 338 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jul 01, 2013 8:34 am  (#49) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Thank you Sam.
About the PDS loader for NASA images. After i compiled this plugin i tried to open several img files for the Mars lander data storage. It opened them as solid black layers.I was just wondering if you have tried the plugin yet to see if your build works? By the way this was in Gimp-2.8.4 that i tested the loader.

Thanks again. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Mon Jul 01, 2013 8:52 am  (#50) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
@Rod

An image for testing : radar_p.img


Attachments:
test.zip [1.19 MiB]
Downloaded 278 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Sat Aug 31, 2013 3:15 am  (#51) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour,

Deskew version 20130830

Layer > Transform > Deskew

Binaries Gimp Win + Sources


Attachments:
gimp-deskew-plugin-20130830_gimp-2.8-32bit-64bit-win_with-src.zip [2.15 MiB]
Downloaded 452 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 06, 2013 8:21 am  (#52) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour,

Binaries + sources UserFilter for Gimp Win 64-bit 2.8.8 / 2.8.9

Filters > Generic > User Filter

See "LisezMoi_ReadMe.txt" file in the archive.


Attachments:
gimp-plugin-userfilter-0.9.7-20131106_src_binaries_gimp288-64bit_win.zip [1.34 MiB]
Downloaded 513 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 06, 2013 11:29 am  (#53) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
Thanks a heap samj; I know have userfilter back. Now gotta brag about you elsewhere. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 13, 2013 10:20 am  (#54) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
This one's for Graechen and anyone else that want to know how to convert afs and 8bf files that were created using Filter Factory to GUF files. Had to dig deep (kept an old folder for the origina windows plugin called filter factory convertor and the documentation was there). It's still applicable to the Userfilter. :)


Attachments:
Gimp Filter Factory Converter (User Filter) User Guide.pdf [744.17 KiB]
Downloaded 432 times

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 13, 2013 10:42 am  (#55) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Sam can you compile Userfilter for 32 bit for me. :)
Thanks.
I no longer have a machine with a working compile environment.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 13, 2013 12:33 pm  (#56) 
Offline
GimpChat Member

Joined: May 09, 2012
Posts: 914
Bonjour.

@Rod

Binaries 32bit Win in the archive :
gimp-plugin-userfilter-0.9.7-20131106_src_binaries_gimp288-32bit_win.zip


Attachments:
gimp-plugin-userfilter-0.9.7-20131106_src_binaries_gimp288-32bit_win.zip [1.27 MiB]
Downloaded 343 times
Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Wed Nov 13, 2013 12:59 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Thank you Sam. :ffy

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Thu Nov 14, 2013 5:37 pm  (#58) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Thank-you Lyle I'll give it a try now :bigthup

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Thu Nov 14, 2013 8:30 pm  (#59) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Converted all the .bf files without a problem thank you for digging out the document as it was easier than I thought

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: binaries Gimp Win + sources
PostPosted: Thu Nov 14, 2013 9:04 pm  (#60) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12509
Good that you found it useful. I remember converting a few 8bf's myself since filter factory filters didn't preview right with PSPI (and not won't work at all; lol). Cool thing with User filter is that you can make the presets act as if they are filters all by them selfs (i.e., don't directly launch the User Filter itself, but the FF filter exactly). I have several FF filters that I do this for (see my screenshot). :)


Attachments:
Untitled.png
Untitled.png [ 437.71 KiB | Viewed 4764 times ]

_________________
Lyle

Psalm 109:8

Image
Top
Post new topic Reply to topic  [ 96 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Gimp painter binaries

2

No new posts I Just dumped a bunch of Windows Binaries on Gimp Chat of my filters

0



* Login  



Powered by phpBB3 © phpBB Group