Re: [Gimp-developer] GIMP looking for babl and GEGL outside the prefix

2015-02-22 Thread Partha Bagchi
gegl and gimp pick up the libraries from PKG_CONFIG_PATH On Sun, Feb 22, 2015 at 12:14 PM, Elle Stone ellest...@ninedegreesbelow.com wrote: On 02/22/2015 11:27 AM, Partha Bagchi wrote: Welcome back. :) Thanks! Can you not simply pass the LIB statement to configure/autogen or adjust

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Partha Bagchi
It should not be a problem I think since I work on both Mac and Windows. GTK3 and friends build just fine for me on those platforms. What problems are you envisaging? Thanks, Partha On Sat, Feb 21, 2015 at 8:11 AM, Joao S. O. Bueno gwid...@gmail.com wrote: On 21 February 2015 at 10:35, Partha

Re: [Gimp-developer] Need help with Python plugin exporting to raw file (using Gimp 2.9)

2015-02-21 Thread Partha Bagchi
Hi João, What's your timeframe for modifying pygimp to use introspection? I have not yet built glib and friends with introspection because it's a pain and it's finicky. :) Thanks, Partha On Fri, Feb 20, 2015 at 11:54 PM, Joao S. O. Bueno gwid...@gmail.com wrote: Hi - I've actually comitted

Re: [Gimp-developer] segmentation fault in 2.9 at start

2015-01-24 Thread Partha Bagchi
Great. Now works on both Windows and OSX. On Sat, Jan 24, 2015 at 2:10 PM, Jon Nordby jono...@gmail.com wrote: On 23 January 2015 at 22:42, Jon Nordby jono...@gmail.com wrote: Hi Alexander, this is https://bugzilla.gnome.org/show_bug.cgi?id=743296 A workaround is mentioned there. It has

Re: [Gimp-developer] No dds= annoying

2015-01-11 Thread Partha Bagchi
alexandre.prokoud...@gmail.com wrote: On Sun, Jan 11, 2015 at 4:42 PM, Partha Bagchi wrote: https://code.google.com/p/gimp-dds/ seems to be an active project with roadmaps and all. 1) It's inactive for the past two years or so. 2) Its Windows build are known to fail to work. Alex

Re: [Gimp-developer] No dds= annoying

2015-01-11 Thread Partha Bagchi
https://code.google.com/p/gimp-dds/ seems to be an active project with roadmaps and all. For Mac, you can build it yourself or ask someone to do it for you. On Sun, Jan 11, 2015 at 7:57 AM, Alexandre Prokoudine alexandre.prokoud...@gmail.com wrote: 11 янв. 2015 г. 16:20 пользователь Nathan

Re: [Gimp-developer] [Gimp-user] User's Guide to High Bit Depth GIMP 2.9

