Re: [Gimp-developer] [Bug 605366] OpenRaster support

2009-12-27 Thread Jon Nordby
On Thu, Dec 24, 2009 at 4:47 PM, Martin Nordholts ense...@gmail.com wrote: Jon Nordby wrote: Picking up this right now. As stated in the report, there is a Python input handler plug-in (written by me) available that provides OpenRaster support. Are you be interested in shipping this for 2.8

Re: [Gimp-developer] [Bug 605366] OpenRaster support

2010-01-01 Thread Jon Nordby
On Mon, Dec 28, 2009 at 12:39 PM, Sven Neumann s...@gimp.org wrote: On Sun, 2009-12-27 at 18:59 +0100, Jon Nordby wrote: Please test, review and give feedback on the following patch/plug-in. On any aspect. It gives GIMP the ability to load and save OpenRaster files. Very nice indeed

Re: [Gimp-developer] [Bug 605366] OpenRaster support

2010-01-08 Thread Jon Nordby
I've updated the patch to incorporate Svens feedback; changed the file and procedures to file-openraster-* Hoping this can be committed now. Also, please consider shipping it with the next 2.6 stable. -- Regards Jon Nordby - www.jonnor.com 0002-Basic-working-OpenRaster-file-support.patch

[Gimp-developer] [PATCH] OpenRaster: optimize PNG saving

2010-02-27 Thread Jon Nordby
From 0e41e65f31ae07c91f2ed5dc8f0c51d05949be51 Mon Sep 17 00:00:00 2001 From: Jon Nordby jono...@gmail.com Date: Sat, 27 Feb 2010 14:28:58 +0100 Subject: [PATCH] OpenRaster: optimize PNG saving Sets lower compression and disables interlacing. On a 5 layer image of 4500x6000px this gives an order

Re: [Gimp-developer] [PATCH] OpenRaster: optimize PNG saving

2010-03-12 Thread Jon Nordby
On Sat, Mar 6, 2010 at 3:30 PM, Martin Nordholts ense...@gmail.com wrote: On 02/27/2010 03:14 PM, Jon Nordby wrote: Sets lower compression and disables interlacing. On a 5 layer image of 4500x6000px this gives an order of magnitude better save-times, with 50% increase in file size. Hi

Re: [Gimp-developer] cannot start 2.7 from git

2010-04-02 Thread Jon Nordby
Is there a solution? Make sure that you don't have a Gimp (2.6) instance running. If you do, it will connect to it and just pop up a new image window there when you run gimp-2.7. If that is not the issue, please pastebin the entire console output (and the command you are running). -- Regards Jon Nordby

Re: [Gimp-developer] VTF plug-in

2010-04-09 Thread Jon Nordby
, its doable with some 10 lines of Python + the boilerplate to register the plugin. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] [PATCH] x2: OpenRaster visibility attribute, OpenRaster layer position bugfix

2010-05-05 Thread Jon Nordby
Attached and inlined. From 9fc67096c7da7722b38c5f7bf1741795a635d7cd Mon Sep 17 00:00:00 2001 From: Jon Nordby jono...@gmail.com Date: Thu, 6 May 2010 03:44:01 +0200 Subject: [PATCH 1/2] plug-ins: OpenRaster, fix wrong layer positions Don't store layer offsets in the PNG, or honor them on loading

Re: [Gimp-developer] Help a newbie fill in some holes

2010-07-19 Thread Jon Nordby
the 2.8 schedule due to resource constraints. Half the gimp world would probably love the people who finally gets this merged and polished up. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Usability of menus (search, gegl ops, ...)

2010-08-09 Thread Jon Nordby
search, that means i'm already using the keyboard to type in what i want to do, and then we're only one step away from a command line within GIMP. What do you call the existing scheme and python interpreters in GIMP? I'd say that we already have this, and have had it for years. -- Regards Jon

Re: [Gimp-developer] Newbie startup problems

2010-08-26 Thread Jon Nordby
a problem you're interested in solving. If you cannot find that, but still think you want to do something, just pick a task and have a go at it. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Jon Nordby
the same. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] shorthanded and outnumbered (Re: Native RAW support)

2010-09-20 Thread Jon Nordby
On 20 September 2010 15:10, oli...@first.in-berlin.de wrote: Is this is not addressed, then it makes no sense to mourn about shorthanded and outnumbered developers. You're more than welcome to address the issue. -- Regards Jon Nordby - www.jonnor.com

Re: [Gimp-developer] IMPORTANT: GIMP AND OPENSOURCE SCAM ON EBAY!

2010-09-23 Thread Jon Nordby
, and follow up. Paper-pushing and cat herding indeed. Why do we have so few people interested in that in FOSS? The goals are noble enough. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https

Re: [Gimp-developer] Photoshop “compatibility” mode

2011-01-31 Thread Jon Nordby
/pipeline is more likely to also include Inkscape than Photoshop. Which in my experience is fairly sound. -- Regards Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman

Re: [Gimp-developer] Enabling a 2.8 release: planning for a 2.10 release

2011-03-15 Thread Jon Nordby
? -- Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] gegl build fails

2011-03-30 Thread Jon Nordby
Gegl-0.1.gir Gegl-0.1.gir: error: Type reference 'GeglMatrix3' not found Yeah, this has been reported by other as well. I'll try to fix it now. Which distribution are you using, and what is the version of gobject-introspection? -- Jon Nordby - www.jonnor.com

Re: [Gimp-developer] gegl build fails

2011-04-01 Thread Jon Nordby
On 30 March 2011 19:24, Michael J. Hammel mjham...@graphics-muse.org wrote: On Wed, 2011-03-30 at 19:10 +0200, Jon Nordby wrote:  GISCAN Gegl-0.1.gir WARNING: Skipping unknown interface GeglVisitable  GICOMP Gegl-0.1.gir Gegl-0.1.gir: error: Type reference 'GeglMatrix3' not found Yeah

Re: [Gimp-developer] Write basic gegl plugin

2011-04-04 Thread Jon Nordby
://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer -- Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] gegl chanting

2011-04-05 Thread Jon Nordby
On 5 April 2011 08:49, shivani maheshwari shivani.mah...@gmail.com wrote: What is the main purpose of gegl chanting?? To let gegl operations be GObjects, but without having to write all the boilerplate involved. See gegl/gegl-chant.h -- Jon Nordby - www.jonnor.com

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
. -- Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Write basic gegl plugin

2011-04-05 Thread Jon Nordby
with the basic concepts. -- Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] [Gegl-developer] Difference between c2g from Gimp and from Gegl command line

2011-08-28 Thread Jon Nordby
://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer -- Jon Nordby - www.jonnor.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer