Re: [Gimp-user] opening CMYK psd

2011-09-13 Thread rich
bobdobbs forums at gimpusers.com writes:

 
 Hi all.
 
 I'm using gimp 2.6.10 on ubuntu 10.10. I have a layered psd that has been 
edited using a CMYK colour profile.
 I'd like to open it. When I try, gimp gives me the error:
 
 Error loading PSD file: Unsupported color mode: CMYK

snip

 Is this a solved problem yet? Is it possible to open CMYK psd's in gimp?
 Thanks.
 
Not possible without a conversion to rgb

Use ImageMagick with the -colorspace switch ie.

convert cmyk_file.psd  -colorspace rgb  rgb_file.xcf

saving in gimp xcf format will preserve the layers.



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] opening CMYK psd

2011-09-13 Thread rich
rich tpcug2005 at gmail.com writes:

 
 bobdobbs forums at gimpusers.com writes:
 
  
  Hi all.
  
  I'm using gimp 2.6.10 on ubuntu 10.10. I have a layered psd that has been 
 edited using a CMYK colour profile.
  I'd like to open it. When I try, gimp gives me the error:
  
  Error loading PSD file: Unsupported color mode: CMYK
 
 snip
 
  Is this a solved problem yet? Is it possible to open CMYK psd's in gimp?
  Thanks.
  
 Not possible without a conversion to rgb

Actually only true for a cmyk psd file. The separate-import plugin will import 
a cmyk tiff file. I trawled out an old-ish gimp-plugins-registry.deb file ( the 
latest seems to have some strange dependencies) and import does work. 
It is hidden away in the File - Create menu.


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] hatching filter

2011-09-11 Thread rich
I wondering if there is a hatching filter?

 
I dont know of any dedicated filter, some time ago I made some pattern files, 
pinched from a vector application that can be used in gimp.
Typical diagonal hatching, zig-zags, etc. They are still there on my rapidshare 
account if you want to try them.

https://rapidshare.com/files/1674625212/eng_pat.zip

about 1 MB. You would need to apply them as a fill to a selection and of course 
unlike a CAD application they are not scalable.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] (no subject)

2011-09-11 Thread rich
Daniel Smith opened.to at gmail.com writes:

 
 Hi all.
 First post here.
 When I installed Gimp 2.6, the box for install python extensions wouldn't 
check.
 Can anyone tell me why? How can I know if they installed or not?
 Thanks a lot.
 Dan
 Windows 7/32 bit
 

It does sound as if you do not have python installed. If not then

Uninstall Gimp

get and install

python-2.6.6.msi from http://www.python.org/download/releases/2.6.6/

pygtk-all-in-one-2.24.0.win32-py2.6.msi from http://ftp.gnome.org/pub/GNOME/
binaries/win32/pygtk/2.24/

My advice, install python, reboot. Install pygtk-all-in-one and Gimp, reboot.


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Neon effect on jpg ?'s

2011-08-24 Thread rich
Longstreet forums at gimpusers.com writes:

 
 Hello all. Noob here, with a question. I've used GIMP just enough to 
humiliate myself at my lack of
 knowledge, and am trying to get a handle on the whole image manipulation 
thing.
 
 For a first project, I'm trying to make a wallpaper for my phone. My idea 
involves neon text (from the
 tutorial on this page http://www.gimpusers.com/tutorials/neon-glow-text) on 
top of a logo I've found
 in a jpg, both of those over a starry night sky.
 
 The text is no problem. The tutorial referenced above was easy to use and 
understand. I thought I could apply
 the same steps to the black-and-white image here http://i211.photobucket.com/
albums/bb261/HHMACHSHOP/THEBOLT.jpg
 but it didn't work.
 
 I suppose the problem is that I'm starting with two different things, i.e. 
starting from scratch with the
 text vs trying to manipulate a jpg. I've tried experimenting along the way, 
but it's hard to experiment
 when I'm not sure what I'm doing in the first place. I'm sure what I'm trying 
is possible, but I'm not sure how
 to go about it.
 
 Any ideas or suggestions? Tia.
 

some screenshots along the way. http://i.imgur.com/ZL18G.jpg

1. add an alpha channel
2. select the black and cut it (1st image)
3. invert the selection
4. shrink the selection by (say) 10 pix
5. cut the selection (2nd image)
6. select none
7. apply the alpha to neon filter setting as per your tutorial (3rd image)



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] I need to learn how to rotate the entire image

2011-08-08 Thread rich
On Sun, Aug 7, 2011 at 8:27 PM, FortKnox for...@gimpusers.com wrote:
 Is there any way to just rotate a rectangular image?  I have often scanned 
 in something that's not square, it's often a brochure that's taller than it 
 is wide.  But when I scanned it, I had turn it sideways to get the whole 
 thing visible to the scanner.  

snip

There is a straighten-and-crop script at

http://registry.gimp.org/node/18821

This takes a path and rotates the image accordingly.  It can use an optional 
script 'postrotate', no longer in registry.gimp.org, (very slow and often gives 
odd results, so use the alternative setting) but if you want to try that, with 
straighten-and-crop, you can find it here 
http://linux.m2osw.com/aggregator/sources/29%3Fpage%3D6?page=1

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Mathmap for windows

2011-08-05 Thread rich
Thank you for the help!


 You really need to supply more information.
 Version of windows, the .dll(s) that is(are) missing. (from your previous
 post)



I've got windows vista.
When I launch math map with gimp, it says, I need a runtime to make it works
properly.
Then I've got a message saying that it may be  broken




I don't have a vista machine but in win7 32 bit - just a thought, is your vista 
32  bit or 64 bit? What version of gimp are you using?

Difficult to give advice when I can't replicate the error but from what you 
write

The mathmap plugin shows in the gimp 'filters - 'generic' menu. It should show 
a whole list of filters with mathmap right at the bottom?
You select mathmap (at the bottom of the list) and you get the errors. The last 
error message you get is a gimp 'catch-all', fix the first one and that should 
be cured.

First thing I would check - Is the version of mathmap the latest? - I make that 
version 1.3.5
Then check the installed files. I thought they went in the global plugins but 
no. You should have

in C:\Users\your_name\.gimp-2.6\plug-ins\

libfftw3-3.dll 4177 KB
libgsl.dll 1772 KB
libgslcbas.dll  225 KB
libgtksourceview-2.0-0.dll 1243 KB
mathmap.exe9576 KB

There is one report that even with these files, failed to start because 
libgslcblas.dll was not found error occurs, but that was a year ago.

plus subfolders 
'share' - 'gtksourceview-2.0' - 'language-specs' containing a file 
mathmap.lang 
   - 'style' containing .xml files

As a long shot  last resort, you could try moving these files  folders to 
your global plugins folder
C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins

Then there is a separate folder 'C:\Users\your_name\.gimp-2.6\mathmap
which contains llvm_template.o, a pair of png files and a folder 'expressions' 
with all the mathmap filters. Used to be that some of the filters were 
'flakey'. AFAIK largely fixed.

Not much else to give. Maybe someone here has better ideas.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Mathmap for windows

2011-08-04 Thread rich
Hi I'm looking for a complete mathmap plugin fully working on gimp 2.6.
has anyone got it or a  correct link?


According to Rod on GimpChat:
http://gimpchat.com/viewtopic.php?f=10t=2287p=29721

MathMap comes from here:
http://www.complang.tuwien.ac.at/schani/mathmap/

In addition

You really need to supply more information.
Version of windows, the .dll(s) that is(are) missing. (from your previous post)

On registry.gimp.org the only mention of a problem with dlls were the files 
libgsl.dll and libgslcblas.dlls

These are included in the mathmap installer from
http://www.complang.tuwien.ac.at/schani/mathmap/ so if this is the problem then 
look elsewhere on your computer. Maybe an anti-virus or malware application 
stopping them installing/running.

I just tried gimp 2.6.11  mathmap in both a winxp, win7 virtual machines and 
it is working there.

The mathmap installer does put its exe  dlls in the global gimp plugins, so 
check there for the above dll files. Also puts a mathmap folder in your local 
.gimp-2.6 folder.

It is possible to unpack the mathmap installer and put everything in your local 
.gimp-2.6\plugins and doing this I found that there were two versions of 
libfftw3-3, I kept the one already there (from photivo) and mathmap still 
worked.

So, recap, what windows version? what mathmap version, what is/are the error 
message(s). 


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Help with batch processing

2011-08-04 Thread rich
On 08/04/2011 02:04 AM, Pablo Gustavo Rodriguez wrote:
 Hi everybody:
 I use Gimp just for personal pursposes like improving the colour of my
 photos, and I have a question that I couldn´t answer by myself so far. I
 use to take the same steps with every picture when improving the colour:
 I go to menu Colors / Levels, press the button Auto, then OK, Save and