2014-11-02 Thread Partha Bagchi
Elle, What are your thoughts on the 64-bit precision now in Gimp? Also, (I know, I shouldn't ask :) ) are the patches already in the current trunk? Thanks, Partha On Sat, Nov 1, 2014 at 7:40 AM, Elle Stone ellest...@ninedegreesbelow.com wrote: I posted a User's Guide to High Bit Depth GIMP

Re: [Gimp-developer] [Gimp-user] User's Guide to High Bit Depth GIMP 2.9

2014-11-02 Thread Partha Bagchi
Yes, the openexr patch, the modified util.h, and the 7 files that need to be modified. I can do it locally, but would be nice if they were in git. Thanks, Partha On Sun, Nov 2, 2014 at 9:01 AM, Elle Stone ellest...@ninedegreesbelow.com wrote: On 11/02/2014 08:35 AM, Partha Bagchi wrote: Elle

Re: [Gimp-developer] Gimp 2.8.14 Heal Tool

2014-09-28 Thread Partha Bagchi
for this. See: https://bugzilla.gnome.org/show_bug.cgi?id=726181 See: https://git.gnome.org/browse/gimp/commit/?h=gimp-2-8id=bdde26ec394f83ab38700e7dbd04b6d74140e214 -- drawoc On Sat, Sep 27, 2014 at 7:28 PM, Partha Bagchi parth...@gmail.com wrote: There seems to be a change in behavior

Re: [Gimp-developer] Gimp Texttool Native Language

2014-09-28 Thread Partha Bagchi
On Sun, Sep 28, 2014 at 11:52 AM, Jehan Pagès jehan.marmott...@gmail.com wrote: Hi, On Sun, Sep 28, 2014 at 2:57 PM, Michael Bauer f...@akerbeltz.org wrote: Ok, mystery solved, bug confirmed. Kotoeri is the default IME on OSX for Japanese, it offers, amongst other things, Latin to

[Gimp-developer] Gimp 2.8.14 Heal Tool

2014-09-27 Thread Partha Bagchi
There seems to be a change in behavior with the Heal Tool? In the current version, if you select the heal tool, you can no longer change the mode? Is this intentional or something has changed? This issue didn't exist in the 2.8.10 version. Thanks, Partha

Re: [Gimp-developer] Gimp Texttool Native Language

2014-09-26 Thread Partha Bagchi
, Partha Bagchi escribió: I am trying to figure out how to type in languages other than English.However, even if I select Use Selected Font, I still don't see the native language and text still comes out in English. Here is a screenshot. http://www.partha.com/temp/official-gimp-texttool.png

Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Partha Bagchi
No, you don't need to do that. The language black magic is not involved. I use a script to launch Gimp and make all the libraries available. The script is inspired by Simone's 2.6.x script and modified for my builds. So, I set the language in the script and you all set. The script obviously

Re: [Gimp-developer] OSX - solution

2014-09-21 Thread Partha Bagchi
An they do as Michael mentioned at the start of this thread. On Sun, Sep 21, 2014 at 11:13 AM, Michael Schumacher schum...@gmx.de wrote: On 21.09.2014 15:22, Partha Bagchi wrote: I use a script to launch Gimp and make all the libraries available. The script is inspired by Simone's 2.6.x

Re: [Gimp-developer] OSX

2014-09-14 Thread Partha Bagchi
I don't think it's a Windows thing. :) On Windows, the language is handled in app/language.c which all works out nicely at the moment (even if it's a hack) On Sun, Sep 14, 2014 at 4:29 PM, Michael Schumacher schum...@gmx.de wrote: On 14.09.2014 22:11, Simone Karin Lehmann wrote: It used to be

Re: [Gimp-developer] OSX

2014-09-14 Thread Partha Bagchi
Simone, It is indeed possible to change the language within Gimp without changing the system language. If you are packaging the iso-codes, you should be able to see and set the default Gimp language without changing system language. Thanks, Partha On Sun, Sep 14, 2014 at 4:11 PM, Simone Karin

Re: [Gimp-developer] OSX

2014-09-12 Thread Partha Bagchi
I updated 2.8.14 McGimp last night to include the language codes. Could you please re-download and test that your language (in fact all languages) are visible to you? Thanks, Partha On Fri, Sep 12, 2014 at 8:28 AM, Michael Bauer f...@akerbeltz.org wrote: I have two locales under System

Re: [Gimp-developer] OSX

2014-09-12 Thread Partha Bagchi
shown (Default and English) and it comes up in English either way :/ Michael 12/09/2014 13:33, sgrìobh Partha Bagchi: I updated 2.8.14 McGimp last night to include the language codes. Could you please re-download and test that your language (in fact all languages) are visible to you

Re: [Gimp-developer] OSX

2014-09-11 Thread Partha Bagchi
with any script. I will check into it. But perhaps I'm wrong and there IS an easy way of changing this... fingers crossed I guess... go on, someone surprise me? Yes, the fix is quite easy if there is a problem. Michael 11/09/2014 01:05, sgrìobh Partha Bagchi: You can download a build

Re: [Gimp-developer] OSX

2014-09-11 Thread Partha Bagchi
Michael B., I am confused. Which version of OSX do you have? My version supports Snow Leopard to Yosemite. I just checked and here is a screenshot from 2.8.14 (I am running Yosemite): http://www.partha.com/images/screenshots/Gimp-2.8.14-Language-screenshot.jpg Can you send me a screenshot or

Re: [Gimp-developer] OSX

2014-09-11 Thread Partha Bagchi
I do package them with Windows where I think it's needed. Didn't have the need before on Macs. I will add them to the Mac version as well in case they are missing from a user's machine. Thanks, Partha On Thu, Sep 11, 2014 at 11:46 AM, Michael Henning dra...@darkrefraction.com wrote: Gimp

Re: [Gimp-developer] OSX

2014-09-10 Thread Partha Bagchi
You can download a build from my page www.partha.com. Should work from Snow Leopard all the way to Yosemite. If you do, let me know if you have issues. On Wed, Sep 10, 2014 at 6:06 PM, Michael Bauer f...@akerbeltz.org wrote: Hiya Anyone heard anything about a build of .14 for OSX? Been

Re: [Gimp-developer] [Gimp-user] ANNOUNCE: GIMP 2.8.14 released

2014-08-26 Thread Partha Bagchi
Hi Mitch, I built 2.8 branch from git. Not sure this affects me? This should have no affect on my binaries (or no effect I can see). Thanks, Partha On Tue, Aug 26, 2014 at 1:50 PM, Michael Natterer mi...@gimp.org wrote: Hi, GIMP 2.8.14 has been released. This is a bugfix release in the

Re: [Gimp-developer] [Gimp-user] Gimp 2.8 and OS X Yosemite

2014-07-27 Thread Partha Bagchi
I installed Yosemite yesterday. I updated Gimp to the latest git build and it works fine with Yosemite. This is not surprising to me since my builds are backward compatible up to Snow Leopard (10.6.8). Thanks, Partha On Sun, Jul 6, 2014 at 12:37 AM, scl scl.gp...@gmail.com wrote: Hi, I

[Gimp-developer] Latest Gimp git (git pull today) Opening NEF images

2014-06-13 Thread Partha Bagchi
Gimp cannot open a D800 NEF image (36 MP) (fuzzy static), partially opens a D610 image (24 MP). It is able to open a D7000 (16.7MP), D300, D50 NEF images fine. When the D800 image is converted to TIFF with dcraw, the TIFF of course opens fine. Windows 8.1 64bit 16G RAM etc. Thanks, Partha

[Gimp-developer] Windows - Gimp Open Nef files

2014-05-24 Thread Partha Bagchi
Took me a long time to debug why I could not open nef files in Windows. Turns out that the additional ifdef in raw-load.c was the culprit. Comment out Lines 38 - 43 and it's all good. :) File to modify gegl/operations/common/raw-load.c: /** #ifdef _WIN32 #include io.h #include process.h #define

[Gimp-developer] gettext 0.19

2014-05-16 Thread Partha Bagchi
The latest gimp git pull warns that I require gettext 0.19 or higher or the build will have a partially broken localization. However, the latest available gettext from GNU is 0.18.3.2. Why this requirement for a version higher than currently available? Thanks, Partha

Re: [Gimp-developer] Gimp 2.6 french mac manual

2014-03-01 Thread Partha Bagchi
... The other problem I have with Gimp: The ufraw which is integrated in 2.6 GIMP (my operating system is Mac OS 10.4.11) cann't read correctly the raws of my camera. So, I should need to download the ufraw 0.19.2 which knows this camera... I could download it but I obtain a folder and

Re: [Gimp-developer] Gimp 2.8

2014-01-24 Thread Partha Bagchi
Akkana Peck used to have a panorama plugin called Pandora ( http://www.shallowsky.com/software/pandora/). I don't know if she is still maintaining it. Disclaimer: I have not used it and so can't verify if it works with current Gimp versions. On Fri, Jan 24, 2014 at 5:34 AM, Boudewijn Rempt

[Gimp-developer] New gitsource build segfault (Windows 8.1)

2013-12-15 Thread Partha Bagchi
I am getting Windows version of segfault with the latest builds. This is with glib-2.39.1. Should I file a bugreport or it will sort itself out? Here is what I see during the crash: 0x6862110F (0x000101ED4790 0x000101ED4780 0x000101ED4790 0x02229D95), g_slice_free1()

Re: [Gimp-developer] New gitsource build segfault (Windows 8.1)

2013-12-15 Thread Partha Bagchi
Thanks. I will. I will also rebuild glib and see if the crash goes away. In response to your questions. 1. The last version that worked is the one I uploaded to my website. However, one caveat, I was using it on Windows 7. 2. I was editing a 16-bit tiff and then opening another 16-bit tiff.

Re: [Gimp-developer] New gitsource build segfault (Windows 8.1)

2013-12-15 Thread Partha Bagchi
36MP. On Sun, Dec 15, 2013 at 7:47 PM, Liam R E Quin l...@holoweb.net wrote: On Sun, 2013-12-15 at 18:01 -0500, Partha Bagchi wrote: I rebuilt glib-2.0 and I am still experiencing crashes. However, it's no longer the above message. Usually after opening 2 or 3 large 16-bit tiffs

Re: [Gimp-developer] GIMP release: 2.8.10 request, OS X

2013-12-09 Thread Partha Bagchi
couldn't resist the reference to Monty Hall). Thanks, Partha On Mon, Dec 9, 2013 at 2:17 AM, Jehan Pagès jehan.marmott...@gmail.comwrote: Hi, On Thu, Dec 5, 2013 at 11:55 PM, Partha Bagchi parth...@gmail.com wrote: Hi Jehan, I don't patch Gimp anymore. In the past I did due to issues

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Partha Bagchi
Partha Bagchi wrote in Gimp-user: You can also download my Mac build which will work on Snow Leopard or later. You can download it from www.partha.com Hi Partha, I hereby confirm that your build is fine on OS X 10.6. How did you manage to build GIMP in a manner that it works for 10.6 _and

Re: [Gimp-developer] Single build for various OSX versions (Was: [Gimp-user] Open Gimp)

2013-12-08 Thread Partha Bagchi
4.8.0 which I built and installed in ~/local/bin thanks, Partha On Sun, Dec 8, 2013 at 5:26 PM, Simone Karin Lehmann sim...@lisanet.dewrote: Am 08.12.2013 um 22:37 schrieb Partha Bagchi parth...@gmail.com: Hi Sven, It's a complicated process. Due to changes in how threads are handled

Re: [Gimp-developer] USM update

2013-12-07 Thread Partha Bagchi
() + 0x198D bytes(s) I can post the full error set if anyone wishes. Thanks, Partha On Sat, Dec 7, 2013 at 5:58 AM, Elle Stone ellest...@ninedegreesbelow.comwrote: On 12/07/2013 05:04 AM, Tobias Ellinghaus wrote: Am Freitag, 6. Dezember 2013, 20:18:13 schrieb Partha Bagchi: Thanks! Would

Re: [Gimp-developer] USM update

2013-12-07 Thread Partha Bagchi
Sorry, that should be a new git clone and not a new git pull. Thanks, Partha On Sat, Dec 7, 2013 at 11:01 AM, Partha Bagchi parth...@gmail.com wrote: Hi Elle, Not a problem. It's possible the issue is related to gaussian-blur. However, I did try to revert back the latest changes

[Gimp-developer] USM update

2013-12-06 Thread Partha Bagchi
Hi Elle, The recent update to GEGL USM is consistently crashing on Windows (my test machine is Windows 8.1 64-bit). Thanks, Partha ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership:

Re: [Gimp-developer] USM update

2013-12-06 Thread Partha Bagchi
Thanks! Would you happen to have a copy of unsharp-mask.c from 2 weeks ago? I was not experiencing any crashes with unsharp mask then. Thanks again, Partha On Fri, Dec 6, 2013 at 7:30 PM, Elle Stone ellest...@ninedegreesbelow.comwrote: On 12/06/2013 07:11 PM, Partha Bagchi wrote: Hi Elle

Re: [Gimp-developer] GIMP release: 2.8.10 request, OS X

2013-12-05 Thread Partha Bagchi
, 2013 at 11:50 AM, Partha Bagchi parth...@gmail.com wrote: Hi Sven, Have been away for the Thanksgiving holidays.:) On Sun, Nov 24, 2013 at 4:59 AM, scl scl.gp...@gmail.com wrote: Hi, today there was [bugreport] about outdated builds for OSX. One reason for not being able

Re: [Gimp-developer] My plugin doesn't start anymore after upgrading mingw/gcc suite

2013-10-04 Thread Partha Bagchi
Allessandro, I am doubtful this has anything to do with 4.8.1 since I have been using 4.8.1 in building Gimp and recently including BIMP and have not seen any issues. Please feel free to contact me offlist to resolve this, if you wish. Thanks, Partha On Fri, Oct 4, 2013 at 5:00 AM,

Re: [Gimp-developer] wgo, model releases, and cc licensing

2013-09-27 Thread Partha Bagchi
Funny you should ask. :) Shutterbug has a recent article on this: http://www.shutterbug.com/content/copyrights-model-releases-and-contracts-what-every-photographer-should-know And you may want to look at what the American Society of Media Photographers has to say:

