It is currently Sun Jul 21, 2024 2:16 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Wed Jun 26, 2013 2:22 pm  (#1) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
I put my unofficial Windows 64Bit version on:

Because of malware being found in SourceForge downloads, this link has been removed.


This version includes my personal enhancements:

- the plug-in windows show preview on the left, parameters on the right (original gimp: preview above, parameters below)
- LCMS 2, instead of LCMS 1
- Changed Paint brush size options: 250 instead of 1000. logarythmic increase instead of linear.
- Foreground extract: Matting (Jan Rueegg extension) added.
- dirty hack: Also the first Script fu window will appear in the foreground
- the positions of plug-in/script windows will be preserved (original gimp: the windows appear always in the center of screen)
- The file-open/file-save window is always in foreground. (original gimp: the window can be in background)
- if there is an open plug-in/script, deleting of the related layer/channel/vector/layer mask is not possible (in original gimp, it's possible, resulting in an error)
- it is compiled for speed, so some plug-ins may work faster than in original gimp

The version is 2.8.7, because after the official release, the version branch is changed to a new micro version. The source is actually the 2.8.6 source, just with my enhancements.


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Wed Jun 26, 2013 3:03 pm  (#2) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
@Onkel Hatti

1 Python is included
2 and you have as separate download a utility to make it portable

i am correct ?

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Wed Jun 26, 2013 4:16 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jun 16, 2013
Posts: 107
Onkel Hatti wrote:
I put my unofficial Windows 64Bit version on:

Because of malware being found in SourceForge downloads, this link has been removed.


This version includes my personal enhancements:

- the plug-in windows show preview on the left, parameters on the right (original gimp: preview above, parameters below)
- LCMS 2, instead of LCMS 1
- Changed Paint brush size options: 250 instead of 1000. logarythmic increase instead of linear.
- Foreground extract: Matting (Jan Rueegg extension) added.
- dirty hack: Also the first Script fu window will appear in the foreground
- the positions of plug-in/script windows will be preserved (original gimp: the windows appear always in the center of screen)
- The file-open/file-save window is always in foreground. (original gimp: the window can be in background)
- if there is an open plug-in/script, deleting of the related layer/channel/vector/layer mask is not possible (in original gimp, it's possible, resulting in an error)
- it is compiled for speed, so some plug-ins may work faster than in original gimp

The version is 2.8.7, because after the official release, the version branch is changed to a new micro version. The source is actually the 2.8.6 source, just with my enhancements.


Hi Onkel Hatti

I'm creating a custom build for Ubuntu 64-bits

You could indicate your CFLAGS settings ?

Maybe --> CFLAGS="-march=native -O3"

Thanks


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Wed Jun 26, 2013 11:37 pm  (#4) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
PhotoComix wrote:
@Onkel Hatti

1 Python is included
2 and you have as separate download a utility to make it portable

i am correct ?


1. yes

2. No. The utility is included. If you use it: portable. If not: standard.


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 2:37 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Onkel are you going to compile a version for 32 bit?

_________________
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: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 3:04 am  (#6) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Mathmap will not function in this build as it does not have a 32bit folder whereas the official 2.8.6 does, and it runs mathMap OK

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


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 10:32 am  (#7) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Mario Bross wrote:

Hi Onkel Hatti

I'm creating a custom build for Ubuntu 64-bits

You could indicate your CFLAGS settings ?

Maybe --> CFLAGS="-march=native -O3"

Thanks


I use:

CPPFLAGS="-ffast-math -ftree-vectorize -I..........."

as optimization. I did't want to use a special computer architecture, I don't know the side effects.


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 10:40 am  (#8) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Graechan wrote:
Mathmap will not function in this build as it does not have a 32bit folder whereas the official 2.8.6 does, and it runs mathMap OK


Yes, thats right. I really don't know, how the developers realize this compatibility mode just by adding a "32" folder.
My version also can make use of 32Bit plug-ins, but you need all the necessary 32bit dll files and the plug-ins must go
in that folder with all of the 32bit dlls. If there is missed just one little dll, there will be errors, because the 32bit plug-in will
try to use the 64bit dll... - crash! :gaah
I agree, you sometimes need the 32bit mode, because there are plug-ins, that are not available for 64bit, especially mathmap.
Almost all the other plug-ins are available as 64bit version, so there is no need to use the 32bit pendent. :yes
And I tried to compile mathmap for 64 bit, but I failed... :(


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 11:10 am  (#9) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Quote:
I really don't know, how the developers realize this compatibility mode just by adding a "32" folder.


Not not only adding just a 32 folder, but including there also a bin, and lib folder with all exe and dll needed., i am sure of a folder where were also a "lib" and "bin" subfolder,

i believe Samj may give you more details if you ask , she is often on GC

Quote:
If there is missed just one little dll, there will be errors, because the 32bit plug-in will try to use the 64bit dll... - crash!


Luckily usually in case will just crash the plugin not gimp , it happened to me several times to add 32bit plugin but miss some dll and then obviously the plugin crash
And can be fixed just adding the missed dll

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 12:06 pm  (#10) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
As you can see, my solution also works.
I just created a folder with all of the dlls from the 32\bin folder of gimp, added the mathmap plug-in with the
required dlls and then added this folder as an additional plug-ins folder in my version of gimp.

Plug-ins try to load required dlls from the same directory, where the plug-in resides.
(maybe [it should be normel, if not, do it] the dot '.' must be the first entry in windows
"path" variable, so the current path is ALWAYS searched for anything first)
If the dll is not found, it uses the content of windows "path" variable,
and there is the "gimp\bin" directory found, where all the 64bit dlls are...

I forgot to mention: the picture shows my version of gimp-2.8.7, with 64bit, of course.


Attachments:
Bild_001.jpg
Bild_001.jpg [ 451.41 KiB | Viewed 3239 times ]
Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 1:14 pm  (#11) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
The closing window behaviour is new to gimp 2.8.6 and cannot be switched.
It is the normal behaviour of all programs.
I was familiar with the old behaviour, but I changed my view and now I see that it is really normal.


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 1:16 pm  (#12) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
I put an unoffcial 32bit windows version on:

Because of malware being found in SourceForge downloads, this link has been removed.


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 6:24 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jun 16, 2013
Posts: 107
Onkel Hatti wrote:
Mario Bross wrote:

Hi Onkel Hatti

I'm creating a custom build for Ubuntu 64-bits

You could indicate your CFLAGS settings ?

Maybe --> CFLAGS="-march=native -O3"

Thanks


I use:

CPPFLAGS="-ffast-math -ftree-vectorize -I..........."

as optimization. I did't want to use a special computer architecture, I don't know the side effects.


Ok, thank you Onkel


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 6:24 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Onkel Hatti wrote:
I put an unoffcial 32bit windows version on:

Because of malware being found in SourceForge downloads, this link has been removed.

Thank you. :)

I also want to thank you for adding the matting tool with the build. :) :bigthup

_________________
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: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Thu Jun 27, 2013 7:20 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Not sure if i am too keen on closing the program when clicking the upper right close button though.
If i have an image open i am used to closing there and then getting a save as dialog. :)
Guess i will have to get used to the entire program closing now.Or stay away from that button.

_________________
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: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Fri Jun 28, 2013 12:05 pm  (#16) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
Corrected versions online.
It was a problem with my user-exits enhancements. I make use of a property, which was filled by file loading, but not when file creating.
So it was unknown when savin a file, so there was a segmentation fault.
Now it is also known when creating a file.

I attached just the new compiled exe files, for those, who do not want to load the whole package again.
Just put the decompressed files in the gimp/bin directory and overwrite the old ones.


Attachments:
gimp_exe_2.8.7_Onkel_Hatti_64.7z [1.7 MiB]
Downloaded 88 times
gimp_exe_2.8.7_Onkel_Hatti_32.7z [1.68 MiB]
Downloaded 81 times
Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Fri Jun 28, 2013 4:03 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Onkel Hatti wrote:
Corrected versions online.
It was a problem with my user-exits enhancements. I make use of a property, which was filled by file loading, but not when file creating.
So it was unknown when saving a file, so there was a segmentation fault.
Now it is also known when creating a file.

I attached just the new compiled exe files, for those, who do not want to load the whole package again.
Just put the decompressed files in the gimp/bin directory and overwrite the old ones.


Thank you Onkel. :)
Works perfect now.

Still have the problem/bug with the text looking the same using sans and monospace though.

_________________
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: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Fri Jun 28, 2013 6:34 pm  (#18) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
i am trying the 64bit version,i used as portable and tried to add more path in Prefrence folder
Apparently "preference " does'nt work are sort of locked , the command inactive

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Fri Jun 28, 2013 6:36 pm  (#19) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
I tried again, but now the preference windows is not more displayed

PS i am on windows 8

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: GIMP 2.8.6 - Onkel Hatti's Unofficial Windows Releases
PostPosted: Sat Jun 29, 2013 4:29 am  (#20) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
PhotoComix wrote:
I tried again, but now the preference windows is not more displayed

PS i am on windows 8


Windows 8 shouldn't care.
just replace the included in gimp\bin


Attachments:
libgimpwidgets-2.0-0.dll_2.8.7_Onkel_Hatti_64.7z [264.01 KiB]
Downloaded 91 times
libgimpwidgets-2.0-0.dll_2.8.7_Onkel_Hatti_32.7z [252.1 KiB]
Downloaded 96 times
Top
Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Samj Portable & Gimp-run by Onkel Hatti.

0

No new posts Attachment(s) BRL box too big in Windows 10

23

No new posts Attachment(s) Why my windows are not See-through?

5

No new posts Attachment(s) AltDrag for windows

2

No new posts Windows 11 rollout

31



* Login  



Powered by phpBB3 © phpBB Group