snip

Davids Batch processor. Gimp Plugin

http://members.ozemail.com.au/~hodsond/dbp.html

In the colour section there is a tick box for auto-levels




-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Rough metallic surface

2011-08-01 Thread rich
I wanted to make a rough metallic surface and I ended up with this by 
fiddling around with a back-to-white gradient and emboss it. I finally 
got a clean 200x200 image that alings seamlessy and can be used as a 
pattern:

http://www.staldal.nu/gimp/patterns/metallic.pat

(You can make it golden by colorify with yellow.)

Are there any other strateiges for making a rough metallic surface?

(Feel free to use this pattern if you like it.)

You might use a bump map. Open a suitable image, plenty if you search google 
images, in your case perhaps part of a larger image as a base. Then in your new 
image it is filters - map - bumpmap and point at the 'rusted' image.

You get an effect like this. http://i.imgur.com/73HYK.jpg

Since you are aiming at a small image for a tilable pattern, then its filters 
- map - make tilable.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Make scm files show up.

2011-07-26 Thread rich

Like many installations, I am the only user of the 
computer. So I put it there. Now it appears at the foot of 
the filter menu. Progress!

I create a canvas and click on gimpscripter. Should not a 
window appear? If not how do I terminate my gimpscripter
session?

Sounds like you just have the plugin-gimpscripter.py file.

Also needed is a whole sub-directory of files gimpscripter

go here https://github.com/bootchk/gimpscripter/archives/master

download the zip file unpack it and you will see.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] WaterMark on photos

2011-06-05 Thread rich
I am not an expert, however I like to play with panoramas etcetera.
I use Gimp to retouch them once completed and I was looking for the 
possibility of use a watermark copyright on those photos before publishing 
them on photobucket.
 
http://www.shutterfreaks.com/Actions/WatermarkSignatures/SampleDiagonal.jpg
 
I am looking for something similar to the above sample, is there any one able 
to help and let me know how I can make it with Gimp
 
Thanks

Not difficult.

Add your text, size, rotate, position it.
In the text layer, select the text (by colour is always a good bet)
Now you have the selection, you can delete the text.
Apply the filter - Decor - Bevel to the selection.
Done.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Collage scaling up

2011-05-16 Thread rich
I intend to create a huge collage (22000 x 24000 pixels = 4.6 GB file 
size). Working on the image becomes impracticably slow.

Is there a way to do the whole collage in small (10% of the size / 
resolution), arrange layers, masks etc. in the small version until it 
fits, and then convert it to the full size version? I guess that would 
mean first changing the image resolution, and then have GIMP 
automatically re-import all pictures (layers) in original size. It 
should keep all layer properties and just recalculate all layers with 
the higher resolution using the original picture size.

If there is a way to do this? Or another way to get the same result?

Thanks
Chris

I would say Inkscape. It has presets A0,A1 which are poster sizes

Using Inkscape 0.48, PCLOS2010 KDE, an old 3 GHz Pentium 4  with 2 GB ram

For the sake of an experiment I made a 24000 x 18000 page.

Quick test, a patterned background + importing 5 bitmap images ( as links not 
embedded)

Export to png (no jpg alternative), you have to be careful with the dpi setting 
or the image will be truly enormous.
So 100 dpi gave an image 26667 x 2 pix (guessing the original was screen 
dpi)
Export took some time to render but the cpu was never maxed and ended up with a 
215 MB png file. The svg for saving was 41KB - (hence the linked bitmaps)

Problem now, I can't view the png image, I've come across this before making 
big mosaics, tried to open in evince, CPU max's, memory max's, swap partition 
heading for max, as the png unpacks. Killed it before it locked the machine. 
Still have the svg for viewing/editing and presumably a printing company will 
handle big bitmap files.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] panoramic photo

2011-04-23 Thread rich
I'm new to using Linux based software and do not know how to stitch 
multi photos together to form a panoramic picture can you help?

Yours Will

As mentioned, Hugin is an excellent,comprehensive, panorama application. Go to 
their web site and look at their tutorials.
http://hugin.sourceforge.net/

There is also a gimp script, Pandora which will make simple panos, a few 
tutorials around, my take on the subject here
http://www.youtube.com/watch?v=zBma6CT3mjY



-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] how to apply a stepping curve

2011-03-21 Thread rich
 I still haven't thought up an easy solution.

 Chris

If you export the curve to a file you can ee the syntax used, then
create your own files that can be loaded into the curve tool.

-Rob A

That was roughly what I was thinking as well, develop an algorithm that will 
write a 'block'.

Here is one that I did as an experiment 'by hand' (well by spreadsheet and csv)

http://www.imageno.com/j662vataf0vtpic.html

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] how to apply a stepping curve

2011-03-21 Thread rich
 I still haven't thought up an easy solution.

 Chris

If you export the curve to a file you can ee the syntax used, then
create your own files that can be loaded into the curve tool.

-Rob A

That was roughly what I was thinking as well, develop an algorithm that will 
write a 'block'.

Here is one that I did as an experiment 'by hand' (well by spreadsheet and csv)

http://www.imageno.com/j662vataf0vtpic.html

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] How do I make a 3D book and CD image from book cover

2011-03-18 Thread rich
Hi I am sure people here must be able to do this.

This page 
http://conqueringstress.com/
has an example of a 3D book that I would like to know how to make on GIMP or 
through some other means starting from a square 1D cover.



I would  also like to know how to make a good CD image from a square book 
cover:

This isn't a great example because it doesn't show image transfer to CD 
without distortion:

http://www.divshare.com/download/14340705-00d

but you get the general idea.

Thanks In Advance


This will get you part of the way.

http://sglider12.blogspot.com/2008/01/software-boxes.html

I think this type of image is best done with inkscape see:
http://screencasters.heathenx.org/episode-037/
and the repeating CD discs are easily made with 'create tiled clones'. - For 
Gimp, I would say copy and paste and a bit of time.



-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Batch file

2011-03-14 Thread rich
I have a folder of lots of images i want to resize for the web. Is there a 
decent batch plug in for gimp 2.6.10. I am using ubuntu. I am newbie. I need 
easy to follow install instruction...lol

Thanks

While I would probably go for imagemagick myself, there is a learning curve. 
You might find that it is already installed in your ubuntu, several 
applications use it. Basic stuff is here
http://www.imagemagick.org/Usage/ and 
http://www.imagemagick.org/Usage/thumbnails/

A better bet might be David Batch Processor for Gimp. It is in the repository 
under gimp-plugin-registry. The home page for usage is
http://members.ozemail.com.au/~hodsond/dbp.html

or as an alternative, Phatch, AFAIK this is in the ubuntu repo as well. Home 
page and a download for a deb package if you need it.
http://photobatch.stani.be/

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Batch file

2011-03-14 Thread rich
I have a folder of lots of images i want to resize for the web. Is there a 
decent batch plug in for gimp 2.6.10. I am using ubuntu. I am newbie. I need 
easy to follow install instruction...lol

Thanks

While I would probably go for imagemagick myself, there is a learning curve. 
You might find that it is already installed in your ubuntu, several 
applications use it. Basic stuff is here
http://www.imagemagick.org/Usage/ and 
http://www.imagemagick.org/Usage/thumbnails/

A better bet might be David Batch Processor for Gimp. It is in the repository 
under gimp-plugin-registry. The home page for usage is
http://members.ozemail.com.au/~hodsond/dbp.html

or as an alternative, Phatch, AFAIK this is in the ubuntu repo as well. Home 
page and a download for a deb package if you need it.
http://photobatch.stani.be/


David Batch Processor for Gimp is there better instructions on how to install? 
Make Install does not mean anything to me..thanks

Just look at the site for usage.  If you are using Ubuntu it is in the 
repository and is included in the package gimp-plugin-registry.  Look in the 
menus for package manager - then for gimp-plugin-registry, just as for any 
other application.  Or ask on the ubuntu forum for help if you do not know how 
to install packages.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] How do you find a specific script?

2011-02-22 Thread rich
I am running gimp-2.6.11 under Fedora 13 and Fedora 14.

Both show under FilterCombine the scripts filmstrip and depth merge.

I haven't added either to my personal files.  I tried looking for the
relevant .scm files in /usr/share/gimp/2.0/scripts by using grep on
various strings, and I have been unable to find either script.

They both show up under FilterCombine  and the HelpPlug-in Browser
shows both of them as Filters.

Where are they?

How does gimp decide which heading under Filter to use to place
something?

These are global filters installed with gimp, rather than personal that you may 
have chosen to install.

Added to that they are compiled plugins and are in

/usr/lib/gimp/2.0/plug-ins/

global scripts are in

/usr/share/gimp/2.0/scripts/

For scripts 'something.scr' and python plugins 'something.py' open in a text 
editor and have a look at the last few lines of the script, this determines 
whereabouts in the menu they reside.



-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Color Selection with color to alpha

2011-02-19 Thread rich
On 02/17/2011 11:24 PM, Suntot wrote
 On 02/17/2011 03:00 AM, Suntot wrote:
 Well, I am new at this. Not even sure if what I am attempting is possible. 
 I am trying to change a specific color in an image. If I use 'color 
 selection' the edges don't change color. So I am trying to use color to 
 alpha... But, when I select by color, it seems to select all similar color 
 in the area, thus when I add a new layer it does the change the color I 
 wanted to change, but it also changes the rest of the image with a similar 
 color tone. What can I do to precisely select a specific color or portion 
 of an image with color to alpha?
 Color-to-alpha only applies to the selection, so you can restrict its
 effects by doing a selection first. For instance to remove a background,
 use the wand to get a rough selection of the background, grow the
 selection by  a couple of pixels so that it includes the edges of the
 foreground, and perform color-to-alpha.
 I tried doing a selection but since both colors are similar it selects all. 
 Changed selection thresholds and it still doesn't work. Here is what I am 
 trying to change: 
 http://www.weddingclipart.com/wca/edittemplate.do?template=218069

 I am trying to change the colors of the scrolls on the wedding invitation. 
 The dark blue into a red, the lighter into a black. Yet I can't seem to get 
 it to work flawlessly. Please help. thanks

--big snip 

Conceal the trickery by flipping the clipart vertically :-)

Unless someone has a better solution?

--
Bertrand


You can get a 'reasonable' result in Gimp. The colours actually select quite 
well and I found painting over with a large brush better than a bucket fill. 
Still those annoying pixels around the dark blue area spoil it.

A better solution?

Best results by far were with inkscape so maybe OP should consult the inkscape 
people.
my attempt here http://imgur.com/UPWO2



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Stacking images

2011-02-16 Thread rich
A common technique in astronomical photography is to combine a number of
images, taken around the same time, which results in a target image with
added clarity. This is called stacking and there exists specialised software
to do this.

Does Gimp have the functionality required to do this? Is anyone using Gimp
for this purpose? If so can you please outline the steps taken?

David

Maybe in the layers dialogue change each layer mode from 'normal' to 'screen'. 

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Help installation, 2.6.1-html-en.tar.bz2

2011-02-09 Thread rich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for the directions, they seem a bit linux-centric for me dozing
over Windoze, and failing to mention that.  If I can unpack a tar to an
HTML, will my Windoze make such a difference?

On 2/7/2011 07:47, rich wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Where does html/en need to be installed in GIMP file structure, please?
 
 snip
 

snipped a load of linux stuff

LOL

Always dangerous to assume, the .tar.bz2 format is very much a linux thing, gpg 
(mingw32) gpg should have been a clue.

For windows, first install gimp help 2.6 from sourceforge and check that it 
works.

http://gimp-win.sourceforge.net/stable.html

Then if you desperately want v2.61 unpack the archive. Use whatever you want 
but peazip works and there is a windows version.

then the (default) location is

C:\Program Files\GIMP-2.0\share\gimp\2.0\help\en

screenshot here.

http://imgur.com/bsAoI


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Help installation, 2.6.1-html-en.tar.bz2

2011-02-07 Thread rich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Where does html/en need to be installed in GIMP file structure, please?

snip

Gimp 2.6 help files, a bit of a PITA.

unpack the archive (I use peazip) and eventually you get down to a folder

/gimp-help-2/html/en/ which contains a whole load of files and an /images folder

this goes in /usr/share/gimp/2.0/help/

big *but* if you want to call the help files from gimp 2.6.x it probably will 
not work.

What I have found to work is: 

Install the gimp 2.4 help package from your repo. Check that it works.

Copy all the archive en files  the /images to the 
/usr/share/gimp/2.0/help/en directory overwriting anything of the same name. 
You end up with a few surplus files but not that many and help (F1) called from 
gimp works.

I hope someone has a better solution. Just broke my installation messing around 
and to reinstall gimp 2.4 help, then the new files so here is a screen shot.

http://www.imageno.com/fh1pn2dlnu2apic.html


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] reverting to base state

2011-02-04 Thread rich
1.  I create an artwork and save it as a Gimp file.
2.  I later open it and make changes to it, saving along the way.
3.  I then realise that I want to revert to the original state when I 
opened it.
4.  Gimp seems to evert only to the last saved state, rather than the 
state when I opened it.

Is there a way to revert to the original instance?

There is a gimp plugin 'iterative save'
http://registry.gimp.org/node/18873

but you have to invoke the save. still it can be useful.

for once the linux plugin is easy to compile
gimptool-2.0 --install name.c

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] First time user

2011-02-01 Thread rich
Hi,

   I am a first time user. The first problem that I encountered was after I 
 outlined an image in order to remove the background around it, i could not 
 disconnect from the outline tool (scissors). How do I do the disconnect?

Thanks,

  Ernie

maybe look at this tutorial

http://gimpology.com/submission/view/using_the_scissor_tool



-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Downloading User Manual

2011-01-22 Thread rich
I'm trying to get two friends going with GIMP.  What is the easiest way to
download and install the manual on a windows platform?

Dick

http://gimp-win.sourceforge.net/stable.html
choose your language, install.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Deleting multiple layers

2011-01-19 Thread rich
If I select multiple layers (by, say, ctrl-clicking), I should have the
option to drag all of them into the bin.

Unless I've missed it somewhere, is there is a script enabling the
deletion of multiple layers?

None that I know of.

Depends on the ratio of layers to delete / layers to keep. If only one or two 
to keep, make them non-visible then merge all visible layers then you only have 
one layer to delete.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Merging n everything

2010-12-29 Thread rich
ok now heres the deal .. i do knw a tediously long and tiring way to fix this 
but i was hoping there would be an easier way

i have a background image around with i want to add an animated flaming text 
and a video which i converted to frames already. I have about 70 frames that i 
want to add, so i made a animated text that lasts 70 frames too... i just 
thought it was the logical thing to do ... 

now the way i know around it is to actually manually copy and paste each layer 
of the xcf i got from saving the animated text onto the each layer in a new 
xcf with the main background.. but for 70 odd frames that gonna be a pain. and 
i was thinking it would probably work with the frames i got from the video as 
well...

so is there an easier way out .. im sure there is ... coz i opened the text 
xcf using open as layers... but dont knw how to merge the whole thing.

thanks in advance

One way perhaps but not Gimp.

You can combine pairs of images with Imagemagick. (does not have to be .png but 
does need to be a format that supports transparency)
For automating the process it makes sense to rename the sets of images.
 
http://www.imagemagick.org

Imagmagick is command line so in a console this command works

convert 10001.png 20001.png -compose dissolve -composite new01.png

note
The image in second place (20001.png) overlays the first image so second has to 
contain transparency.
I can't see anyway around this, you can use a different command to 'blend' but 
this alters colours. 
In your case maybe if the 'flames' have a central transparent area allowing the 
underlying 'text' to show.

If using windows, then you can automate with a batch file along the lines of: 

FOR /L %%G IN (1,1,n) DO convert 1000%%G.gif 2000%%G.gif -compose dissolve 
-composite new%%G.gif

where n is the no of frames.
Do yourself a favour here and make a project folder containing all the images 
and the something.bat. 
Change to that folder and run the batch file from there. Same applies using a 
single command. 

That gets you a set of combined frames, open As Layers in Gimp and save as a 
new animated .gif. 

This might get you started, plenty of 'ifs-and-buts' though.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] warp by points

2010-12-27 Thread rich
What I'd like to be able to do is something like georeferencing images 
in a GIS.  That is, having a base image I refer to, create a series of 
points on the base and another image of a different scale that 
correspond to the same places, and the new image will be adjusted to 
match.  Is there a way to do this with GIMP?  I have not been able to 
find anything like this so far in looking around.  Maybe I just don't 
know the correct terminology for GIMP.

Thanks for your help-
Peter

Not really any suggestions for gimp but it is cold and boring here in the UK so 
I ran out a small video using Art of Illusion.  
How it would perform with your presumably large images I do not know. Anyway 
FWIW and only 4 mins long
http://www.youtube.com/watch?v=WZpJ3dV6KkE

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] What is xjt format?

2010-12-17 Thread rich
Here you can find almost everything:

http://en.wikipedia.org/wiki/Comparison_of_graphics_file_formats 


André Anckaert