Re: [Gimp-developer] List of dependencies (versions and configuration options) for GIMP on Windows

2013-09-22 Thread Partha Bagchi
Needless to say, when I build Gimp, I don't have fontconfig issues. On Sun, Sep 22, 2013 at 9:51 AM, Michael Henning dra...@darkrefraction.comwrote: As much fun as I'm sure you're all having debugging this, I think I've seen this before. I already fixed this with my windows nightlies

Re: [Gimp-developer] List of dependencies (versions and configuration options) for GIMP on Windows

2013-09-22 Thread Partha Bagchi
You are correct. I am building on a Windows platform. I assumed that Ender did that too? On Sun, Sep 22, 2013 at 2:33 PM, Michael Schumacher schum...@gmx.de wrote: On 22.09.2013 20:30, Partha Bagchi wrote: Needless to say, when I build Gimp, I don't have fontconfig issues

Re: [Gimp-developer] possible bug

2013-09-06 Thread Partha Bagchi
Please file a bugreport. Thanks, Partha On Thu, Sep 5, 2013 at 11:33 PM, Warren Turkal w...@penguintechs.org wrote: Hi, I have found a possible bug in gimp/app/display/gimpdisplayshell-transform.c:285. The line is as follows: *rotated_coords = *rotated_coords Is it possible that it

