Re: [Gimp-developer] Reducing Load Time

2011-12-08 Thread Ofnuts
On 12/08/2011 02:04 PM, Alexia Death wrote: On Thu, Dec 8, 2011 at 2:37 PM, Srihari Sriramansrihari29...@gmail.com wrote: Is it possible to implement this change before the release of 2.8? or is it too late? The window to get new features into 2.8 closed long ago. Lazy loading has been on

[Gimp-developer] Saving filter options

2011-12-26 Thread Ofnuts
Is there a PDB routine to save/retrieve filter-specific options? Googling and gimp-console browsing say no, but I could be lucky (and blind)? ___ gimp-developer-list mailing list gimp-developer-list@gnome.org

Re: [Gimp-developer] how to modify precisely a guide position ?

2012-01-08 Thread Ofnuts
On 01/08/2012 11:40 PM, Noel Stoutenburg wrote: But I'd still like to have a keyboard shortcut to create a guide. There are sufficient number of occasions when I know I want a guide at a specific place, and it would be quicker to press a few keys, than move the mouse around. Challenge

Re: [Gimp-developer] Channel to Selection in PDB

2012-01-19 Thread Ofnuts
(gimp-selection-load channel) No? On 01/19/2012 10:26 PM, Chris Mohler wrote: Hi, Am I missing something? How does one convert a spot channel to a selection via the PDB? Thanks, Chris ___ gimp-developer-list mailing list

Re: [Gimp-developer] GIMP Fonts Problem

2012-02-19 Thread Ofnuts
On 02/19/2012 05:16 AM, William Roberts wrote: Im having a problem running GIMP. When it loads up it stops responding when it trys to load the fonts. I just started having this problem today. I uninstalled and reinstalled serveral times but no progress. I need help. Im running on a 32 bit

Re: [Gimp-developer] Screenshot tool: Unify plugin for Windows, Linux and Mac OS X

2012-03-03 Thread Ofnuts
On 03/03/2012 11:03 AM, grafxuser wrote: Hi, lately I compared the plugins versions for Windows, Linux and Mac OS X for a bug report. Surprisingly the Windows version is totally different from the others. It only offers three options: capture a single window, capture the whole screen and the

Re: [Gimp-developer] Plugin registration question

2012-04-04 Thread Ofnuts
On 04/03/2012 11:54 AM, Jon Decker wrote: Hello The plugin I have been developing doesn't really relate to individual images (its more of an extension). In my registration call, how do I make it so that the listing in the menu is never grayed out? Currently I just open any image to make

[Gimp-developer] Text layer information in parasite