-Oorspronkelijk bericht-
Van: gimp-user-boun...@lists.xcf.berkeley.edu 
[mailto:gimp-user-boun...@lists.xcf.berkeley.edu] Namens sergio
Verzonden: vrijdag 17 december 2010 9:44
Aan: gimp-user@lists.XCF.Berkeley.EDU
Onderwerp: [Gimp-user] What is xjt format?

Hello.

What is xjt file format?
What is defference from xcf?

I can't find anything about it on gimp.org, in mail list, nowhere.

I'm not subscribed to this list, please add me to cc on reply.

-- 
sergio.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

It is as described in the drop down list of save-as formats, a compressed gimp 
image.

a quick google search, first hit
http://pcsupport.about.com/od/fileextensions/f/xjtfile.htm

Just gave it a try and there is a big space saving maybe 45 to 50 times smaller.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Refocus plug-in

2010-12-08 Thread rich
How does one install the refocus plug-in on GIMP on a windows xp system?

The original does have a windows binary.

http://www.deviantart.com/download/81588756/Refocus_plugin__windows_OS_by_photocomix_resources.zip

watch for line wraps and that double underscore.

This is the 0.7 version and is old - dates itself as 1999, but just tried it in 
a winxp portable gimp and it works.  
Uses the FIR Wiener Deconvolution but not as many options as the reworked 0.91 
version. Some documentation here

http://refocus.sourceforge.net/doc.html

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Refocus plug-in

2010-12-08 Thread rich
On 12/06/2010 10:08 AM, rich wrote:

 Is there a new source for the refocus plug-in? Several web pages point
 to http://hphsite.de/refocus/refocus-0.9.0-gimp-2.2.tar.gz but it says
 404... (and so does http://hphsite.de/refocus/  while http://hphsite.de/
 baiscally says 403) (I understand this source requires patches to
 work with recent versions of Gimp)
  

 --
 Ofnuts
  
 Don't know if this is any help but...
 both
 http://refocus.sourceforge.net/
 http://sourceforge.net/projects/refocus/ note refocus as version 0.9 (dated 
 2003).
 I am currently migrating from a debian based system to a rpm based one.  
 Just tried the debian binary and it works.
 This came from the debian gimp-plugin-directory package which I unpacked 
 rather than try a conversion with alien or whatever.
 http://packages.debian.org/sid/gimp-plugin-registry
 It is listed as  Refocus (0.9.1)
 using Gimp 2.6.11 and PCLOS2010 KDE.



Seems to be exactly what the doctor ordered.

Apologies to Ofnuts

The debian refocus v0.91 binary is not usable on my (rpm packaged) PCLOS2010. I 
got confused copying to and fro between OS's.  What is usable on both, is 
refocus-it (iterative refocus) which I got from who-knows-where but if you 
want to try, its on my rapidshare account at: (about 150 KB)
http://rapidshare.com/files/435661692/gimp_plugin-refocus-it 

Article about both 
http://www.linux.com/archive/feed/124567

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Refocus plug-in

2010-12-06 Thread rich
Is there a new source for the refocus plug-in? Several web pages point 
to http://hphsite.de/refocus/refocus-0.9.0-gimp-2.2.tar.gz but it says 
404... (and so does http://hphsite.de/refocus/  while http://hphsite.de/ 
baiscally says 403) (I understand this source requires patches to 
work with recent versions of Gimp)

--
Ofnuts

Don't know if this is any help but...
both
http://refocus.sourceforge.net/
http://sourceforge.net/projects/refocus/ note refocus as version 0.9 (dated 
2003).
I am currently migrating from a debian based system to a rpm based one.  Just 
tried the debian binary and it works. 
This came from the debian gimp-plugin-directory package which I unpacked rather 
than try a conversion with alien or whatever.
http://packages.debian.org/sid/gimp-plugin-registry
It is listed as  Refocus (0.9.1)
using Gimp 2.6.11 and PCLOS2010 KDE.

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Questions About Creating Panoramas From Several Images

2010-11-30 Thread rich
On Mon, Nov 29, 2010 at 6:14 PM, Ofnuts ofn...@laposte.net wrote:

 On 11/30/2010 01:09 AM, Mark Phillips wrote:
  I followed the instructions for creating a panorama from 4 pictures in
  the Beginning Gimp book (Apres - AkkanaPeck) and it looks great except
  I have a dark vertical shadow where two of the images meet. How do I
  get rid of it? I am working on Linux Debian testing with Gimp 2.6.10.
 
  Briefly, this is what I did:
  1. Make an new image a little larger than 4 X the width of one picture
  2. Add first picture as a layer.
  3. Add the second as another layer
  4. Overlap image two over image one until they line up.
  5. Add layer mask to image 2
  6. Add gradient to layer mask - black to white from edge of second
  image to 3/4 of the way to edge of image 1
  7. Repeat as needed for each new image
 
  By looking at the image, I would say the vertical band of darkness is
  the area of the gradient/overlap of the two images. I am a complete
  novice at this
 
  Thanks!
 
  Mark
 
  P.S. I have also tried Hugin, which I could not get to work, and the
  gimp panorama plugin, which produce the same problem as above.

 Your shadow on the seam is caused by a general color mismatch between
 the right part of the left image and the left part of the right one.
 Creating panoramas requires to set the camera in manual mode to make
 sure it won't change exposure parameters between the various shots. And
 even once you have done that you still have shadow problems to sort out
 because your photo has vignetting (slightly darker in the corners) and
 the seam may be done between the border of a picture (dark) and a more
 inner part of the next (slightly lighter). And this assumes of course
 that you have got the geometry right, and corrected any tilt in the
 pictures, etc...

 To make it short, assembling panoramas in Gimp is a lot of hard work.
 The only pictures that aren't too hard to assemble in Gimp are those
 from a flatbed scanner.

 Invest you time in making Hugin work. This will be a lot more rewarding
 in the end.


Hmmmthat is very discouragingthe panorama from Gimp looks great,
except for the two vertical black shadows where three pictures were joined.
The sahdows are over water and sky.Gimp is so powerful, I am surprised
there isn't some way to get rid of them.

Mark


 ___
 Gimp-user mailing list
 Gimp-user@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


I think Hugin, especially the latest version is a great application and the web 
site has a fine selection of tutorials but going back to more basic stitching 
why not try the Pandora script.
It takes some but not all of the work out of joining images.  Still best to do 
as much prep as possible, straightening, rotating, adjusting colour.  Several 
tutorials around, this was my take on it. Appologies for it being a bit long 
winded.

http://www.youtube.com/watch?v=zBma6CT3mjY


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] (no subject)

2010-11-17 Thread rich
I'm not an expert Gimp user so maybe I'm just not looking in the right place 
for this.  I've been Googling for hours and finally gave up.

I need to shape an image to follow a path or curve.  Since I can't do it, I'm 
not sure how I can show you what I mean, but imagine the palm branch that 
flows around the edge of a medal.  I have a long slender image of a braid 
(3/4 x 10) I need to shape like that around a 5 circle.  Polar Coordinates 
seems to be the place to start but it creates a huge curve and I can't see how 
to force it any smaller.  This is much like making text follow a curve or 
path, but I need my image to follow the path.  I've thought about converting 
the image to a really big font symbol so I could manage it like a text 
character but I've not figured out how to go about that.

This is evidently something others have sought and no one has found a solution 
for yet.  Is there none?

Any help?

Thanks.

maybe arclayer

http://registry.gimp.org/node/8261 and 
http://shallowsky.com/software/arclayer/

an example

http://imgur.com/PUshM.jpg

If using windows you will need to install python, not as difficult as it used 
to be. AFAIK the various modules are now compatible, only snag, you would have 
to uninstall gimp and reinstall after python. see:

http://www.gimpusers.com/tutorials/install-python-for-gimp-2-6-windows

-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] [BULK] Circular Graphics

2010-10-17 Thread rich
Thanks, Rich. That worked great. But now I'm having trouble placing this 
circular logo onto my graphic. I copied it to the clipboard then pasted it as 
a separate layer in my graphic, then sized the layer to the image size, but I 
can't get the text to show on the top of the graphic. I must be missing a very 
basic step but can't seem to figure it out. Any help would be appreciated.
Thanks.
Maureen


Maureen wrote:
 how to add curved text to the circular graphic.

That is easy. There is a Script-Fu script for that called Text Circle. It 
is in the drop down menus under File - Create - Logos - Text Circle.

That was Kevin Cozens suggestion. I go for a more general approach using text 
to path. However the great thing about Gimp is there are generally several ways 
to do anything.

Using the Logo circular text.

Some screen shots here that might help.
http://imgur.com/NOH94.jpg

1. Make your text. Helps if the text is about the correct size. The text is on 
a transparent layer with a white background.
2. Copy the transparent layer 
3. Return to the background image and paste into this image.
4. Use the *cursor keys* (mouse does not work here - don't know if this is a 
commom symptom) to move the selection. At this point while the selection is 
still active you can paint in a new colour, stroke the outline or adjust using 
using the resize tool. When complete anchor the selection.