[Gimp-developer] Mac Gimp from git - App crash: Error (1007) creating CGSWindow

2013-08-25 Thread Partha Bagchi
Gimp 2.9 built from git on Mountain Lion to support Snow Leopard and above. When working with large tiffs, I am getting an app crash with the following: Error (1007) creating CGSWindow (I can provide the full crash report if needed). My gtk version is 2.24.20. Is it worth filing a bug report

Re: [Gimp-developer] Mac Gimp from git - App crash: Error (1007) creating CGSWindow

2013-08-25 Thread Partha Bagchi
About to file the bug, waiting for bugzilla Google tells me that this is related to NSImage leak? On Sun, Aug 25, 2013 at 7:09 PM, Michael Henning dra...@darkrefraction.comwrote: I don't think we've seen this before. So, bugreport please! On Sun, Aug 25, 2013 at 6:27 PM, Partha Bagchi

Re: [Gimp-developer] Gimp git error?

2013-08-04 Thread Partha Bagchi
on g_warning and get a full trace (with variables) of that when it breaks. On Sat, Aug 3, 2013 at 6:00 PM, Partha Bagchi parth...@gmail.com wrote: Well, I build babl/gegl/gimp simultaneously and so they are all update. Just to rule out that it's an issue on my side, I completey wiped out both

Re: [Gimp-developer] Gimp git error?

