PDA

View Full Version : is there a release date for 64 bit GIMP for Windows?



todd500
December 27th, 2011, 09:25 PM
does anyone know when GIMP will work for windows 7 64 bit?

crazy bird
December 27th, 2011, 09:30 PM
Check on this site (http://gimp-win.sourceforge.net/stable.html) @ the bottom: additional packages.

todd500
December 27th, 2011, 09:34 PM
Check on this site (http://gimp-win.sourceforge.net/stable.html) @ the bottom: additional packages.
it says unstable :(
does it work well?
I'm just afraid its going to give me a bunch of problems

undecim
December 27th, 2011, 09:51 PM
I thought you could just run the 32-bit version... Am I missing something?

JRV
December 27th, 2011, 09:53 PM
It says that it is 64 bit, if I interpret this correctly.

jack@manx:~$ which gimp
/usr/bin/gimp
jack@manx:~$ file /usr/bin/gimp
/usr/bin/gimp: symbolic link to `gimp-2.6'
jack@manx:~$ which gimp-2.6
/usr/bin/gimp-2.6
jack@manx:~$ file /usr/bin/gimp-2.\6
/usr/bin/gimp-2.6: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped


This is a standard installation of gimp from the repositories in Ubuntu 10.04. (Lucid)

Lucradia
December 27th, 2011, 09:55 PM
The 64-bit version for Windows is more unstable than the one for Linux. For instance, on the Win64 version, the menus will sometimes have all of its text disappear, it cannot be fixed unless you close it and re-open, the text disappearing will happen at random, and sometimes immediately when you open Win64 gimp.


It says that it is 64 bit, if I interpret this correctly.

jack@manx:~$ which gimp
/usr/bin/gimp
jack@manx:~$ file /usr/bin/gimp
/usr/bin/gimp: symbolic link to `gimp-2.6'
jack@manx:~$ which gimp-2.6
/usr/bin/gimp-2.6
jack@manx:~$ file /usr/bin/gimp-2.\6
/usr/bin/gimp-2.6: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped


This is a standard installation of gimp from the repositories in Ubuntu 10.04. (Lucid)

Read the OP, they're asking for Windows 7 64-Bit.


I thought you could just run the 32-bit version... Am I missing something?

Yes, you can, but then Windows has to force it to use more than one core if it has to. Since 32-bit isn't coded to handle more properly, even with the hacking of PAE.

undecim
December 27th, 2011, 09:56 PM
It says that it is 64 bit, if I interpret this correctly.

jack@manx:~$ which gimp
/usr/bin/gimp
jack@manx:~$ file /usr/bin/gimp
/usr/bin/gimp: symbolic link to `gimp-2.6'
jack@manx:~$ which gimp-2.6
/usr/bin/gimp-2.6
jack@manx:~$ file /usr/bin/gimp-2.\6
/usr/bin/gimp-2.6: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped


This is a standard installation of gimp from the repositories in Ubuntu 10.04. (Lucid)

[witty comment about reading only the title]

oldos2er
December 27th, 2011, 10:22 PM
Title changed.

JRV
December 27th, 2011, 10:30 PM
[witty comment about reading only reading the title]

Sorry, I just don't think Windows.

Lucradia
December 28th, 2011, 12:12 AM
Sorry, I just don't think Windows.

It wouldn't be here if it wasn't for Windows anyway. There is a GIMP Community. Several actually: https://www.google.com/search?q=gimp+forums

thatguruguy
December 28th, 2011, 05:15 AM
It wouldn't be here if it wasn't for Windows anyway.

I don't understand what you mean by that statement. Could you elaborate?

3rdalbum
December 28th, 2011, 10:16 AM
Yes, you can, but then Windows has to force it to use more than one core if it has to. Since 32-bit isn't coded to handle more properly, even with the hacking of PAE.

How does the bit-width affect threading? A multi-threaded 32-bit program running on 64-bit Windows will use the same number of threads as on 32-bit Windows. Windows will distribute the threads among the available cores just as it would with a native 64-bit program.

Lucradia
December 29th, 2011, 03:39 AM
How does the bit-width affect threading? A multi-threaded 32-bit program running on 64-bit Windows will use the same number of threads as on 32-bit Windows. Windows will distribute the threads among the available cores just as it would with a native 64-bit program.

But it isn't optimized for that.