Best to do this on transparent layer so when it screws up you can start again.


-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Circular Graphics

2010-10-14 Thread rich
This worked like a charm, Patrick. Thanks for the help. Now I have to practice 
on how to add curved text to the circular graphic. 
Thanks again.


snipped earlier posts.

The curved text is possibly the hardest part. Have to confess I tend to use 
Inkscape but as an example - and by no means definitive - This is one way of 
adding curved text.

http://www.youtube.com/watch?v=NiuaSnFM-28



-- 
rich (via gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] curving text (text to path?)

2010-09-16 Thread rich
Hi folks;

Im a new user here so be gentle.  A little background:
I work for a small engineering firm that designs racing transmission parts. 
Im comfortable using CAD and other engineering software, but this 20min
project has taken up half my day.

I need to create a logo, using our existing one.  All I wanted to do was add
a
curved text portion above and below our original logo.

It needs to have the same curve top and bottom.

Ive played with the text-to-path and I cant get a good looking linear curve
over the top of our logo.  And, even if I did; I dont know how to match that
curve on the bottom rocker so they look similar.

I tried the circular text logo template, but I need the text to read RTL on
the top curve and the bottom.

Someone told me there was an ARC plug-in for CD labels, can I use this on my
windows based version of GIMP2?

Thanks for your time;

Nate

I'm with the inkscape suggestion.

There is an oldish video tutorial on the subject

http://screencasters.heathenx.org/page/10/

Episode 014 - Place Text Around a Circle

might be useful

-- 
rich (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Rotate selection without content?

2010-04-18 Thread rich
Is there no way to do this? I want to use an elliptical selection, but at an
angle. 

Looks like the rotate tool does not work on an empty selection.

A bit of a work-around would be.
make a new transparent layer an on this layer
make the ellipse
fill the ellipse with colour
select none
rotate and move to position
reselect by colour.

now delete the new layer leaving the selection.

a few screen shots here
http://www.imageno.com/wpbshttvx8blpic.html

The snag is obvious, the size/shape of the ellipse is not determined at the
final location.


-- 
rich (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] how to invert greyscale values only...

2010-02-04 Thread Rich Evans
That's it! Perfect. Thanks Peter. (and my printer's black ink cartridge thanks 
you - heh heh) Not only is this an exact solution for my goal, but you have 
also taught me how to think more properly about the nature of the problem from 
the perspective of GIMP as a tool whereas I was coming at it from the brute 
force programmers way.

Thanks everyone for helping me. I really appreciate it.  

In lieu of being able to buy everyone who helped a round of beer, is there a 
way for me to show my gratitude to the GIMP community? Would a donation to GIMP 
help you guys?

-rich




- Original Message 
From: yahvuu yah...@gmail.com
To: Rich Evans reva...@yahoo.com
Cc: Gimp-user@lists.XCF.Berkeley.EDU
Sent: Thu, February 4, 2010 4:31:19 AM
Subject: Re: [Gimp-user] how to invert greyscale values only...

hi,

Rich Evans wrote:
 [..] Is there a
 technique or tool to invert any part of the image that is only a shade of 
 grey?
 i.e. invert pixeils with a saturation of ~0 (if that is how you say
 it).

The on-board tools are just fine for this.

Do something to some pixels (here: invert) and leave the rest unchanged 
translates to:
duplicate the layer, do that something and apply a suitable layer mask.

Where the layer mask is white, the modified pixels from the top layer are 
visible,
otherwise the unchanged pixels from the bottom layer show through.


So a layer mask is needed which equates the image's saturation, such that it is
white (= show inverted pixels) where the saturation is zero (or close to zero).

The saturation gets calculated during conversion to the HSV color model:
Color-Components-Decompose delivers a saturation layer.
The lighter this layers is, the more saturation the corresponding image pixel 
has.

In consequence, it must be inverted. To further mask out image pixels, which
are not close to a saturation of 0, a threshold of 254 can be applied.
(More on that later).

Using this layer as a layer mask for the inverted layer will reveal
wether this train of thought is correct...




The steps:

1. Create inverse copy of picture

Duplicate the picture layer

Invert that new layer


2. Create HSV color separation

Select picture layer and do
Colors-Components-Decompose (color model HSV),
  which creates a new image.

Copy the saturation layer to your original image.
  (simply drag the layer from the layers dialog to the image window.)

Invert that new layer

(for better finetuning, we'll do the thresholding later)


3. Turn saturation layer into a layer mask for the inverted picture

crude hack
somebody please help out and insert a sane way to copy a layer to another 
layer's mask

With saturation layer:
Add Layer Mask (Grayscale copy of layer)

Mask to Selection

Delete the saturation layer
  (all required information is in the selection mask)

With the inverted picture layer:

Add Layer Mask (Selection)

Select-None

/crude hack

now we're basicly done


4. Fine-tuning of layer mask

Select newly created layer mask

According to the question, now a
  Colors-Threshold of 254 should be applied,
but
  Color-Levels and dragging the middle slider to the right
gives better control.


Don't expect the saturation mask to be perfect, some rounding errors due
to 8bit resolution might show up.


have fun,
peter



  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] how to invert greyscale values only...

2010-02-03 Thread Rich Evans
Ken --- close. but no cigar... 
the steps: 1) Colors - Desaturate; 2) Colors - Invert leaves me with a 
greyscale image... all color is gone :-( I'm looking for a filter that will 
invert only black, white and grey pixels... leaving color saturated pixels 
alone.

Owen --- I will investigate the python solution. thanks for the advice.

All --- Maybe the best question to ask is this... where online should I go to 
learn about how GIMP filters are developed? I suppose once I learn how to make 
on filter.. I suspect I will quickly conjure up other filter ideas as well...

For completeness, my original question is this: I have an RGB image that is 
basically a black background with many
colorful objects and white text.  --- I'd like to invert the image so
that it is a white background with black text but a simple invert
inverts the colors in all the colored objects as well. Is there a
technique or tool to invert any part of the image that is only a shade of grey?
i.e. invert pixeils with a saturation of ~0 (if that is how you say
it). I could imagine a filter that does a simple RGB invert for any
pixel whose calculated RGB saturation value is below a set threshold.
Does this type of tool/script exist?


continued thanks,
-rich


- Original Message 
From: Ken Warner kwarner...@verizon.net
To: Rich Evans reva...@yahoo.com
Cc: Gimp-user@lists.XCF.Berkeley.EDU
Sent: Tue, February 2, 2010 8:12:09 PM
Subject: Re: [Gimp-user] how to invert greyscale values only...

Colors - Desaturate; Colors - Invert

No?

Rich Evans wrote:
 I'm grateful for the replies I have received, but I was thinking that if 
 there isn't a well-known tool or method already, that maybe someone could 
 point me to a site that describes how custom filters can be made from 
 scratch. I'm not afraid to learn what I need to to make the filter, ...I've 
 just never done it before. *grin* I just need someone to point me to a decent 
 tutorial (I can do c programming if that's what it is, but my working 
 assumption is that, all things being equal,  it should be easier to make a 
 filter for GIMP than it would be to write a c program from scratch).Would 
 anyone consider this... easy?
 
 continue thanks,
 -Rich
 
 
 
 - Original Message 
 From: Cédric Gémy radar.ma...@free.fr
 To: Gimp-user@lists.XCF.Berkeley.EDU
 Sent: Tue, February 2, 2010 5:58:51 PM
 Subject: Re: [Gimp-user] how to invert greyscale values only...
 
 not completely satisfied with sven's method, working on some pictures
 but not any, depending on the shades.
 I used to do it in CMYK a long time ago with photoshop by just pushing
 the image to CMYK and inverting the K curve.
 I guess something might be done with decompose color filter or so. But
 the quicker/best average i've found is just adding a mask based on the
 layer (L from Lab or N form CMYK could be used too), and play with the
 curve to adapt to the shades+refine with brush on mask. It takes few
 seconds if the picture is not too complex. Then put a white layer below
 and it's quite done. But i'm not completely satisfied with it.
 
 ___
 Gimp-user mailing list
 Gimp-user@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
 
 
 
   ___
 Gimp-user mailing list
 Gimp-user@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
 



  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] how to invert greyscale values only...

2010-02-02 Thread Rich Evans
I'm grateful for the replies I have received, but I was thinking that if there 
isn't a well-known tool or method already, that maybe someone could point me to 
a site that describes how custom filters can be made from scratch. I'm not 
afraid to learn what I need to to make the filter, ...I've just never done it 
before. *grin* I just need someone to point me to a decent tutorial (I can do c 
programming if that's what it is, but my working assumption is that, all things 
being equal,  it should be easier to make a filter for GIMP than it would be to 
write a c program from scratch).Would anyone consider this... easy?