2013-08-04 Thread Partha Bagchi
within gdb. It might help if you place a breakpoint on g_warning and get a full trace (with variables) of that when it breaks. On Sat, Aug 3, 2013 at 6:00 PM, Partha Bagchi parth...@gmail.com wrote: Well, I build babl/gegl/gimp simultaneously and so they are all update. Just to rule out

Re: [Gimp-developer] Gimp git error?

2013-08-04 Thread Partha Bagchi
for even a 10 MP image. Thanks, Partha On Sun, Aug 4, 2013 at 2:13 PM, Partha Bagchi parth...@gmail.com wrote: Michael, Sorry to be dense. But gimp stops running after you click OK on the dialog box and the gdb stack is empty. So, I am not sure what you are expecting in the logfile

Re: [Gimp-developer] Gimp git error?

2013-08-03 Thread Partha Bagchi
No. On Sat, Aug 3, 2013 at 6:02 AM, scl scl.gp...@gmail.com wrote: On 02.08.13 at 3:51 PM, Partha Bagchi wrote: Just started getting this message this morning (all git pulls up to date): GEGL operation missing! GIMP requires the GEGL operation gegl:seamless-clone. This operation cannot

Re: [Gimp-developer] Gimp git error?

2013-08-03 Thread Partha Bagchi
git clean, and then recompiling. If that doesn't help, then we need to do some debugging. Does anyone else with a mac build from git get the same error message? On Sat, Aug 3, 2013 at 7:12 AM, Partha Bagchi parth...@gmail.com wrote: No. On Sat, Aug 3, 2013 at 6:02 AM, scl scl.gp

[Gimp-developer] Gimp git error?

2013-08-02 Thread Partha Bagchi
Just started getting this message this morning (all git pulls up to date): GEGL operation missing! GIMP requires the GEGL operation gegl:seamless-clone. This operation cannot be found. Check your GEGL install and ensure it has been compiled with any dependencies required for GIMP. Log says:

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-28 Thread Partha Bagchi
is empty now, right? No, it lists all languages. Hmmm... ok. So it lists them all of them, nicely displayed language name [code] as usual? Screenshot here https://www.dropbox.com/s/6haa2tq0vow3u29/gimp-013c9d3-patched-prefs-languages-1.png On 2013-07-28 07:31 +0100, Partha Bagchi

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-28 Thread Partha Bagchi
occurs. Thanks. Jehan On Sun, Jul 28, 2013 at 1:47 PM, Jehan Pagès jehan.marmott...@gmail.com wrote: Argh! I should nearly have a Mac just to test code there! uhuh Let me have a look. :-) Jehan On Sun, Jul 28, 2013 at 10:39 AM, Partha Bagchi parth...@gmail.com wrote: Should have

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-28 Thread Partha Bagchi
at 10:39 AM, Partha Bagchi parth...@gmail.com wrote: Should have mentioned the segfault is related to gimp_language_store_parser_init () __ ./gimp-2.9 --verbose Cannot spawn a message bus without a machine-id: Unable

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-28 Thread Partha Bagchi
Sorry Jehan, didn't mean to bug you. :) Didn't realize you are in NZ. Yes, all is good now. The crash is history!! Thanks so much! Partha On Sun, Jul 28, 2013 at 8:07 AM, Jehan Pagès jehan.marmott...@gmail.comwrote: Hi, On Sun, Jul 28, 2013 at 11:51 PM, Partha Bagchi parth...@gmail.com

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-27 Thread Partha Bagchi
in gimp_language_store_parser_init () #9 0x000100012c75 in gui_init () #10 0x0001d890 in app_run () #11 0x0001fe24 in main () __ Thanks, Partha On Sat, Jul 27, 2013 at 3:01 PM, Partha Bagchi parth...@gmail.com wrote: Jehan, Looks

[Gimp-developer] Fwd: need to contact the developers of GIMP.

2013-07-25 Thread Partha Bagchi
-- Forwarded message -- From: graklau...@gmail.com Date: Thu, Jul 25, 2013 at 7:08 AM Subject: need to contact the developers of GIMP. To: parth...@gmail.com I am a student of Gdansk Uniwersity of Technology, I graduated from the computer. I'm writing a piece about the motivation

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-18 Thread Partha Bagchi
Sounds good. I will file a bug. Thanks, Partha On Thu, Jul 18, 2013 at 8:40 AM, Michael Natterer mi...@gimp.org wrote: On Wed, 2013-07-17 at 17:31 -0400, Partha Bagchi wrote: Hey V, Thanks for checking on this. I am glad (in a way) that my system is not the only one having

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-18 Thread Partha Bagchi
not modify it at the time because I did not feel like using more time towards this, but I guess that should be the occasion to do it. In any case, please fill a bug report and I'll have a look! :-) Jehan On Thu, Jul 18, 2013 at 6:31 AM, Partha Bagchi parth...@gmail.com wrote: Hey V

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-18 Thread Partha Bagchi
On Fri, Jul 19, 2013 at 7:14 AM, Partha Bagchi parth...@gmail.com wrote: Jehan, I will test it tomorrow. I will get back to you with the results. Thanks for your prompt response! Partha On Thu, Jul 18, 2013 at 11:42 AM, Jehan Pagès jehan.marmott...@gmail.com wrote