2012-04-06 Thread Ofnuts
I would like to use the text information from a text layer (font, spacing...) in a python plugin. I can obtain it from the parasite but only if the file has been saved since the creation of the text layer (I'm using 2.6.8). Is there another way to get at the information, or is the parasite

[Gimp-developer] Python and vectors

2012-04-06 Thread Ofnuts
Is there a Pythonic way to add a gimp.Vectors to an image (ie not using pdb.gimp_vectors_new(img,name)). I can create a new vector using: vector=gimp.Vectors(image,name) But if I then use: image.vectors.append(vector) the new path is not even added to image.vectors, and dir(image) doesn't

Re: [Gimp-developer] Is Tito worth merging? What should be done with it?

2012-05-01 Thread Ofnuts
On 05/01/2012 05:58 PM, gespert...@gmail.com wrote: Oh, forgot to mention but it's important: Ubuntu just released 12.04 with a new feature: HUD. It basically does the same than TITO, but globally, with almost every application (GIMP included). There's a risk of TITO becoming obsolete if

Re: [Gimp-developer] Gimp 2.8.0 - Saving in .jpg or .png hmmmmm

2012-05-18 Thread Ofnuts
On 05/18/2012 02:18 PM, Nicolas Robidoux wrote: Once GEGL becomes the operative system, XCF can be understood as the tree that leads to a specific image. Save tree? project would have my vote. ___ gimp-developer-list mailing list

Re: [Gimp-developer] gimp-win downloads for 2.6

2012-05-23 Thread Ofnuts
On 05/23/2012 08:44 AM, Cristian Secară wrote: În data de Wed, 23 May 2012 01:48:50 +0200, Ofnuts a scris: Unless I'm overlooking something, the gimp-win download pages on Sourceforge offer either 2.8 (stable version), or 2.4 and older (Previous Gimp versions page), but 2.6 is no longer

Re: [Gimp-developer] Merging visible paths via scripts

2012-05-24 Thread Ofnuts
On 05/24/2012 04:05 PM, Joao S. O. Bueno wrote: Indeed - there are no vectors merging calls whatsoever on the PDB - for the time being, the only way to merge vectors using a script or plug-on is to explictly adding strokes read from other vectors to another vector. (using

Re: [Gimp-developer] JPEG lossless operations?

2012-05-27 Thread Ofnuts
On 05/27/2012 08:26 PM, gfxuser wrote: Hi, reading some of the JPEG related articles here I wondered whether GIMP or GEGL can do lossless rotation and cropping on JPEG images. Can you tell me more about it? Thanks, grafxuser For rotation, that would only work on images with dimensions

Re: [Gimp-developer] JPEG lossless operations?

2012-05-30 Thread Ofnuts
On 05/30/2012 05:55 PM, Bruce wrote: I've read that Picasa (Google's program) might be able to perform lossless rotations, but I'm just going by what I've read. (Source http://productforums.google.com/forum/#%21topic/picasa/UsZVs63loDM) Apparently there are ways to test if the tool you use

Re: [Gimp-developer] [Gimp-user] Is it possible to access the capabilities of gimp in Java?

2012-05-31 Thread Ofnuts
On 05/31/2012 03:14 AM, stephen wrote: On 05/31/2012 02:33 AM, stephen wrote: Hello, Does Gimp offer an interface (dll) which will allow me to access it capabilities through java or c++? There is a C interface, and there is a Python interface which is quite powerful. What is the name of

[Gimp-developer] Suspending display update

2012-06-14 Thread Ofnuts
I have a python plugin that does very many bucket-fills (potentially several thousands) on small selections. While it runs I see the selections in the image window (but curiously, not the painting), and the painting on the layer thumbnail in the layers list. I assume theses display update take

Re: [Gimp-developer] Suspending display update

2012-06-14 Thread Ofnuts
On 06/14/2012 11:11 AM, Rob Antonishen wrote: There are no pdb calls to change the view settings. I've always duplicated the image and worked on the duplicate without it being displayed. Also disable the undo stack of this duplicate to save memory. OK, thanks, will try that... I've got the

Re: [Gimp-developer] Important misfunction in gimp scaling tool

2012-06-19 Thread Ofnuts
On 06/19/2012 06:36 PM, peter sikking wrote: Liam wrote: I don't think you should view it as written in stone no, you just have to take it up with your own, personal Moses™ ;^} work on the unified geometry tool has been kicked into another gear this week. Mikael and I are discussing

Re: [Gimp-developer] Shape layers for GIMP?

2012-09-09 Thread Ofnuts
On 09/09/2012 01:24 PM, yahvuu wrote: It seems that Adobe rather strongly favors to protect their existing user base's learning investments over any rewards to be gained by a simpler, cleaner interface. Not sure what to learn from that regarding GIMP UI development. Well, given the recent

Re: [Gimp-developer] using the capabillities of gimp through Java

2012-10-03 Thread Ofnuts
On 10/03/2012 12:37 PM, Jon Nordby wrote: On 3 October 2012 10:45, Ziyad Mohammad ziyad...@hotmail.com wrote: Hi can i connect java to gimp so that i can do some image processing on a map using java ide the ide that i will use will be either eclipse or netbeans Hi, have you tried

Re: [Gimp-developer] About GimpImageType, image and layers

2012-10-06 Thread Ofnuts
On 10/06/2012 08:30 AM, Jehan Pagès wrote: Hi, I have a question about the GimpImageType of layers. checking several plugins, I see that the GimpImageType (http://developer.gimp.org/api/2.0/libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageType) is queried for each layer. But as a simple

Re: [Gimp-developer] Gimp choking on python invocation

2012-11-19 Thread Ofnuts
On 11/19/2012 10:54 PM, Vio wrote: Hello, Newcomer on this list but old time python coder with a Gimp itch someone might have an idea how to scratch. Task seem simple enough: make Gimp do some back-flips from afar through snaky incantations ... This imply combining 2 libs: gimpfu and xmlrpc.

[Gimp-developer] Discrepancies in the Python API between 2.6 and 2.8

2012-11-20 Thread Ofnuts
Warning: first off, due to a rather ancient Ubuntu version, I'm not really testing things with 2.8 but with a home-built 2.7.2 (going beyond that causes a dependencies avalanche)... This said, a script of mine out in the Internet wilderness is reported as failing on 2.8. When I run it on my

Re: [Gimp-developer] Minor enhancements in the export dialog

2012-11-27 Thread Ofnuts
On 11/27/2012 05:52 PM, Liam R E Quin wrote: On Tue, 2012-11-27 at 09:40 +0200, Alexia Death wrote: [...] different workflows/uses need a different default. I find I want a different default in different projects. Long term I'd really like to see gimp start to acknowledge the idea of people

Re: [Gimp-developer] unified transform tool

2013-02-25 Thread Ofnuts
On 02/22/2013 01:41 PM, peter sikking wrote: actually next month I am teaching interaction again and will give my students the exercise ‘precision rotate and precision perspective one or two tools?’ including of course redesigning the tools. I will need some essential scenarios for that, beyond

Re: [Gimp-developer] gimp gradients

2013-03-10 Thread Ofnuts
On 03/10/2013 05:14 PM, Guillermo Espertino (Gez) wrote: El 10/03/13 11:10, rafał rush escribió: Hi Gradients in gimp are very very painful thing. I love gimp and i used it a lot but gradients are nightmare. I see that you are making new tools and other stuff but the most important thing and

Re: [Gimp-developer] Changing the size of the open file dialog on Windows

2013-04-25 Thread Ofnuts
On 04/25/2013 10:49 PM, Jernej Simončič wrote: On Thursday, April 25, 2013, 22:39:25, Ofnuts wrote: But I cannot find the equivalent file (or location for the same file) on Windows. I have tried various GTK-related places in the Gimp installation tree, the Gimp profile directory

Re: [Gimp-developer] Changing the size of the open file dialog on Windows

2013-04-25 Thread Ofnuts
On 04/25/2013 10:49 PM, Jernej Simončič wrote: On Thursday, April 25, 2013, 22:39:25, Ofnuts wrote: But I cannot find the equivalent file (or location for the same file) on Windows. I have tried various GTK-related places in the Gimp installation tree, the Gimp profile directory

[Gimp-developer] Registering a plugin in the Dynamics menu

2013-05-07 Thread Ofnuts
What is the name of the menu in the Dynamics list? There are Brushes/Fonts/Gradients menu locations matching the brushes/fonts/gradients in the user profile, by no Dynamics. Does it exist? Or is it named differently? ___ gimp-developer-list mailing

[Gimp-developer] I18N in Python plugin

2013-05-07 Thread Ofnuts
What is the right/best/officially blessed way to handle I18N in Python plugins? Or asked differently, what can I do in my code so that someone can make the plugin usable in other languages without having to update the code? ___ gimp-developer-list

Re: [Gimp-developer] Registering a plugin in the Dynamics menu

2013-05-07 Thread Ofnuts
On 05/08/2013 12:22 AM, Michael Natterer wrote: On Tue, 2013-05-07 at 21:29 +0200, Ofnuts wrote: What is the name of the menu in the Dynamics list? There are Brushes/Fonts/Gradients menu locations matching the brushes/fonts/gradients in the user profile, by no Dynamics. Does it exist

Re: [Gimp-developer] [Request] Improve Stroke Path capabilities

2013-05-29 Thread Ofnuts
On 05/29/2013 02:31 AM, Richard Gitschlag wrote: Date: Tue, 28 May 2013 08:52:04 -0300 From: yafuli...@gmail.com To: gimp-developer-list@gnome.org Subject: [Gimp-developer] [Request] Improve Stroke Path capabilities [...] the ability to use gradients [...] That is already doable if you tell

Re: [Gimp-developer] Paths need better display of on-canvas transform tools

2013-06-28 Thread Ofnuts
On 06/26/2013 05:28 PM, Richard Gitschlag wrote: I was using the Perspective Distortion on a path-from-text the other day when I noticed a usability gripe: The tool's on-canvas preview (i.e. the transformation handles and guides) used the entire image canvas size. Although it did display an

Re: [Gimp-developer] Idea for free select tool

2013-07-14 Thread Ofnuts
On 07/14/2013 08:44 AM, Ben Thurston wrote: I thought it might be interesting if this algorithm I made could be incorporated somehow into the free select tool, it is a way to infer a smooth curve through an ordered set of points, different than polynomial interpolation or Bezier curves.

Re: [Gimp-developer] Python source code for the smooth curve through points algorithm I made

2013-07-17 Thread Ofnuts
The curve doesn't include the two end points and it seems it doesn't even get through one of the points (next before last at top right): http://i.imgur.com/Hmy1DMG.png On 07/17/2013 09:24 AM, Ben Thurston wrote: I made an implementation of the idea I had for the drawing of smooth curves

Re: [Gimp-developer] Python source code for the smooth curve through points algorithm I made

2013-07-17 Thread Ofnuts
of the curve... Thanks for the question I'm going to post this in an update with your name if you don't mind? You didn't seem to last time... On Wed, Jul 17, 2013 at 4:18 AM, Ofnuts ofn...@laposte.net mailto:ofn...@laposte.net wrote: The curve doesn't include the two end points and it seems

[Gimp-developer] Good Linux IDE for Gimp?

2013-07-19 Thread Ofnuts
I'd like to a bit more acquainted with Gimp source and that means an IDE (because it's mostly browsing code at the beginning). So, what would be the simplest IDE to setup (ideally, install from Ubuntu's software centre, give it the GIT location, and off we go...)?

Re: [Gimp-developer] Good Linux IDE for Gimp?

2013-07-20 Thread Ofnuts
On 07/20/2013 01:29 AM, Owen wrote: I'd like to a bit more acquainted with Gimp source and that means an IDE (because it's mostly browsing code at the beginning). So, what would be the simplest IDE to setup (ideally, install from Ubuntu's software centre, give it the GIT location, and off we

Re: [Gimp-developer] Need help with Python on GIMP 2.8 for bug fixing

2013-08-02 Thread Ofnuts
On 08/02/2013 08:33 PM, b...@neeneenee.de wrote: Dear GIMP devs, i'm the author of CMYK Tiff 2 PDF which is an addon for GIMP and the Seperate+ plugin. My script is part of the plugin registry too. But it seems it doesn't show up in GIMP 2.8./ Ubuntu. I changed the pythin script

Re: [Gimp-developer] Need help with Python on GIMP 2.8 for bug fixing

2013-08-03 Thread Ofnuts
On 08/03/2013 11:04 AM, b...@neeneenee.de wrote: Hi all, thanks for the first hints but no way to get it working. My plugin structure for testing is: from gimpfu import * import os, string, sys import os.path gettext.install(gimp20-python, gimp.locale_directory, unicode=True) def

Re: [Gimp-developer] select by opacity

2013-08-20 Thread Ofnuts
On 08/20/2013 01:12 PM, Josh Coppersmith-Heaven wrote: hi all, here is a simple idea, which would be very useful in certain situations... on the 'select by colour' or 'select by contiguous region' tool, it would be GREAT if there was a further option to select on the basis of opacity,

Re: [Gimp-developer] text-tool 'Font' panel bold/italic simulation for CJK

2013-10-05 Thread Ofnuts
On 10/05/2013 01:10 AM, Thomas W wrote: Just trying out the Text Tool UI, re: font simulation. There's a bit of a usability problem in 2.8.4 -- if you type text, remove it, change the font-size click in back in the box to type something else -- your size setting is always rejected reverted to

[Gimp-developer] Mystery: scaling thin areas makes them partially transparent

2013-10-09 Thread Ofnuts
I have a layer filled with black 100% opaque. If I select a 3px wide strip only shrink the long side, the final result is not 100% opaque: I get a one-pixel high black line at 100% opacity with a black line at 87% opacity on each side. And is the selected strip is only 1px high, the resulting

Re: [Gimp-developer] Mystery: scaling thin areas makes them partially transparent

2013-10-09 Thread Ofnuts
On 10/09/2013 06:59 PM, Nicolas Robidoux wrote: Note: Enlarging or shrinking abnormally small images is not part of the target use case. I also am not 100% sure that the above recommendation is consistent with the target use case. Actually I found this while working on a script that does a

[Gimp-developer] What is the purpose of the checkerboard pattern in the color history buttons?

2013-11-16 Thread Ofnuts
In the color history of the FG/BG color selector dialog, the buttons may appear split in two along a diagonal with the color on top left and a checkerboard pattern on the bottom right. This happens when the color is obtained using the color picker button in the same dialog. However I can't

[Gimp-developer] Offline help files

2013-11-27 Thread Ofnuts
It seems that the page at http://www.gimp.org/downloads/ - lists the help files in the source section, which isn't where Joe User would search them, and doesn't make it clear that these are in a directly usable format, - doesn't list at all the Windows installer for said help.

Re: [Gimp-developer] Bug 719435

2013-12-01 Thread Ofnuts
On 11/30/2013 10:53 PM, Hodgin, Rick C. wrote: I was asked by Michael Natterer to discuss this enhancement on the GIMP developer list. https://bugzilla.gnome.org/show_bug.cgi?id=719435 Basically, I'd like to see the line cue for the Pen tool colorized when either of the two X,Y axis offsets

Re: [Gimp-developer] Bug 719435

2013-12-02 Thread Ofnuts
On 12/02/2013 01:10 AM, Rick C. Hodgin wrote: On 12/01/2013 12:15 PM, Ofnuts wrote: On 11/30/2013 10:53 PM, Hodgin, Rick C. wrote: I was asked by Michael Natterer to discuss this enhancement on the GIMP developer list. https://bugzilla.gnome.org/show_bug.cgi?id=719435 Basically, I'd like

Re: [Gimp-developer] Bug 719435

2013-12-02 Thread Ofnuts
On 12/02/2013 06:45 PM, Hodgin, Rick C. wrote: On 2013-12-02 03:36, Ofnuts wrote: On 12/02/2013 01:10 AM, Rick C. Hodgin wrote: On 12/01/2013 12:15 PM, Ofnuts wrote: On 11/30/2013 10:53 PM, Hodgin, Rick C. wrote: I was asked by Michael Natterer to discuss this enhancement on the GIMP

[Gimp-developer] Scripting: creating a channel from a layer in another image and other channel-related manoeuvres

2013-12-13 Thread Ofnuts
I need to create a channel in an image from a layer (or a channel) in another image of the same size. I'm creating the other image so I can possibly copy the layer across the images and then use gimp-channel-new-from component() but is there a more direct method? I can't find a way to

Re: [Gimp-developer] Scripting: creating a channel from a layer in another image and other channel-related manoeuvres

2013-12-14 Thread Ofnuts
On 12/14/2013 12:21 AM, Ofnuts wrote: Then, gimp-layer-create-mask will accept a ADD-CHANNEL-MASK (6) type, but in this case how do I specify the channel? Some googling got me an answer to this (it uses the active channel) so I have that part covered. Now for the other question, any takers

Re: [Gimp-developer] how far from 2.10?

2013-12-31 Thread Ofnuts
On 12/31/2013 06:36 PM, Marco Ciampa wrote: Presumably how far are we to the new 2.10 gimp version? How many blocking bugs are left and what are these? thanks and happy GNU year... Will it really be 2.10? Its internals are different, the file format is different (will 2.8 be able to load

Re: [Gimp-developer] how far from 2.10?

2013-12-31 Thread Ofnuts
On 12/31/2013 11:35 PM, Alexandre Prokoudine wrote: On Wed, Jan 1, 2014 at 2:26 AM, Ofnuts wrote: Will it really be 2.10? Yes. Bad decision, then... ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List

Re: [Gimp-developer] how far from 2.10?

2014-01-01 Thread Ofnuts
On 01/01/2014 03:10 PM, Jon Nordby wrote: On 31 December 2013 23:26, Ofnuts ofn...@laposte.net wrote: On 12/31/2013 06:36 PM, Marco Ciampa wrote: Presumably how far are we to the new 2.10 gimp version? How many blocking bugs are left and what are these? thanks and happy GNU year

Re: [Gimp-developer] Search Action dialog feature

2014-01-14 Thread Ofnuts
On 01/14/2014 11:48 PM, Burnie West wrote: As Peter pointed out - what do you type in on Mint/Cinnamon if you happen to speak Chinese? On 01/14/2014 01:43 PM, Chris Mohler wrote: And yet the desktop menu in Mint/Cinnamon does precisely this and it *is* fast. I type Win-key,c,h,r,Enter and

Re: [Gimp-developer] Search Action dialog feature

2014-01-15 Thread Ofnuts
On 01/15/2014 11:18 AM, Chris Mohler wrote: A counter-example: I need the 'Newsprint' filter every 2 months or so, but for some reason can't seem to remember which filter menu it's under. Why is it such a disaster to expose that filter to a search? A follow-up question: (without looking - no

Re: [Gimp-developer] assets in the high bith depth age

2014-02-10 Thread Ofnuts
On 02/10/2014 03:01 PM, Joao S. O. Bueno wrote: I agree with the file-format, ad I don't think keeping the i18n's in file is a bad thing to do. The idea of having a file as a pill containing all the translations, and such seens much more tasty than having to distribute separated i18n resources

Re: [Gimp-developer] Feature Request(if wrong way to ask, sorry)

2014-02-10 Thread Ofnuts
On 02/10/2014 05:01 PM, Marek Lukáš wrote: I use Gimp for awhile and I simply love it. But I came to idea to repattern something on a picture (change pattern of walls and floor) but as I found out I would need to create pattern as one huge image with right sizes and then use built-in

Re: [Gimp-developer] Enlarge image canvas with gimp_image_resize procedure

2014-02-27 Thread Ofnuts
On 02/27/2014 10:53 AM, Alessandro Francesconi wrote: I need to enlarge the area of an image using one of the available GIMP’s procedures. So, instead of using the GIMP’s graphical interface and this tool http://docs.gimp.org/en/gimp-image-resize.html, I want to be able to have the same

Re: [Gimp-developer] Gimp on Steam

2014-03-06 Thread Ofnuts
On 03/06/2014 09:01 PM, Simon Budig wrote: Secondly I believe that we have a certain responsibility towards the privacy of our users. By using Steam we are encouraging people to create an account there, provide download statistics as well as (to an unknown extent) usage data. We let them

Re: [Gimp-developer] Getting contributors via OpenHatch

2014-05-31 Thread Ofnuts
On 29/05/14 22:27, Ed . wrote: There aren't any formal barriers to contributing to GIMP. There are definitely some formidable (ha!) barriers in the practical sense. Until we provide a clear step-by-step guide (on say Debian) to getting GIMP compiled from git, only the most highly-motivated and

Re: [Gimp-developer] Getting contributors via OpenHatch

2014-06-01 Thread Ofnuts
On 02/06/14 00:41, Gez wrote: El dom, 01-06-2014 a las 21:49 +0200, Ofnuts escribió: If you include in it the page from LightningIsMyName that it links to, definitely... Call me cynical, but someone that needs really more detailed instructions will likely not have the programming background

Re: [Gimp-developer] Getting contributors via OpenHatch

2014-06-02 Thread Ofnuts
On 02/06/14 03:29, Ed . wrote: Presumably you guys also think GIMP's documentation (contained in comments in the code) is absolutely perfect, and that the only meaningful contributions to GIMP are substantive code changes? You are changing subject here... We are no longer talking about

Re: [Gimp-developer] Getting contributors via OpenHatch

2014-06-02 Thread Ofnuts
On 02/06/14 05:13, scl wrote: On 1.6.2014 at 9:49 PM Ofnuts wrote: If you include in it the page from LightningIsMyName that it links to, definitely... Call me cynical, but someone that needs really more detailed instructions will likely not have the programming background to be a useful

Re: [Gimp-developer] Python-fu GIMP Layer parent property error

2014-06-20 Thread Ofnuts
On 20/06/14 03:38, Joao S. O. Bueno wrote: Issue fixed in master and 2.8 branch. (It will be generally available as of gimp 2.8.12) Thanks for spotting that. While we are at it, it there an explanation why there are both layers and children attributes in a gimp.GroupLayer, that return

Re: [Gimp-developer] Blend Tool UI

2014-06-23 Thread Ofnuts
On 23/06/14 05:31, Michael Henning wrote: I'd like to make some incremental improvements to the blend tool. On IRC, Alexandre suggested to get the UI team involved, so I'm looking for feedback/advice from the UI team. Here are my general plans: * I'd like to make the blend tool generally

Re: [Gimp-developer] Blend Tool UI

2014-06-25 Thread Ofnuts
On 24/06/14 13:49, peter sikking wrote: Michael Henning wrote: Here are my general plans: * I'd like to make the blend tool generally more interactive. By this, I mean that after the user has created a gradient, they will be presented with handles that they can use to modify the endpoints of

Re: [Gimp-developer] Blend Tool UI

2014-06-29 Thread Ofnuts
endpoints, while paths or free selections can get significantly more complicated, which I think justifies having larger handles. Ofnuts: If a gradient is modified in any way, the preview will update properly. Simon: Spherical and Dimpled are actually portions of sinusoids, not quarter circles

Re: [Gimp-developer] Important misfunction in gimp scaling tool

2014-07-07 Thread Ofnuts
On 04/07/14 11:35, brefromjeu wrote: hey guys ? Any news on this missing must-have feature ? or is gimp still gimp ? :P i got the 2.8 and still no way of resizing from center. Today i got 17 map layers to align. they all have various scales and angles. I really don't like the 'USE PS' plugin

Re: [Gimp-developer] Color Tools and Bump Map as Dockable Dialogs

2014-07-12 Thread Ofnuts
On 11/07/14 15:38, Joseph Bupe wrote: Hello Developers, IMHO, the Color Tools and Bump Map should be turned into dockable dialogs as a way of cleaning up/minimizing the number of po-up dialogs. All color tools could appear under the same tab as icons and clicking the icon should display

[Gimp-developer] Bad link in http://www.gimp.org/mail_lists.html

2014-07-12 Thread Ofnuts
On http://www.gimp.org/mail_lists.html the link to the gimp-developer list on mail-archive is: http://www.mail-archive.com/gimp-developer@gnome.org and should be: http://www.mail-archive.com/gimp-developer-list@gnome.org ___

[Gimp-developer] Avoid saving file to Recently-used list when loading it with gimp-file-load-layer()

2014-08-18 Thread Ofnuts
The title says it all... I have a script that loads a lot of files with gimp-file-load-layer() and this fills the recently used list with useless entries. Is there a way to avoid this? ___ gimp-developer-list mailing list List address:

Re: [Gimp-developer] Exporting Keyboard shortcuts (key bindings/accelerators)

2015-02-13 Thread Ofnuts
On 11/02/15 23:11, Michael Schumacher wrote: On 02/11/2015 10:25 PM, Seldom Needy wrote: On Wed, Feb 11, 2015 at 1:47 PM, Chris Mohler cr33...@gmail.com wrote: On Wed, Feb 11, 2015 at 2:13 PM, Seldom Needy needthist...@gmail.com wrote: I was wondering about the operation of importing and

Re: [Gimp-developer] why I can't repeat this command?

2015-03-22 Thread Ofnuts
On 22/03/15 02:24, Marco Ciampa wrote: On Sat, Mar 21, 2015 at 10:03:42PM +0100, Ofnuts wrote: On 21/03/15 16:17, Marco Ciampa wrote: I am selecting a program window screenshot (just an image). The command includes some pixels around the program window. I select all the image and shrink

Re: [Gimp-developer] Managing layers manually between layer-to-image-size and crop-to-content

2015-03-16 Thread Ofnuts
On 16/03/15 08:09, Joseph Bupe wrote: Managing layers manually between layer-to-image-size and crop-to-content in order to be able to work with certain tools or filters is, in my opinion, too devious. E.g If I want to use Aligment tool - I have to crop-to-content to remove empty borders, which

Re: [Gimp-developer] why I can't repeat this command?

2015-03-21 Thread Ofnuts
On 21/03/15 16:17, Marco Ciampa wrote: I am selecting a program window screenshot (just an image). The command includes some pixels around the program window. I select all the image and shrink the selection 1 bit at a time. Why the repeat command is grayed out? I have to repeat the command every

Re: [Gimp-developer] Useability enhancement request: unified/expanded file export dialog

2015-03-11 Thread Ofnuts
On 11/03/15 14:26, Elle Stone wrote: 3. Scaling upon export: When exporting an image for display on the web, the image usually needs to be resized, and sometimes you might want to make some additional edits at the reduced size before the final export. But not always. It would be convenient

Re: [Gimp-developer] Sample points

2015-03-08 Thread Ofnuts
On 08/03/15 09:42, Kevin Payne wrote: Is is possible to access the position of the sample points from within a script? I can't find any reference to them in the Procedure browser. No way AFAIK. Scripts that require image coordinates usually ask the user to draw a path and use the path

Re: [Gimp-developer] Sample points

2015-03-08 Thread Ofnuts
exercise for a developer who wants to gain familiarity with the pdb. (It would also be necessary to add documentation, of course.) Bill On Sun, Mar 8, 2015 at 6:56 AM, Ofnuts ofn...@gmx.com wrote: On 08/03/15 09:42, Kevin Payne wrote: Is is possible to access the position of the sample points

Re: [Gimp-developer] Sample points

2015-03-10 Thread Ofnuts
On 09/03/15 21:50, Michael Schumacher wrote: On 03/08/2015 03:10 PM, Ofnuts wrote: I wondered about that at the time, but the Path technique has several advantages over the sample points: * you are not limited to 4 points You are not limited to 4 sample points. Well, I stand corrected, you

Re: [Gimp-developer] Create New Layer Button

2015-03-28 Thread Ofnuts
On 28/03/15 11:46, Michael Schumacher wrote: A context menu that acts like a real context menu, i.e. shows options that are most relevant to the current context either exclusively or at least in some kind of prominent position, e.g. at the top. This has been discussed a few times already, but

Re: [Gimp-developer] Create New Layer Button

2015-03-26 Thread Ofnuts
On 26/03/15 09:29, Tobias Oelgarte wrote: Am 25.03.2015 um 19:54 schrieb jEsuSdA 8): El 23/03/15 a las 18:49, Alexandre Prokoudine escribió: On Mon, Mar 23, 2015 at 4:16 PM, Joseph Bupe wrote: IMO, the new layer button should just create a new transparent layer. The dialog window should be

Re: [Gimp-developer] Lack of accuracy

2015-04-28 Thread Ofnuts
On 27/04/15 14:19, Nicolas Robidoux wrote: By calc, you mean a layer mask? ___ In French a calque (*) is a layer. (*) calque is originally the word for a sheet of tracing paper. ___ gimp-developer-list

Re: [Gimp-developer] Gimp in private schools and educational institutions

2015-04-28 Thread Ofnuts
The name is a blocker in some US schools with teachers or student parents that over-sensitive (and somewhat dirty-minded, since gimp has other meanings in English). By the way, one of the most popular Web server software is called Apache. In French, it is also slang for a street robber and

Re: [Gimp-developer] GIMP useability - choosing linear vs perceptually uniform RGB

2015-05-01 Thread Ofnuts
On 01/05/15 04:00, Gez wrote: Hi Elle, You know I'm with you regarding giving users more control over how operations are performed, but tossing buttons for toggling between linear and perceptual everywhere in the UI is not a proper solution. It would be extremely confusing, and people would

Re: [Gimp-developer] Cropping border color

2015-06-03 Thread Ofnuts
On 02/06/15 17:50, Burnell West wrote: On Jun 1, 2015, at 11:07 PM, Brad Gibson bradgibson...@yahoo.com wrote: It would be great if I could choose to see pure black around whatever I'm cropping, because I make very meticulous crops of photos for artistic purposes, and I often have to crop and

Re: [Gimp-developer] Mapping Matrix and the Tool Options

2015-05-25 Thread Ofnuts
On 24/05/15 10:26, Joseph Bupe wrote: Dear Developers, The paint tools Mapping Matrix is such as cool feature and I am requesting you to kindly move it to the Tool options where it initially used to be. The reason is that it is easier to access from the Tool options since they are related than

[Gimp-developer] Sourceforge downloads

2015-05-26 Thread Ofnuts
The Sourceforge gimp-win downloads are now pointing to a 730K downloader: http://i.imgur.com/ImWKmHN.png Should this site be closed down entirely (assuming it is still under the control of someone related to Gimp development)? There are still plenty of links pointing to it, and it would be

Re: [Gimp-developer] acceleration smoothing interpolation

2015-11-06 Thread Ofnuts
On 06/11/15 21:26, Ben Thurston wrote: Hi I posted an idea about an interpolation method a while back, I've improved the idea a lot in the meantime so I thought I'd post a link to the new version.. I saw I got quite a few views to the blog from posting to this mailing list last time but no

Re: [Gimp-developer] Fade length setting for paint dynamics

2015-10-08 Thread Ofnuts
On 08/10/15 14:05, Jon Tait wrote: 1. The "percent" setting is relative to maximal image dimension (ie. image width or height, whichever is larger). Ref: https://git.gnome.org/browse/gimp/tree/app/paint/gimppaintoptions.c?h=gimp-2-8#n591 And as far as I can see it *does* work as intended - eg.

Re: [Gimp-developer] Fade length setting for paint dynamics

2015-10-07 Thread Ofnuts
On 06/10/15 19:35, Joao S. O. Bueno wrote: Sttting it programatically is likely a missing feature - it shouldbe available as gimp-context-fade-set-length -- and yes, it has nothing to do with percents Should I file a bug report for this? What should be done with the percent "unit" then?

Re: [Gimp-developer] Portable development environment for GIMP

2015-09-28 Thread Ofnuts
On 28/09/15 19:22, Sam Gleske wrote: On Mon, Sep 28, 2015 at 10:21 AM, Michael Schumacher wrote: On 09/27/2015 08:35 PM, Sam Gleske wrote: 1. Install vagrant https://www.vagrantup.com/ 2. Clone: git clone https://github.com/samrocketman/vagrant-gimp Um... why is

[Gimp-developer] Fade length setting for paint dynamics

2015-10-02 Thread Ofnuts
I see that some changes have occured in that area in 2.8.14... However: * I can't figure out the "percent" setting. Percent of what? From what I tried, it is not a percent of the total path length, not a percent of the stroke length, and not a percent of some image dimension. * is there

[Gimp-developer] Future of Python v2 scripts

2015-11-25 Thread Ofnuts
The latest Ubuntu (15;10) has dropped support for Python V2 (Python V2 is still available via a PPA). Are there any plans to support V3 in Gimp, possibly alongside V2? Maybe as a minimum look at the script's shebang to determine if it is compatible with the supported Python version?

Re: [Gimp-developer] Future of Python v2 scripts

2015-11-26 Thread Ofnuts
On 26/11/15 11:53, Simon Budig wrote: It would make sense to switch to python 3 in sync with the (plugin-breaking) switch to gtk3 with the 3.0 release. Why would gtk3 break python plug-ins? I don't see that many that come with their own UI. I would expect 2.10 and the high bit-depth to break

Re: [Gimp-developer] Pencil - Tool Options and Hardness

2016-06-21 Thread Ofnuts
Shouldn't we instead get rid of the pencil tool and add a no-anti-aliasing option to the brush? On 20/06/16 20:51, C R wrote: Yep, may as well. lol -C On Mon, Jun 20, 2016 at 6:49 PM, Andrew Pullins wrote: Sounds like a good idea On Jun 15, 2016 10:51 PM, "Americo

Re: [Gimp-developer] Scanning coins

2016-01-17 Thread Ofnuts
On 13/01/16 18:11, billgoldbe...@frontier.com wrote: Greetings, I have heard Gimp is great for scanning images of coins to be sold internet. Can you tell me to set up Gimp to do this?Regard,William. Sent from my Verizon 4G LTE Tablet Gimp has no built-in scanning capabilities. Even if

Re: [Gimp-developer] A better way to close a path where an end nodeis on top of a start node

2016-01-31 Thread Ofnuts
On 31/01/16 09:08, Joseph Bupe wrote: Hi, Is there a reason why the path can close by just clicking the last node onto the first node? Why do we have to CTRL or Command + Click ? Because clicking on a node is selecting it, and this i something you'll want to do if you want to extend the path

Re: [Gimp-developer] [darktable-dev] Darktable plug-in in GIMP - Darktable for Windows?

2016-04-28 Thread Ofnuts
On 28/04/16 12:31, Elle Stone wrote: On 04/27/2016 12:11 PM, Elle Stone wrote: Hmm, now that I have darktable properly installed using Lua, and GIMP opening 32f raw files processed with darktable, I can't figure out how to open a raw file from GIMP using the PhotoFlow plug-in. What's the

  1   2   >