continue thanks,
-Rich



- Original Message 
From: Cédric Gémy radar.ma...@free.fr
To: Gimp-user@lists.XCF.Berkeley.EDU
Sent: Tue, February 2, 2010 5:58:51 PM
Subject: Re: [Gimp-user] how to invert greyscale values only...

not completely satisfied with sven's method, working on some pictures
but not any, depending on the shades.
I used to do it in CMYK a long time ago with photoshop by just pushing
the image to CMYK and inverting the K curve.
I guess something might be done with decompose color filter or so. But
the quicker/best average i've found is just adding a mask based on the
layer (L from Lab or N form CMYK could be used too), and play with the
curve to adapt to the shades+refine with brush on mask. It takes few
seconds if the picture is not too complex. Then put a white layer below
and it's quite done. 
But i'm not completely satisfied with it.

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user



  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] how to invert greyscale values only... leaving colors alone

2010-02-01 Thread Rich Evans
Hello, Is this the right place to ask a question about special filters in GIMP? 
If so, I'd love some advice on the following task:

I have an RGB image that is basically a black background with many colorful 
objects and white text.  --- I'd like to invert the image so that it is a white 
background with black text but a simple invert inverts the colors in all the 
colored objects as well. Is there a technique or tool to invert any part of the 
image that is only a shade of grey? i.e. invert pixeils with a saturation of ~0 
(if that is how you say it). I could imagine a filter that does a simple RGB 
invert for any pixel whose calculated RGB saturation value is below a set 
threshold. Does this type of tool/script exist?

thanks!
-Rich (revansx)



  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Default Templates

2009-04-10 Thread Rich
Hi

I found Gimp great at designing business cards and mailing labels.
I thought maybe it would be a good addition to the template list.

Business Card 2 x 3.5

Pixels:  1062 x 615
Inches:  3.540 x 2.050
mm:   89.92 x 52.07

Landscape

These work great on with Open Office Writer Business Cards Template.
Avery 38871 Clean Edge White.


Another, one is making graphical mailing labels.

Mailing Label  2 5/8 x 1

Pixels:  780 x 295
Inches: 2.6 x 0.983
mm:   66.04 x 24.98

Avery 08920 Easy Peel White Mailing Labels.


Love working with 2.6 - great job.

Regards
Rich

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Dialog Flash Screen Bug

2008-11-05 Thread Rich Says...
Sven,
  Thanks for you reply.  I have always used the newest version of gimp
for these distros.

#gimp --version
GNU Image Manipulation Program version 2.4.5

I can't seem to find a good way to reproduce it either. It just sort
of happens when it wants to. i.e. when the mouse moves, moving
windows, switching windows, no user action at all

This is baffling. If this problem was fixed a long time ago, could it
be possible that my configuration is the loosely the problem?


#lspci
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller
Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2
EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 5 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB
UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2
EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC
Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port
SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port
SATA IDE Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc R480 [Radeon
X850XT Platinum (PCIE)]
01:00.1 Display controller: ATI Technologies Inc R480 [Radeon X850XT
Platinum (PCIE)] (Secondary)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056
PCI-E Gigabit Ethernet Controller (rev 12)
03:00.0 SATA controller: JMicron Technologies, Inc. JMicron
20360/20363 AHCI Controller (rev 02)
03:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363
AHCI Controller (rev 02)
05:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A
IEEE-1394a-2000 Controller (PHY/Link)
05:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001
Gigabit Ethernet Controller (rev 14)

-Richard

Hi,

On Tue, 2008-11-04 at 22:07 -0600, Rich Says... wrote:
 The only way I can describe this problem is while Gimp is open
 something resembling a gray'ed out dialog box will appear out of
 nowhere, flash for a second and then disappear. Its really frustrating
 is actually starting to give me a headache. I've tried searching all
 over the place for the reason as to why this is happening to me, but
 have come up completely clueless.

Sounds like a bug that we fixed some time ago. What version are you
using?


Sven
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Drawing simple shapes.

2008-04-29 Thread Rich



Nathan Lane wrote:
You're right that there aren't vector graphics layers, per se.  
However there are path layers, which can be treated like vector 
although they themselves don't have fill or stroke colors or patterns 
- if you change a path and you want to change the stroke or whatever, 
you have to do it manually.


I've used a plug in for shapes - shape-path-0.91.scm 
http://registry.gimp.org/files/shape-path-0.91.scm


http://registry.gimp.org/node/59

It works great, but the cords and sizing need to be manually entered.
It creates a stroke path using different shapes, with optional fill 
and/or line colors.


Not sure if this would be similar.


Regards
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Curves Preview on first click

2008-02-21 Thread Rich


Sven Neumann wrote:

Hi,

On Thu, 2008-02-21 at 00:51 -0400, Rich wrote:

  

Can you verify if you get the same results when you do the following:

- click curves under colors menu
- dialog appears, channel value, logarithmic mode, preview enabled, and 
curve type smooth


click once anywhere above or below the line in the graph display,
the line will add a point, and snap the line to the point,
but nothing occurs in the image preview.



Yes, I can reproduce this problem with GIMP 2.4. It would be nice if you
could file a bug report for this at bugzilla.gnome.org so that we don't
forget about it. Thanks.


  


Thanks.

I submitted a bug report.

Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Zoom in bug

2008-02-20 Thread Rich
Hi,

I noticed this in 2.4.3 and now 2.4.4, when you zoom in/out using the 
ctrl mousewheel or keypad +/-,
the 150% view causes the whole image to become transparent.

I checked the drop down menus, the 150% view does not exist in either.


Thanks
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Zoom in bug

2008-02-20 Thread Rich

Yes.  Installed the recent updates from Slackware 12.1 beta -  gimp-2.4.4

2008-02-16 01:58 /var/log/packages/gimp-2.4.4-i486-1

I don't recall the issue in 2.4.2.


Thanks
Rich

Sven Neumann wrote:

Hi,

On Wed, 2008-02-20 at 15:44 -0400, Rich wrote:

  
I noticed this in 2.4.3 and now 2.4.4, when you zoom in/out using the 
ctrl mousewheel or keypad +/-,

the 150% view causes the whole image to become transparent.



Sounds like a bug that occured in some of the early 2.4.0 pre-releases.
Are you absolutely sure that you are using a recent version?


Sven


  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Zoom in bug

2008-02-20 Thread Rich



Sven Neumann wrote:

Hi,

On Wed, 2008-02-20 at 17:02 -0400, Rich wrote:
  

Yes.  Installed the recent updates from Slackware 12.1 beta -
gimp-2.4.4



Sure. But are you actually using this version? Have you checked the
version number in the About dialog?


  


You are correct.  Tracked down an old version in local/bin (its gone now).

Sorry about that.  I checked the 2.4.4 version and its working correctly 
now.



Thanks
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Curves Preview on first click

2008-02-20 Thread Rich
Hi,

Can you verify if you get the same results when you do the following:

- click curves under colors menu
- dialog appears, channel value, logarithmic mode, preview enabled, and 
curve type smooth

click once anywhere above or below the line in the graph display,
the line will add a point, and snap the line to the point,
but nothing occurs in the image preview.

If you click a second time, a second point is added and the preview updates
Click reset
Now drag the line for the first point, preview works fine.

I tried in linear, same results.
Freehand displays preview correctly.

Should only the dragging method be used.
Thanks. 
Rich



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Possible issues with 2.4

2008-02-19 Thread Rich


Michael J. Hammel wrote:
 Second, I've noticed that the Healing tool clones garbage pixels after a
 while.  It starts out working okay.  After a short time, the first click
 to clone is fine, but if I hold down the shift key and then click again
 to perform a straight line clone operation the pixels cloned along this
 line are (for lack of a better term) garbage.  Is anyone else seeing
 this?  I've noticed that the problem is not consistant - it doesn't
 always show up.

 FYI - I'm using 2.4.4.


   
I just upgraded to 2.4.4, but have noticed this with the healing tool as 
well.
When it starts to occur, it really goes off the far end - example, dark 
area for source point,
and then the first click on the area that needs touching up goes yellow 
or white.
Seems like its an exor'd value.  I then select the clone tool, click 
once, then go back to heal,
and its fine. 

BTW, I really like the heal tool.  I like to clone an area first, then 
run a heal on the edges.
It really blends nicely.



Thanks
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Reducing noise with multiple exposures

2007-12-02 Thread Rich



Toby Haynes wrote:

[EMAIL PROTECTED] wrote:
  

I'm trying to reduce noise using multiple photos of the very same subject, 
using both a tripod or simply repeating a scan a number of times ( i have a 
flatbed scanner with a lot of noise especially in dark areas... )