Re: [Gimp-developer] Gimp git on Mac Segfault

2013-07-17 Thread Partha Bagchi
+0100, Partha Bagchi wrote: My recent (last built a few moment ago) git builds (2.9) have been instantly segfaulting on MBR running Mountain Lion. gdb backtrace (or commandline execution) shows: ./gimp-2.9 (pid:42315): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0

[Gimp-developer] Gimp git on Mac Segfault

2013-07-16 Thread Partha Bagchi
My recent (last built a few moment ago) git builds (2.9) have been instantly segfaulting on MBR running Mountain Lion. gdb backtrace (or commandline execution) shows: ./gimp-2.9 (pid:42315): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x7fff8b257698 in __wait4 () #1

Re: [Gimp-developer] OSX Performance (screen redraw)

2013-07-12 Thread Partha Bagchi
It's probably a combination of cairo/pixman/gdk_pixbuff that is interacting weirdly with Pat's Mac. I'll test it with him to see what the cause is. On Fri, Jul 12, 2013 at 6:15 PM, Michael Henning dra...@darkrefraction.comwrote: The warning that said 'Geglconfig has no property named

[Gimp-developer] gegl nef raw loader Windows 7 64 bit

2013-06-08 Thread Partha Bagchi
Pippin, I am having an issue with raw-load.c. Firstly, I think the following line command = g_strdup_printf (dcraw -4 -c '%s'\n, op_raw_load-path); should be command = g_strdup_printf (dcraw -4 -c \%s\\n, op_raw_load-path); Otherwise, you have problems with spaces in filename.

[Gimp-developer] Gimp gitmaster Enhance filter menu item missing

2013-05-25 Thread Partha Bagchi
The Enhance menu item seems to be missing. How do I add it? Thanks, Partha ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Gimp gitmaster Enhance filter menu item missing

2013-05-25 Thread Partha Bagchi
only seeing the Gaussian Blur GEGL item under blur. Partha On Sat, May 25, 2013 at 2:20 PM, Michael Natterer mi...@gimp.org wrote: On Sat, 2013-05-25 at 10:16 -0400, Partha Bagchi wrote: The Enhance menu item seems to be missing. How do I add it? Mist be something with your installation, I

Re: [Gimp-developer] Test some file plug-ins in master branch

2013-05-24 Thread Partha Bagchi
Yay! Finally! :) Mukund, couple of points. I can save a 16-bit tiff. However, unlike other image processing apps, Gimp won't tell me if it's saving as 16-bit or 8-bit. I did save and then opened in Gimp 2.8.4 and determined that the saved file is indeed 16-bit. Would it be possible to add this

Re: [Gimp-developer] GIMP for iPad

2013-05-04 Thread Partha Bagchi
I think the original discussion is about Gimp on IPad not on an Android device. :) On Sat, May 4, 2013 at 1:06 PM, Michael Grosberg grosberg.mich...@gmail.com wrote: Jon Nordby jononor at gmail.com writes: I believe the problem also exists for Google Play store. Then again Firefox for

Re: [Gimp-developer] tiff-error

2013-04-21 Thread Partha Bagchi
Hi Cristian, Thanks for the feedback. Now we are getting somewhere. :) I use libtiff 4.0.2. I wonder which version Ender is using. I will see whether upgrading to 4.0.3 (the latest stable release) makes any difference. Note that gimp-2.9 crashes I am talking about usually happens when you try

Re: [Gimp-developer] tiff-error

2013-04-20 Thread Partha Bagchi
I don't believe this has anything to do with a specific tiff file. So attaching a tiff does not make sense to me. Thanks for your response! Partha On Sat, Apr 20, 2013 at 4:32 AM, mazarst maza...@ensisun.imag.fr wrote: I seem to get tiff errors when I am loading a 16-bit tiff say after

[Gimp-developer] tiff-error

