[Gimp-user] "source contains no colors" importing a palette

2012-10-11 Thread Dexter Filmore
Hi, have an open image in gimp 2.8 on suse 12.2, I call the "import palette" function, I set 64 colors, step 32, check the "from all layers" etc etc, and in the preview I see the 64 color palette I'd like. Looks good. BUT: underneath the preview it says "the selected source contains no colors."

Re: [Gimp-user] "source contains no colors" importing a palette - addendum

2012-10-18 Thread Dexter Filmore
Actually, after *restarting* gimp the new palette is there... guess that calls for a bug report. Am Thursday 11 October 2012 21:59:31 schrieb Dexter Filmore: > Hi, > > have an open image in gimp 2.8 on suse 12.2, I call the "import palette" > function, I set 64 colors, st

Re: [Gimp-user] multi-threaded Gimp

2012-10-19 Thread Dexter Filmore
Am Thursday 18 October 2012 21:05:35 schrieb Jernej Simončič: > On Thu, 18 Oct 2012 13:47:56 +0200, maderios wrote: > > I have a Core I7 with 8 cpu. I noticed Gimp use only 1 cpu to save image. > > If you're talking about saving a file, there's not much that can be done - > saving isn't something t

[Gimp-user] create a custom tool or run script at cursor?

2012-11-07 Thread Dexter Filmore
Is there a way to have a custom tool that executes commands where I point? I'd like to have a tool that where I click takes the foreground color via pipette and in the same spot immediately applies "fill" with the settings the fill tool is set at. Script pseudo code would be: get cursor positi

Re: [Gimp-user] create a custom tool or run script at cursor?

2012-11-10 Thread Dexter Filmore
Am Friday 09 November 2012 14:34:17 schrieb Ofnuts: > On 11/08/2012 12:54 AM, Dexter Filmore wrote: > > Is there a way to have a custom tool that executes commands where I > > point? > > > > I'd like to have a tool that where I click takes the foreground color via

Re: [Gimp-user] create a custom tool or run script at cursor?

2012-11-13 Thread Dexter Filmore
Am Monday 12 November 2012 09:18:07 schrieb Ofnuts: > On 11/11/2012 03:31 AM, Dexter Filmore wrote: > > Am Friday 09 November 2012 14:34:17 schrieb Ofnuts: > >> I don't know any way to get at the pointer coordinates when the script > >> is called. There are ways

[Gimp-user] Resynthezier: can't make it work

2012-11-15 Thread Dexter Filmore
Suse 12.2, gimp 2.8-git branch installed in ~/gimp, compiled resynth-git prefixed there, too. Can call "heal selection" and Resynthesize, but the do nothing. Example: I have a white square with one corner missing, the corner shows alpha. Now I select all the alpha, then call filter-map-resynth,

Re: [Gimp-user] Resynthezier: can't make it work

2012-11-15 Thread Dexter Filmore
, but it isn't intuitive at all. I > did post the solution to the gimp add-on download site. > > Email me if you can't find it and I'll try to help. > > Regards, > > Jim > > On 11/15/2012 12:14 PM, Dexter Filmore wrote: > > Suse 12.2, gimp 2.8-git

Re: [Gimp-user] Resynthezier: can't make it work

2012-11-15 Thread Dexter Filmore
Am Thursday 15 November 2012 20:25:09 schrieb Liam R E Quin: > On Thu, 2012-11-15 at 19:14 +0100, Dexter Filmore wrote: > > Suse 12.2, gimp 2.8-git branch installed in ~/gimp, compiled resynth-git > > prefixed there, too. > > Can call "heal selection" and Resynthes

Re: [Gimp-user] Resynthezier: can't make it work

2012-11-15 Thread Dexter Filmore
Am Thursday 15 November 2012 21:36:41 schrieb Alexandre Prokoudine: > On Fri, Nov 16, 2012 at 12:31 AM, Dexter Filmore wrote: > >> Also, start gimp from a terminal ("console") and watch for error > >> messages. > > ^^^ &

Re: [Gimp-user] Resynthezier: can't make it work

2012-11-17 Thread Dexter Filmore
Doesn't work either. I think it's because I checked out resynth's git instead of a stabel branch, I probably got some work-in-progress code here that doesn't work. I'll try and compile and older stable release. > > I think I found the combination that I found before I lost all my notes > when m

Re: [Gimp-user] Resynthezier: can't make it work - solved

2012-11-17 Thread Dexter Filmore
I uninstalled resynthesizer-git and compiled 0.16. Works like it used to. signature.asc Description: This is a digitally signed message part. ___ gimp-user-list mailing list gimp-user-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-user-list

[Gimp-user] Dialog move threshold?

2012-11-18 Thread Dexter Filmore
Can one set a threshold somewhere how far I have to drag a tool tab to make it undock? If I had a buck for each time I used the stylus to switch to tool settings for example and accidentally undocked it, I'd be set for a night out. Dex -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d--

[Gimp-user] Tablet/smartphone app for gimp dashboard via MIDI?

2013-06-07 Thread Dexter Filmore
When I heard about the ability to take commands from MIDI devices the thought corssed me to abuse a MIDI pad app to use it as a gimp dashboard to have quick access to your favorite functions, maybe even brush size etc via a slider. Turns out I have no idea how set somethign like that up as I kno

[Gimp-user] Export xcf to png from command line?

2014-08-23 Thread Dexter Filmore
How can make a png export of an xcf from linux command line? -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d--(+)@ s-:+ a C UL++ P+>++ L+++> E-- W++ N o? K- w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ b++(+++) DI+++ D- G++ e* h>++ r* y? --END GEEK CODE

Re: [Gimp-user] Export xcf to png from command line?

2014-08-24 Thread Dexter Filmore
Am Sunday 24 August 2014 00:47:08 schrieb Chris F.A. Johnson: > On Sat, 23 Aug 2014, Dexter Filmore wrote: > > How can make a png export of an xcf from linux command line? > > Use convert from ImageMagick (of GraphicsMagick): > > convert pic.xcf pic.png Not good. Produ

Re: [Gimp-user] Export xcf to png from command line? - solved

2014-08-25 Thread Dexter Filmore
Am Sunday 24 August 2014 19:24:45 schrieb Chris F.A. Johnson: > On Sun, 24 Aug 2014, Dexter Filmore wrote: > > Am Sunday 24 August 2014 00:47:08 schrieb Chris F.A. Johnson: > >> On Sat, 23 Aug 2014, Dexter Filmore wrote: > >>> How can make a png export of