So far i have tried with my old broken camera that had powerful noise at 400 
iso  and first results are not bad at all.

Samples:
http://img90.imageshack.us/img90/6967/prova1wc2.jpg
http://img131.imageshack.us/img131/448/prova2xh7.jpg
http://img116.imageshack.us/img116/7589/prova3on7.jpg
( heavy purple fringing is probably due to the fact that i choosed 5/7 of the 
max resolution, 5 mp instead of 7 )
  

You might consider the Anti-Lameness Engine, which is expressly designed 
for exactly this sort of task (including re-aligning the images and 
suppressing noise).


http://auricle.dyndns.org/ALE/

Hugin (http://hugin.sf.net/) is useful if you need to exactly align a 
number of images prior to any stacking. It can also be used to remove 
chromatic aberation with a little care (although it's fiddly and time 
consuming).

Hi

I normally take photos in raw, which seems to eliminate a lot of the 
color noise on long exposures.
My camera is usually okay within 5-10sec exposures, but this time I took 
shots in Jpeg, which then to generate more noise when there is a lot of 
low-level light on a long exposure.

It looks like lint or squiggly lines all throughout the image.

I tried using despeckle, which does a fine job, however, it tends to 
kill the sharpness and distorts anything that was smooth, especially 
circles and droplet edges.
I tried Selective Gaussian, that seems to help with some of the color 
blockiness. 

Is there another method I can use to help eliminate those squiggly 
artifacts?

Would using multiple images help eliminate the noise?



Thanks
Rich

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Image Undo History

2007-10-15 Thread Rich
Hi,

Is it possible to save the undo history and restore the next time you 
edit an image?


Thanks
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.4.0-rc3

2007-10-09 Thread Rich


Sven Neumann wrote:
 Hi,

 it sounds as if you managed to screw things up quite badly. You can't
 have several versions of GIMP installed unless you put them into
 separate prefixes outside the system search paths. Using '/usr/local'
 doesn't count as a separate prefix. Please see the release notes for the
 development releases:

   http://gimp.org/release-notes/gimp-2.3.html

 If you followed those instructions, and there are still problems, then
 it would be nice to get a bug report with a stack trace from the crash.
 What you included in your mail was the output from strace. That's not
 very useful to debug a crash. What we need is a back-trace generated
 from gdb. But for most problems it should be sufficient to have a
 detailed description that allows us to reproduce the problem.


   
Thanks. I'll check out the site. 
Cleaning up the so's from 2.3 worked.
Updating the context actions restored the mouse wheel options.

Regards
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.4.0-rc3

2007-10-08 Thread Rich



Sven Neumann wrote:

Hi,

On Sat, 2007-10-06 at 11:38 -0300, Rich wrote:

  
After installing 2.4.0-rc3, I was configuring the preferences, as I was 
trying out the settings,

 when I double clicked the 'Main Mouse Wheel' device under
 File/Preferences/Input Devices/Input Controllers, Gimp disappears and dies.



Seems to work fine for me. Please start gimp from a terminal window and
check if there's any output before it crashes.

It would be good to investigate this further. Please see
http://gimp.org/bugs/howtos/bugzilla.html for a detailed description on
how to submit a useful bug report.


  


Thanks, I'll try rebuilding it again.   Would there be any conflicts 
running 2.2.x, 2.3.x, and 2.4.x ?
I tried compiling with the --disable-shared and that seemed to resolve 
the lib issue with 2.3.

ldd looked okay, it was using the rc3 libs.

If it persists, I'll submit a bug report.


Regards
Rich
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.4.0-rc3

2007-10-08 Thread Rich



Rich wrote:


After installing 2.4.0-rc3, I was configuring the preferences, as I was 
trying out the settings,

 when I double clicked the 'Main Mouse Wheel' device under
 File/Preferences/Input Devices/Input Controllers, Gimp disappears and dies.



Hi,

I tried recompiling, same results.  So this time I renamed the plugin dir
   /usr/local/lib/gimp/2.0  and restarted gimp-2.4.  This time, a new 
keyboard and mouse controller
  appeared in the Input Devices of the Preferences.  I was able to 
enable both, KB and Mouse Wheel.
  So now there are 4 devices (2 keyboard, 2 mouse wheel), but two of 
them have the word Main in their title and the icons are different.
  I can set and configure the two entries without the word Main, I 
select the item and click the configure button and the dialog appears.
  However, if I select one of the items with the word Main and click 
the edit button, Gimp crashes.


I then renamed the .gimp-2.4 dir in home, seemed to have no effect.  
Still crashes.
I copied the mappings from the Main items into the new items and the 
mappings work.




Executable not found: '/usr/local/lib/gimp/2.0/plug-ins/tiff'
Executable not found: '/usr/local/lib/gimp/2.0/plug-ins/psd_save'
Executable not found: '/usr/local/lib/gimp/2.0/plug-ins/psd'
Executable not found: '/usr/local/lib/gimp/2.0/plug-ins/gifload'
Executable not found: '/usr/local/lib/gimp/2.0/plug-ins/gif'

I do see this for quite a few modules.

Traceback (most recent call last):
 File /usr/local/lib/gimp/2.0/plug-ins/colorxhtml.py, line 25, in 
module

   import gimp
ImportError: No module named gimp

(gimp-2.4:16450): LibGimpBase-WARNING **: gimp-2.4: gimp_wire_read(): error

I do see gimp.la and gimp.a in python dir /usr/local/lib/gimp/2.0/python

When I tried renaming the 2.0x dir back to 2.0, gimp complained about 
not being able to enable controller.

And when I tried the options on the input device, it blew out.
I renamed the 2.0new to 2.0 and the previous 2.0 to 2.0x.
Restarted gimp, and now the input devices (non-Main) popup the edit 
dialog fine.

I compared the dirs and found in the dir that fails, I see .so libs.

As long as I don't select the prefs for Main input devices, seems to run 
fine.

I tried getting any output, but there is only the LibGimpBase error msg.
I tried doing a stack trace to see if anything else popped up as I 
pressed the pref option on the controller.





select(1024, [9], NULL, NULL, NULL) = 1 (in [9])
read(9, , 4)  = 0
open(/usr/lib/gconv/gconv-modules.cache, O_RDONLY) = -1 ENOENT (No 
such file or directory)

open(/usr/lib/gconv/gconv-modules, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=54635, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7416000

read(3, # GNU libc iconv configuration.\n..., 4096) = 4096
read(3, as\tJS//\t\t\tJUS_I.B1.002//\nalias\tY..., 4096) = 4096
read(3, e\tINTERNAL\t\tISO-8859-3//\t\tISO885..., 4096) = 4096
read(3, as\tISO-IR-199//\t\tISO-8859-14//\na..., 4096) = 4096
read(3, to\t\t\tmodule\t\tcost\nalias\tCSEBCDIC..., 4096) = 4096
read(3, e\t\tcost\nalias\tCP284//\t\t\tIBM284//..., 4096) = 4096
read(3, as\tCP864//\t\t\tIBM864//\nalias\t864/..., 4096) = 4096
read(3, dule\tIBM937//\t\tINTERNAL\t\tIBM937\t..., 4096) = 4096
read(3, UC-JP//\nalias\tUJIS//\t\t\tEUC-JP//\n..., 4096) = 4096
read(3, dule\t\tcost\nalias\tISO-IR-143//\t\tI..., 4096) = 4096
read(3, OX//\nmodule\tISO_10367-BOX//\t\tINT..., 4096) = 4096
read(3, dule\tINTERNAL\t\tEUC-JISX0213//\t\tE..., 4096) = 4096
read(3, odule\tIBM1130//\t\tINTERNAL\t\tIBM11..., 4096) = 4096
read(3, 804//\t\tIBM16804//\nalias\tCP16804/..., 4096) = 1387
read(3, , 4096)   = 0
close(3)= 0
munmap(0xb7416000, 4096)= 0
futex(0xb76e0a4c, FUTEX_WAKE, 2147483647) = 0
open(/usr/lib/gconv/ISO8859-1.so, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\3\0\000..., 
512) = 512

fstat64(3, {st_mode=S_IFREG|0755, st_size=6950, ...}) = 0
mmap2(NULL, 8220, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0xb7414000
mmap2(0xb7415000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0xb7415000

close(3)= 0
write(2, \n(script-fu:19752): LibGimpBase-..., 79) = 79
shmdt(0xb7f0f000)   = 0
exit_group(0)   = ?


Should I submit a bug report?


Thanks
Rich







___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.4.0-rc3

2007-10-08 Thread Rich



Rich wrote:



Rich wrote:


After installing 2.4.0-rc3, I was configuring the preferences, as I was 
trying out the settings,

 when I double clicked the 'Main Mouse Wheel' device under
 File/Preferences/Input Devices/Input Controllers, Gimp disappears and dies.





One more item - I thought about comparing the controllers in the 
controllerrc file.


There were two lines missing from the Main Mouse Wheel and Main Keyboard.
I added the stock-id and controller items  and removed the other two 
controllers that were added.
I started gimp, I can now select and edit them fine - the dialog works 
and no more crashing.



(GimpControllerInfo Main Mouse Wheel
   (stock-id gimp-controller-wheel)
   (enabled yes)
   (debug-events no)
   (controller GimpControllerWheel)
   (mapping
   
(GimpControllerInfo Main Keyboard
   (stock-id gimp-controller-keyboard)
   (enabled yes)
   (debug-events no)
   (controller GimpControllerKeyboard)
   (mapping
 :::


Thanks
Rich






___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.4.0-rc3

2007-10-08 Thread Rich



Rich wrote:



Rich wrote:



Rich wrote:


After installing 2.4.0-rc3, I was configuring the preferences, as I was 
trying out the settings,

 when I double clicked the 'Main Mouse Wheel' device under
 File/Preferences/Input Devices/Input Controllers, Gimp disappears and dies.





One more item - I thought about comparing the controllers in the 
controllerrc file.




One last note, :)  

 I was testing the mappings, and it seems the context mappings for the 
mouse wheel do not work.
 I updated them to match the new mappings - now everything works fine. 
(thanks for the debug events).

 Maybe there is a default that needs to be updated.

(GimpControllerInfo Main Mouse Wheel
   (stock-id gimp-controller-wheel)
   (enabled yes)
   (debug-events no)
   (controller GimpControllerWheel)
   (mapping
   (map scroll-up-control-alt context-gradient-select-next)
   (map scroll-up-shift-control-alt context-font-select-next)
   (map scroll-down-control view-zoom-out)
   (map scroll-up-shift-alt context-pattern-select-next)
   (map scroll-up-control view-zoom-in)
   (map scroll-down-control-alt context-gradient-select-previous)
   (map scroll-down-shift-control context-brush-select-previous)
   (map scroll-up-shift-control context-brush-select-next)
   (map scroll-down-shift dialogs-brushes)
   (map scroll-up-alt context-opacity-increase-skip)
   (map scroll-down-alt context-opacity-decrease-skip)
   (map scroll-down-shift-alt context-pattern-select-previous)
   (map scroll-down-shift-control-alt context-font-select-previous)
   (map scroll-up-shift dialogs-colors)))



Regards
Rich


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] gimp 2.4.0-rc3

2007-10-06 Thread Rich
Hi,

After installing 2.4.0-rc3, I was configuring the preferences, as I was 
trying out the settings,
 when I double clicked the 'Main Mouse Wheel' device under
 File/Preferences/Input Devices/Input Controllers, Gimp disappears and dies.


(script-fu:13801): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): 
error

I tried it a few times, and it blows out all the time.

Regards
Rich





___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] No JPG recognized on one host: 2.2.8

2005-08-25 Thread Rich Shepard

  This has me completely baffled. We run Slackware-10.1 on all hosts; each
had a copy of gimp-2.2.8 installed from the same package. On all but one
laptop, there is no problem opening and working with .jpg files. On this one
host, .hrz, .ico, and .jpg files are not recognized and not available in the
file type list.

  I've removed and reinstalled the application, and moved ~/.gimp-2.2/ to
another name so it is regenerated when the application is invoked. No
difference in behavior: it will not accept .jpg as a valid file type.
ImageMagick's 'display' has no problem with them.

  When I searched google for this problem I found a reference to a missing
library on freeBSD. On the host here, /usr/lib/libjpeg* are all present.

  Suggestions and solutions greatly appreciated.

TIA,

Rich

--
Dr. Richard B. Shepard, President |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] No JPG recognized on one host: 2.2.8

2005-08-25 Thread Rich Shepard

On Thu, 25 Aug 2005, Mark Szymanski wrote:


I had the same problem after trying to upgrade from 2.0.2 to 2.2.8, and it
turned out to be a missing libexif.50.10. That fixed it for me.


Mark,

  Thank you, that's exactly what it was. How that library went missing on
that box is beyond my knowledge. But, that was the missing file. It did not
fix the missing .hrz or .ico filetypes, but those won't be missed at all.

Rich

--
Dr. Richard B. Shepard, President |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM) |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: Really easy newbie questions (I hope)...

2002-01-31 Thread Rich Shepard

On Thu, 31 Jan 2002, Carol Spears wrote:

 On 2002-01-31 at 0124.38 -0800, Doris Philastre typed this mail:

  Okay, I created an image in GIMP that has no background for use on a web
  site. I saved it as a .psd file because GIMP doesn't support .gif.

Doris/Carol,
 
 sounds like you need to install the non-free GIMP.  i am not sure how
 your distribution handles this, but the gif libraries need to be special
 requested to keep the developers out of jail.  same with tiff format.

  PMFJI, but I didn't see the beginning of this thread. I'd like to
contribute two thoughts:

  1)  Use your image in JPEG (.jpg) format on your web page. That's what
we've done (URL is in the sig, below) and it works very well. This avoids
the patents and other legal issues associated with GIF. I don't think that I
have a single .gif left on our network. They've all been converted to either
.jpg (for pictorial image files) or .tif (for spatial imagery data files).

  2)  The open source ImageMagick is a powerful set of tools. One tool,
'convert', will handle the format conversions for you:

convert(1) convert(1)

NAME 
convert - converts an input file using one image format to an output
file with the same or differing image format.

SYNOPSIS
   convert [ options ... ] file [ file... ] file

DESCRIPTION

   convert converts an input file using one image format to an output
file with  the same or differing image format.

   convert recognizes the following image formats:

   TagDescription
---
   AVSAVS X image file.

   BIE+   Joint Bi-level Image experts Group file interchange format.

   BMP+   Microsoft Windows bitmap image file.

   BMP24+ Microsoft Windows 24-bit bitmap image file.

   CGMComputer Graphics Metafile.

   CMYK   Raw cyan, magenta, yellow, and black bytes.

   DCX+   ZSoft IBM PC multi-page Paintbrush file.

   DIBMicrosoft Windows bitmap image file.

   DICOM  Medical image file.

   EPDF   Encapsulated Portable Document Format.

   EPIAdobe Encapsulated PostScript Interchange format.

   EPSAdobe Encapsulated PostScript file.

   EPS2   Adobe Level II Encapsulated PostScript file.

   EPSF   Adobe Encapsulated PostScript file.

   EPSI   Adobe Encapsulated PostScript Interchange format.

   EPTAdobe Encapsulated PostScript Interchange format with TIFF
preview.

   FAX+   Group 3.

   FIGTransFig image format.

   FITS   Flexible Image Transport System.

   FPXFlashPix Format.

   GIF+   CompuServe graphics interchange format; 8-bit color.

   GIF87+ CompuServe graphics interchange format; 8-bit color (version
87a).

   GRAY   Raw gray bytes.

   GRADIENT
  gradual passing from one shade to another. Specify the desired
shading  as
  the filename (e.g. gradient:red-blue).

   GRANITE
  granite texture.

   HDF+   Hierarchical Data Format.

   HISTOGRAM

  etc. Check out 'man convert'.

HTH,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Re: Really easy newbie questions (I hope)...

2002-01-31 Thread Rich Shepard

On Thu, 31 Jan 2002, John Culleton wrote:

 Now I am totaly confused. My version of Gimp for Linux  1.2.2
 seems to handle gifs both incoming and outgoing. So what is the 
 patent/copyright  problem and why doesn't it affect ImageMagick equally
 as much? 

John,

  I don't work with gifs so I've not checked the GIMP for its ability to
manuipulate them. We also run GIMP-1.2.2.

  The patent problem with gifs surfaced a few years ago. I'm sure you can
find the details on the web some place. All I know is that CompuServe
patented the format and wants license fees for using it. LZW compression is
also patented so we removed it from all GRASS modules.

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] how to correct optical distortions of wide-anglelenses?

2002-01-24 Thread Rich Shepard

On Thu, 24 Jan 2002, Peter Buckenleib wrote:

 is there a way to correct optical distortions of wide-angle lenses ( most 
 annoing within architectural pics ) using gimp ? 
 
Peter,

  That's an interesting idea. Have you thought of doing the correction as
you take the photograph? If you keep the film plane parallel to the front of
the building you won't have the distortion. Without a full, tilt-and-swing
bellows arangement on your camera, you can do it by choosing the proper lens
and shooting position. Of course, sometimes you just cannot get to the right
position. :-)

  Good luck!

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user