2013-04-19 Thread Partha Bagchi
I seem to get tiff errors when I am loading a 16-bit tiff say after opening a couple of images of other formats like png or jpeg. Other times if I open the tiff first, it seems to open fine. I am stumped. :( The error is :LibGimp-WARNING (recursed) **: file-tiff-load.exe: gimp_flush(): error:

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Try my version and let me know if you have issues: www.partha.com Partha On Thu, Mar 28, 2013 at 12:15 PM, Ryan Krauss ryanli...@gmail.com wrote: I have recently switched from Ubuntu to Mac and am having some trouble getting GIMP working the way I need. I use pygimp and a Wacom tablet to

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
? Thanks again, Ryan On Thu, Mar 28, 2013 at 11:19 AM, Partha Bagchi parth...@gmail.comwrote: Try my version and let me know if you have issues: www.partha.com Partha On Thu, Mar 28, 2013 at 12:15 PM, Ryan Krauss ryanli...@gmail.comwrote: I have recently switched from Ubuntu to Mac

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Have you installed the Wacom drivers for the Mac from the Wacom website? On Thu, Mar 28, 2013 at 1:48 PM, Ryan Krauss ryanli...@gmail.com wrote: Yes, I plugged it before launching the second time (I have had that problem in Ubuntu). On Thu, Mar 28, 2013 at 12:45 PM, Partha Bagchi parth

Re: [Gimp-developer] gimp 2.8 on OS X with Python 2.7 and Wacom Pressure sensitivity

2013-03-28 Thread Partha Bagchi
Michael, I didn't know about the GIMP PYTHONPATH. Where is it defined in the source? Thanks! Partha On Thu, Mar 28, 2013 at 2:06 PM, Michael Schumacher schum...@gmx.de wrote: On 28.03.2013 17:50, Partha Bagchi wrote: It uses it's own PYTHONPATH. Any reason you need a separate PYTHONPATH

Re: [Gimp-developer] Ways to improve Gimp 2.9 performance

2013-03-02 Thread Partha Bagchi
I thought Gentoo was all about optimizing a linux distribution to your specific proecessor. :) Anyway, try the following optimization and see if it makes a difference in your setup: ./autogen CFLAGS=-O3 -ffast-math -ftree-vectorize ... On Sat, Mar 2, 2013 at 8:49 AM, Elle Stone

Re: [Gimp-developer] Ways to improve Gimp 2.9 performance

2013-03-02 Thread Partha Bagchi
build Gimp on Windows and Mac, so your mileage may vary. On Sat, Mar 2, 2013 at 10:00 AM, Elle Stone l.elle.st...@gmail.com wrote: On 3/2/13, Partha Bagchi parth...@gmail.com wrote: I thought Gentoo was all about optimizing a linux distribution to your specific proecessor. :) Anyway, try

Re: [Gimp-developer] GEGL Crashes GPU

2013-02-20 Thread Partha Bagchi
is running in the GPU. Also, I'm not sure if you're already using the GEGL_SWAP=RAM option to run GIMP, it should improve performance and maybe you don't get this error. On Sat, Feb 16, 2013 at 12:29 AM, Partha Bagchi parth...@gmail.comwrote: Hi Victor, I have an NVIDIA GPU with 1G dedicated

Re: [Gimp-developer] What about RAW files?

2013-02-19 Thread Partha Bagchi
That's cool! :) Can you send me a link? Thanks in advance, Partha On Mon, Feb 18, 2013 at 1:11 PM, Nils Philippsen n...@tiptoe.de wrote: On Tue, 2013-02-12 at 05:38 -0500, Partha Bagchi wrote: As said above, UFRaw supports all camera RAW (as supported by dcraw). However, it has not been

Re: [Gimp-developer] GEGL Crashes GPU

2013-02-15 Thread Partha Bagchi
. Februar 2013, 04:52:49 schrub Partha Bagchi: Hi Victor, Latest git. I have an NVIDIA GeForce GT 230M card with 1G VRAM. The opengl version is 1.1 CUDA 4.2.1 etc. Windows 7 64bit I think OpenCL is taking down my video every time. Here is a simple repeatable test for me. 1. Open 16 bit

[Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
Something seems have to gone haywire with the horizontal flip. I think the tile placements seems to be issue? In any case, vertical flip works fine but horizontal leaves a mess behind. Thanks, Partha ___ gimp-developer-list mailing list

Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
the flip direction, it looks perfectly right to me. Cheers Karl-Heinz On Fri, 8 Feb 2013 09:20:01 -0500 Partha Bagchi parth...@gmail.com wrote: I think the issue is here: app/tools/gimpfliptool.c (Notice the orientation is reversed): switch (options-flip_type

Re: [Gimp-developer] Image Horizontal Flip

2013-02-08 Thread Partha Bagchi
Sven, I report issues with git. If it's not git I would state it. Thanks, Partha On Fri, Feb 8, 2013 at 10:00 AM, scl scl.gp...@gmail.com wrote: On 08.02.13 at 3:01 PM Partha Bagchi wrote: Something seems have to gone haywire with the horizontal flip. I think the tile placements seems

Re: [Gimp-developer] Cairo Issue

2013-02-08 Thread Partha Bagchi
6, 2013 at 8:51 PM, Partha Bagchi parth...@gmail.com wrote: A new issue seems to have cropped up. Now I get the following error: This is a development version of GIMP. Debug messages may appear here. Assertion failed! Program: C:\Win64\msys\opt\gimp-2.9\bin\gimp-2.9.exe File

Re: [Gimp-developer] Cairo Issue

2013-02-07 Thread Partha Bagchi
The latest version available on the cairo site is 1.12.12 dated Jan 31, 2013. Is your version from git? Thanks, Partha On Thu, Feb 7, 2013 at 3:30 AM, phanisvara das listm...@phanisvara.comwrote: On Thu, 07 Feb 2013 09:23:23 +0100 Michael Natterer mi...@gimp.org wrote: What cairo version

[Gimp-developer] Exporting to Tiff

2013-02-02 Thread Partha Bagchi
Just wanted to confirm, currently exporting to tiff is only 8-bit? Thanks, Partha ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Exporting to Tiff

2013-02-02 Thread Partha Bagchi
Hey Mukund, Thanks for the response! Haven't seen you in these parts for sometime! Partha On Sat, Feb 2, 2013 at 10:34 PM, Mukund Sivaraman m...@banu.com wrote: On Sat, Feb 02, 2013 at 06:13:04PM -0500, Partha Bagchi wrote: Just wanted to confirm, currently exporting to tiff is only 8

Re: [Gimp-developer] multithreading and GEGL

2013-02-01 Thread Partha Bagchi
Victor, When I look at the code, I don't understand how you are handling the Mac OS, when you don't typically see so libraries, by dylibs. Can you elaborate? Also, when I try to add --enable-config to configure, I get configure: WARNING: unrecognized options: --enable-config Thanks, Partha

Re: [Gimp-developer] multithreading and GEGL

2013-02-01 Thread Partha Bagchi
should handle it in MacOS. I was assuming it was the same as the Linux way. Do you know how I should do this? Victor On Fri, Feb 1, 2013 at 8:10 PM, Partha Bagchi parth...@gmail.com wrote: Victor, When I look at the code, I don't understand how you are handling the Mac OS, when you

Re: [Gimp-developer] multithreading and GEGL

2013-02-01 Thread Partha Bagchi
On Fri, Feb 1, 2013 at 8:46 PM, Victor Oliveira victormath...@gmail.comwrote: On Fri, Feb 1, 2013 at 11:10 PM, Partha Bagchi parth...@gmail.com wrote: Hi Victor, I think on Windows for 32-bit you are OK with call OpenCL.dll, but I think you need to call OpenCL64.dll for 64-bit? I

[Gimp-developer] file-pdf.save

2013-01-15 Thread Partha Bagchi
Thought I would bring to your attention - file-pdf-save crashes on both Windows and Mac. I think it's chocking on libbabl. ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] file-pdf.save

2013-01-15 Thread Partha Bagchi
As we say in the US, you duh man! :) On Tue, Jan 15, 2013 at 8:27 AM, Michael Natterer mi...@gimp.org wrote: On Tue, 2013-01-15 at 06:01 -0500, Partha Bagchi wrote: Thought I would bring to your attention - file-pdf-save crashes on both Windows and Mac. I think it's chocking on libbabl

[Gimp-developer] Gimp gitsource Gimpcolorwheel.c

2013-01-06 Thread Partha Bagchi
Unless I am doing something wrong, gimpcolorwheel.c is missing from color-selector-wheel.lo Thanks, Partha ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Gimp gitsource Gimpcolorwheel.c

2013-01-06 Thread Partha Bagchi
to ignore all changes to *.am files, and print a tiny warning at the top of its output that nobody notices or reads. Do git clean -xdf, then reconfigure + make, and all should be okay. -- drawoc On Sun, Jan 6, 2013 at 3:40 PM, Partha Bagchi parth...@gmail.com wrote: Unless I am doing something

Re: [Gimp-developer] RAW files

2012-12-23 Thread Partha Bagchi
It is possible now with a RAW convertor such as UFRaw. However, UFRaw sends 8-bit data to Gimp and hence would not take advantage of 16-bit editing that is possible with Gimp 2.9 and beyond. On Sun, Dec 23, 2012 at 2:22 PM, Henk Kruger zs4...@gmail.com wrote: Dear GIMP developers, **

Re: [Gimp-developer] gimp multipage tiff

2012-12-07 Thread Partha Bagchi
This patch will not work with the current master and if I am not mistaken, a cursory glance says that it won't save 16-bit tiffs and hence would have to be modified. Sorry. On Fri, Dec 7, 2012 at 9:29 AM, Oleg lego12...@yandex.ru wrote: On Fri, Dec 07, 2012 at 03:01:10PM +0100, scl wrote:

Re: [Gimp-developer] Lack of TWAIN scanner dialogue

2012-10-18 Thread Partha Bagchi
Correct. My build is all x64 and Jernej is right. You are going to need a 64-bit driver. This one gets high marks from users. http://www.hamrick.com/ I have not used it myself. On Thu, Oct 18, 2012 at 7:11 AM, Jernej Simončič jer...@ena.si wrote: On Thursday, October 18, 2012, 10:14:29,

Re: [Gimp-developer] XDG support and better Windows configuration path

2012-10-10 Thread Partha Bagchi
On Wed, Oct 10, 2012 at 6:12 PM, Michael Natterer mi...@gimp.org wrote: Hi all, Since we are about to change things here, let's do it right and consistent across platforms this time. I suggest: OSX: NSApplicationSupportDirectory/GIMP/GIMP_APP_VERSION WIN: APPDATA/GIMP/GIMP_APP_VERSION

<    1   2   3   >