[Gimp-user] Color Reduction with GIMP

2005-02-21 Thread Kalle Ounapuu
In GIMP, is there an area where I can lock/remove individual colours in an 
Indexed colour palette of an image?

I was able to see a colour table Dialog in GIMP, where I could edit RGB values 
and add an additional colour. But I couldn't see anyway to remove colours or 
lock them from being removed.

Is there not something like Photoshop's "Save For Web" in GIMP?



Kalle

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Color Reduction with GIMP

2005-02-21 Thread Kalle Ounapuu
The Select Colour tool isn't really supposed to help you in this fashion.

The Palette dialog does not help either as I do not wish to change my image 
into another colour palette. There does not seem to be a way to import my 
images' colour palette into the Palette dialog, and thus be able to edit that.


Kalle


-Original Message-
From: Alan Horkan [mailto:[EMAIL PROTECTED]
Sent: Monday, February 21, 2005 3:30 PM
To: Kalle Ounapuu
Cc: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Color Reduction with GIMP



On Mon, 21 Feb 2005, Kalle Ounapuu wrote:

> Date: Mon, 21 Feb 2005 14:53:58 -0500
> From: Kalle Ounapuu <[EMAIL PROTECTED]>
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: [Gimp-user] Color Reduction with GIMP
>
> In GIMP, is there an area where I can lock/remove individual colours in
> an Indexed colour palette of an image?

You could try using the Select by Colour tool, it might help give you what
you are looking for.

> I was able to see a colour table Dialog in GIMP, where I could edit RGB
> values and add an additional colour. But I couldn't see anyway to remove
> colours or lock them from being removed.

I think you need the palette editor in this case.
http://docs.gimp.org/en/ch04s13s03.html

> Is there not something like Photoshop's "Save For Web" in GIMP?

There is nothing comparable to Save for Web at least not at the moment:
http://bugzilla.gnome.org/show_bug.cgi?id=98017

Hope that helps

Sincerely

Alan Horkan

Inkscape, Draw Freely  http://inkscape.org
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Color Reduction with GIMP

2005-02-22 Thread Kalle Ounapuu
This method does not deliver what I require. But thank you for helping me learn 
how to manage palette's.

What I need through GIMP is a way to remove individual colours from the image 
dynamically in real-time. For example, I would click one colour to turn it 
"off" and see the change to the image. If the image isn't severely affected by 
turning "off" that one colour, then that colour should be removed.

I deal with images that are only 2-64 colours each, and shaving off colours is 
a huge importance to get the filesize down to the absolute smallest.

Currently I use Web Image Guru to do this. Great program. But it costs money. 
The programmers I work with are all interested in installed GIMP on their 
machines. So going through GIMP, I haven't been able to easily reduce colours 
of an image on-the-fly.

Thanks



-Original Message-
From: Carol Spears [mailto:[EMAIL PROTECTED]
Sent: Monday, February 21, 2005 5:19 PM
To: Kalle Ounapuu; GIMPUser
Subject: Re: [Gimp-user] Color Reduction with GIMP


On Mon, Feb 21, 2005 at 02:53:58PM -0500, Kalle Ounapuu wrote:
> In GIMP, is there an area where I can lock/remove individual colours in an 
> Indexed colour palette of an image?
> 
> I was able to see a colour table Dialog in GIMP, where I could edit RGB 
> values and add an additional colour. But I couldn't see anyway to remove 
> colours or lock them from being removed.
> 
if the image is already in Indexed mode, you can import the palette
directly from the image via the palette palette (Dialogs -->Palette).
gimp palettes are simple text files and can be edited via the palette
editor or even directly with a text editor of your choice if you can 
find it in your user directory.

to apply it to your image, change the mode of the image to rgb and then
index it again using your edited palette.

carol

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Color Reduction with GIMP

2005-02-22 Thread Kalle Ounapuu
Once a colour would be removed from the palette, the pixels in the image should 
change to the closest matching colour in the palette. There would be an 
algorithm that chooses the replacement colour.

If you have seen Photoshop or Image Ready's "Save For Web" feature, you have 
seen this. You are presented with not only a colour limited (Choose a number 
between 1 and 256), but it displays the entire colour palette and you able to 
manually select colours to LOCK or REMOVE from the palette, and you can see the 
preview of the palette changes on the image before you save.

There's an image browser and batch processor called Web Image Guru by Vimas 
that does this task most excellently. This is what I use on a day to day basis. 
But it isn't a free tool like GIMP is. The other people I work with are very 
interested in using GIMP for all our imaging needs... and it does almost 
everything... except for good colour reduction.


-Original Message-
From: Andreas Waechter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 12:18 PM
To: Kalle Ounapuu
Subject: Re: [Gimp-user] Color Reduction with GIMP


> What I need through GIMP is a way to remove individual 
 > colours from the image dynamically in real-time. For
 > example, I would click one colour to turn it "off" and
 > see the change to the image. If the image isn't
 > severely affected by turning "off" that one colour,
 > then that colour should be removed.

What should happen with the pixels that have the color you 
want to remove?

Should they go transparent?

If so, select by color with threshold set to zero, then 
clear selection.

Should they be replaced by another color?

If so, select by color with threshold set to zero, then fill 
selection with the other color.

Or should something else happen to those pixels? If so, what?

Andreas
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Color Reduction with GIMP

2005-02-23 Thread Kalle Ounapuu
Is there an easier way to suggest an improvement to GIMP?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joao S. O.
Bueno Calligaris
Sent: Tuesday, February 22, 2005 1:50 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Color Reduction with GIMP


On Tuesday 22 February 2005 15:45, Kalle Ounapuu wrote:
> Once a colour would be removed from the palette, the pixels in the
> image should change to the closest matching colour in the palette.
> There would be an algorithm that chooses the replacement colour.
>

Hi -
could you open an enhancement request in 
bugzilla.gnome.org for this?
I believe it has good chances of coming in for GIMP 2.4.


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] GIMP Help Documentation

2005-02-23 Thread Kalle Ounapuu
(I am using Windows GIMP).

When I first installed GIMP, no Help seemed to exist for it when going to the 
Help menu. Gives an error about some file not found.

I assumed I have to download the help docs seperately?

Off the website downloads page I saw the FTP url for help docs.
ftp://ftp.gimp.org/pub/gimp/help/

What do I do with this? Copy the entire folder to my computer? Then what? Do I 
place this in \Program Files\Gimp\ somewhere?

Thanks in adv.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kalle
Ounapuu
Sent: Wednesday, February 23, 2005 4:05 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: RE: [Gimp-user] Color Reduction with GIMP


Is there an easier way to suggest an improvement to GIMP?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joao S. O.
Bueno Calligaris
Sent: Tuesday, February 22, 2005 1:50 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Color Reduction with GIMP


On Tuesday 22 February 2005 15:45, Kalle Ounapuu wrote:
> Once a colour would be removed from the palette, the pixels in the
> image should change to the closest matching colour in the palette.
> There would be an algorithm that chooses the replacement colour.
>

Hi -
could you open an enhancement request in 
bugzilla.gnome.org for this?
I believe it has good chances of coming in for GIMP 2.4.


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Turning off dashed line around canvas.

2005-02-25 Thread Kalle Ounapuu
Is there a way to turn off the yellow dashed line around the canvas?

It seems to always be there... to me it seems distracting, and perhaps it might 
be confused as an active selection.



Kalle

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andreas
Waechter
Sent: Friday, February 25, 2005 4:59 AM
To: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Script-Fu: documentation of SF-ADJUSTMENT and
others?


> have a look at test-sphere.scm as found in the source tree. It has
> comments that explain all the Script-Fu parameters.

Thanks, Alan suggested that too, so I searched for that 
script, downloaded it and looked at it.

Andreas
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Adjusting selection

2005-02-28 Thread Kalle Ounapuu



After selecting a 
region with the box selection tool, is there a way to fine tune the 
selection?
 
In Photoshop, I use 
the "Select/Transform Selection" tool, and it gives me transform handles on the 
edges and corners of the selection.


RE: [Gimp-user] Adjusting selection

2005-02-28 Thread Kalle Ounapuu
Thanks for that.

When manually dragging an edge, is there a way to constrain it on an axis?

In Photoshop you hold shift and your cursor motion will be restricted to the 
initial axis you start moving your mouse on.



-Original Message-
From: Stuart White [mailto:[EMAIL PROTECTED]
Sent: Monday, February 28, 2005 11:13 AM
To: Kalle Ounapuu
Cc: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Adjusting selection


Select the "Scale the layer or selection" tool (Shift+T) in the
toolbox, then click the "Transform Selection" button (the pink square)
in the tool options.  This allows you to scale a selection using
handles on the corners of the selection.


On Mon, 28 Feb 2005 10:05:10 -0500, Kalle Ounapuu
<[EMAIL PROTECTED]> wrote:
>  
> After selecting a region with the box selection tool, is there a way to fine
> tune the selection? 
>   
> In Photoshop, I use the "Select/Transform Selection" tool, and it gives me
> transform handles on the edges and corners of the selection.
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Crisper screen shots

2005-03-02 Thread Kalle Ounapuu
I can see that fuzzyness you're talking about, and it seems strange that a 
direct screenshot would result in that... so it may have to do with your export.

I looked at one of your PNG screenshots... opening it in Photoshop I was 
presented with a prompt about Pixel Aspect Ratio. The PNG's you've exported 
have the "PHYS" PNG chunk in them. This controls the the aspect ratio of the 
pixels of the image, believe it or not. I think it's supposed to give you 
control over how an image is viewed on different displays (crt, lcd, mobile 
phone, tv, etc).

Maybe this is having an effect? It certainly did when I opened it in Photoshop. 
After removing the PHYS chunk, the screenshot looked a lot more normal in 
Photoshop... but it still had a little fuzzyness.

So maybe it's the compression you're choosing for the PNG? All your PNG's are 
RGB... so that has lossy compression. Are you putting it down a little bit?

Since these are screenshots of applications... I would recommend outputting 
Indexed PNG's instead of RGB. This has some advantages in this case... like 
smaller file sizes (only a few colours are being used in your screenshots)... 
plus it uses lossless compression, so your screenshots will not get blurry.

Go to "Image/Mode/Indexed" before exporting the PNG. Reduce the colours to what 
you think is a little higher than what the screenshot is using... hopefully 
GIMP will detect unused colours and remove them. For dithering options... turn 
them off unless you have large areas of an image with gradients occuring.

When you export the PNG... uncheck all boxes in the PNG options, and make sure 
compression is maximum.

Try this stuff out, see what happens.

BTW, search for a windows utility called TweakPNG. It's a great PNG utility... 
it gives you control over the internal workings of a PNG.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of squareyes
Sent: Wednesday, March 02, 2005 4:44 AM
To: gimp-user@lists.xcf.berkeley.edu
Subject: [Gimp-user] Crisper screen shots


Hi all, 
am making up a newbies help file for Ubuntu,
but am not completely happy with the crispness of the screen shots
I have taken with "gimp". Is there any way of improving them very much.
May be too critical, but as it's my first work would like it to look
more professional than I really am.

http://www.members.optusnet.com.au/squareyes/ubuntu.html

Many thanks in advance
Take care
Winton

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Crisper screen shots

2005-03-02 Thread Kalle Ounapuu
Yea maybe you're right. My mistake, I just automatically assumed an RGB image 
format would have lossy compression. I work with Indexed PNG's alot.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeffrey
McBeth
Sent: Wednesday, March 02, 2005 10:41 AM
To: gimp-user@lists.xcf.berkeley.edu
Subject: RE: [Gimp-user] Crisper screen shots


Quoting Kalle Ounapuu <[EMAIL PROTECTED]>:

> So maybe it's the compression you're choosing for the PNG? All your 
> PNG's are RGB... so that has lossy compression. Are you putting it 
> down a little bit?

Err, there isn't any compression in PNG that is lossy.  At all.  PNG is 
lossless
in all modes.  So I'm not sure what you are talking about here.

That renders much of the rest of the e-mail incorrect.

Jeff


This message was sent using IMP, the Internet Messaging Program.


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] gimp crashed while saving

2005-03-28 Thread Kalle Ounapuu
"For example, I tried for over an hour to figure out the bug reporting function 
on teh 
website. I couldn't make heads or tails of it. I'm sure it's easy for a 
programmer..."

I agree with that... after XX number of seconds going through that thing 
myself, I gave up.

It isn't easy enough to use.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter Jon
White
Sent: Monday, March 28, 2005 1:17 PM
To: Jeffrey McBeth
Cc: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] gimp crashed while saving


Jeffrey McBeth wrote:

I'm working
> through Peter's problems, I hope help him on this.  I have so far been 
> unable to reproduce his issue, even with the image he has provided, 
> which BTW, counts as one of the more disconcerting images I've seen in a 
> while.  What do you do for a living?

I build bicycle wheels. The photo is of some eskimos butchering a whale. 
It was shot by a friend for whom I was trying to get The Gimp working, 
and was the first image I loaded into The Gimp.
> 
> I suspect Peter didn't get a response on the first three times because 
> none of us has seen what he saw, and he is not familiar with how to 
> report bugs in a development environment.  This is complicated by the 
> fact that we are all _users _ here, just like him. 

Except that there is one person who has been posting all along who has a 
gimp.org email address. I even sent that person a private email asking 
if he could direct me to a source of tech support. No reply, and he's 
been corresponding with others on the list since.

  We help each other
> because we are nice people.  Most of us are "business people" too, so 
> wild comments about needing to teach us about how things work in the 
> real world are unwelcome.

But what you call "wild comments" may be helpful to the people 
developing The Gimp and who are soliciting donations. For example, I 
tried for over an hour to figure out the bug reporting function on teh 
website. I couldn't make heads or tails of it. I'm sure it's easy for a 
programmer, but for a bicycle wheelbuilder it's less than obvious how it 
works.

My comments were not directed at other users, but at the developers.

> I install GIMP on new machines at least once a week as part of doing my 
> work, and have never had it fail out of the box.  Peter has had the 
> opposite experience.  Computers are like that.  Shit happens.
> 
> Jeff

I agree. But when someone points out a problem on a forum monitored by 
the product's developers, I would thing the developers would take some 
interest.

-- 
Peter Jon White
Peter White Cycles
24 Hall Rd.
Hillsborough, NH 03244
603 478 0900 Phone
603 478 0902 Phax
http://www.PeterWhiteCycles.com





___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] png compression

2005-04-14 Thread Kalle Ounapuu



There's lots of things you can do to make PNG's 
smaller.
 
If you save them as Indexed PNG's and reduce the 
colours, you may end up with smaller filesizes. Change the image mode to Indexed 
and it should prompt you for number of colours and other 
options.
 
After exporting the PNG, it still isn't very 
efficient... most apps like Gimp, Photoshop, Paintshop... they don't do a good 
job optimizing the PNG export. You may want to try PNG crushing programs that 
will optimize the PNG much more. Personally I use something called Megaopt: http://www.hydrogenaudio.org/forums/index.php?showtopic=16167 ... 
it's a DOS script that uses 5 PNG crushers and compares the results. Also, a 
WIndows GUI program called "PNG Gauntlet" does pretty good too (same as Megaopt 
almost). Search the net for that.
 
There's other tricks and things you can do... 
but they only save a matter of 100's of bytes.
 
Kalle
 
 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Jim 
  ClarkSent: Thursday, April 14, 2005 4:17 PMTo: 
  gimp-user@lists.xcf.berkeley.eduSubject: [Gimp-user] png 
  compression
  H...I have a couple of pngs that I have scaled to make smaller 
  but still visible thumbnails. Image 1 (install1.png) was 799 X 598, I scaled 
  it to 300 X 225. install10.png was 765 X 538, scaled to 450 X 317. 
  Here's an ls:10725 Apr 14 13:54 install10.png24020 Apr 14 
  15:01 install10_tn.png35217 Apr 14 13:54 install1.png32378 Apr 14 
  15:01 install1_tn.pnginstall1.png was reduced significantly and yet 
  the file size reduction is less than 10% (hardly worth the bother to make a 
  smaller version) and install10.png, reduced in size by a much smaller 
  proportion, was reduced a useful (and much greater) amount. These were 
  png screenshots sent to me from a Win box...I cropped them to the useful area 
  and saved them as pngs using the default settings. Then for the thumbnails I 
  just scaled the image and saved again.Is there something I should be 
  doing to get a smaller file size? I have only recently started using pngs as 
  my users are all MS/IE folks and have not really thought about file 
  compression much. But this seems weird to me.I realize what I don't 
  know about file compression (or pngs, or GIMP, or most other things discussed 
  on this list) could fill a few books, but same source same process same tools 
  yielded very different results. Why?Thanks-Jim 
Clark


RE: [Gimp-user] png compression

2005-04-14 Thread Kalle Ounapuu



Crushers shouldn't give you larger filesize... by default all of them 
have the overwrite_if_bigger function set to off.
 
Another PNG tool that is handy: TweakPNG
 
This 
displays all the PNG chunks being used, and allows you to see what is changing 
in a PNG file exactly.
 
 

  -Original Message-From: Jim Clark 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, April 14, 2005 5:05 
  PMTo: Kalle OunapuuCc: 
  gimp-user@lists.xcf.berkeley.eduSubject: RE: [Gimp-user] png 
  compression
  Things get odder and odder.I need to put 10 screen shots on a web 
  page and was hoping to shave 100K from the final page. So I took one 
  of my images and indexed it.Before index: 27004After index: 
  30705.It got larger? I downloaded and installed a png crusher and ran 
  it against both files:27004 after crush became: 19419 or a 28% 
  reduction30705 did not change--all the crushed versions were 
  larger.So now I have 4 images which all look about the same, ranging 
  in size from 19419 to 30705. Quite a hit or miss process. One would think 
  indexing and crushing would yield the smallest image, but it did not. 
  Thanks again-Jim Clark


RE: [Gimp-user] anti-aliasing

2005-04-27 Thread Kalle Ounapuu
Whenever I place images into documents they always seem to degrade in quality. 
I'm talking about Word .DOC or Adobe .PDF, etc.

Maybe it has something to do with how those formats deal with compression? Or 
maybe something to do with dimensions (image too big?), palettes (shares 
colours with document?), or resolution (pixels per inch).

I would try and get support for importing images into a PDF (Adobe forums). I 
don't think GIMP can help much, but you can try!





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of JASON
JESSO
Sent: Tuesday, April 26, 2005 9:24 AM
To: gimp-user@lists.xcf.berkeley.edu
Subject: [Gimp-user] anti-aliasing 


I have an image that looks ok in gimp, but when I
import it in a PDF document I get a staircase effect.

How do I smooth the edges in gimp?
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Disadvantage of GIMP when compared to Photoshop

2005-05-04 Thread Kalle Ounapuu
I've been using Photoshop for a bunch of years and only recently used GIMP a 
few times at work.

Having access to Photoshop and being comfortable with it, I have no reason to 
use GIMP. The times I have used it, I was a bit annoyed by the interface... how 
there is no main window that contains everything. As well, some of the 
organization of menus seemed odd. Of course the interface is a personal thing, 
and it takes getting used to the change.

For my work specifically, I wished GIMP would offer more control over palettes 
in Indexed images. More control over chunks in PNG files. But these are 
specific things that I need in my work. Photoshop lacks in some areas too, 
that's why in the end I use up to 10 different graphics applications and 
utilities at work.

In terms of editing, layers, and effects... nothing beats Photoshop in my books.





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kent Tong
Sent: Tuesday, May 03, 2005 11:11 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: [Gimp-user] Disadvantage of GIMP when compared to Photoshop


Hi,

We're an organization promoting open source in Macau. We're considering
whether to organize some training courses on GIMP or not. Before that, 
we'd like to evaluate how powerful GIMP is when compared to Photoshop. 
We're not insisting that it must be as powerful as Photoshop. We just 
need a clear idea on its power. 

As I'm not a graphics guy, I've got a colleague to do some initial 
evaluation. As my colleague has a strong photoshop background but is 
just getting started with GIMP, I'd like to have the confirmation from 
someone like you with strong GIMP experience. So, would you please
comment on my colleague's finding below? Thanks in advance!

Disadvantage of GIMP
- Text tool
-- Can't display Chinese in the "GIMP Text Editor"
-- Can't control indivitual text format in the same Text. (The format applies to
the whole text)
-- Compare to PhotoShop, creating text effect is difficult. Photoshop built in
text effects. GIMP can only use the filter or script-fu to create effect. 
-- Compare to PhotoShop, text effect will still be apply even the Text is
changed. But you need to do everything again if you text need to be changed.
-- Can't display Chinese font in the font selection list.

- Layers control
-- Can't display Chinese in the Layer.
-- Compare to PhotoShop, managing the layers is not that easy. You can define
layers to groups in Photoshop. You can even target an action to a group. No
group idea in GIMP.


___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Disadvantage of GIMP when compared to Photoshop

2005-05-04 Thread Kalle Ounapuu
> The time when I choose Gimp over Photoshop is when I 
> create special effects and textures. Here Gimp clearly
> bits Photoshop. Especially when you combine the filter
> effects with Script-fu. Of course, you  can always buy
> extra filters for Photoshop but here I am comparing
> the default settings.

Yea I can appreciate the powering of scripting. GIMP is definately more 
accessible to developers and customization as well. In Photoshop, I hardly ever 
use filters. Layer styles give me almost everything I need... for my 
applications.


> What's your problem with Gimp's png output.

Well I work on images for cellphone games (PNG's), and there is a lot of 
attention paid towards PNG chunks, transparency, filesize, etc. In terms of 
modifying the actual PNG data chunks I use a free tool called TweakPNG to do 
this. It would be nice if graphics apps like GIMP, Paintshop, or Photoshop 
would offer control over PNGs just like TweakPNG.

As well, reducing colours from a PNG palette by-eye is something I do daily. I 
use a tool called Web Image Guru to do this. It can also be accomplished in 
Photoshop (SaveForWeb). GIMP doesn't offer anything like it... the only way to 
reduce colours of an Index image is converting  it to RGB then back to Index, 
selecting a colour limit and then letting the software try it's best to whittle 
the palette down (doing it by eye is better). Colour reduction matters when you 
need to shave off 10's or 100's of BYTES off an Indexed image (one colour 
removed can make the difference).




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of j Mak
Sent: Wednesday, May 04, 2005 12:36 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: RE: [Gimp-user] Disadvantage of GIMP when compared to Photoshop



--- Kalle Ounapuu <[EMAIL PROTECTED]> wrote:
> I've been using Photoshop for a bunch of years and
> only recently used GIMP a few times at work.
> 
> Having access to Photoshop and being comfortable
> with it, I have no reason to use GIMP. The times I
> have used it, I was a bit annoyed by the
> interface... how there is no main window that
> contains everything. As well, some of the
> organization of menus seemed odd. 

I also use both  Photoshop and Gimp and agree that
Potoshop is more user friendly. 
The lack of a main window in Gimp seems to be a major
irritation for new users. That you see all the icons
and open windows behind your canvas could be annoying.
I've never understood myself why developers haven't
designed a main window for Gimp yet. As far as I know
Gimp is the only app that uses this non-standard
interface. Are you aware that Gimpshop, now uses
Photoshop-like menu structure?

The time when I choose Gimp over Photoshop is when I 
create special effects and textures. Here Gimp clearly
bits Photoshop. Especially when you combine the filter
effects with Script-fu. Of course, you  can always buy
extra filters for Photoshop but here I am comparing
the default settings. 


> More control over chunks in PNG files. 

What's your problem with Gimp's png output.


> In terms of editing, layers, and effects... nothing
> beats Photoshop.

I agree.

jozsefmak
> 
> 
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of Kent Tong
> Sent: Tuesday, May 03, 2005 11:11 PM
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: [Gimp-user] Disadvantage of GIMP when
> compared to Photoshop
> 
> 
> Hi,
> 
> We're an organization promoting open source in
> Macau. We're considering
> whether to organize some training courses on GIMP or
> not. Before that, 
> we'd like to evaluate how powerful GIMP is when
> compared to Photoshop. 
> We're not insisting that it must be as powerful as
> Photoshop. We just 
> need a clear idea on its power. 
> 
> As I'm not a graphics guy, I've got a colleague to
> do some initial 
> evaluation. As my colleague has a strong photoshop
> background but is 
> just getting started with GIMP, I'd like to have the
> confirmation from 
> someone like you with strong GIMP experience. So,
> would you please
> comment on my colleague's finding below? Thanks in
> advance!
> 
> Disadvantage of GIMP
> - Text tool
> -- Can't display Chinese in the "GIMP Text Editor"
> -- Can't control indivitual text format in the same
> Text. (The format applies to
> the whole text)
> -- Compare to PhotoShop, creating text effect is
> difficult. Photoshop built in
> text effects. GIMP can only use the filter or
> script-fu to create effect. 
> -- Compare to PhotoShop, text effect will still be
> apply even the Text is
> changed. But you need to do everything again if yo

RE: [Gimp-user] Re: Disadvantage of GIMP when compared to Photoshop

2005-05-05 Thread Kalle Ounapuu
Yea, that's the whole idea.

Layer effects/styles save you from having to re-create your effects all the the 
time... plus everything is cleaner because the "effect" is generated in 
real-time.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gezim
Hoxha
Sent: Thursday, May 05, 2005 4:43 AM
To: gimp user
Subject: Re: [Gimp-user] Re: Disadvantage of GIMP when compared to
Photoshop


On Wed, 2005-05-04 at 21:59 -0700, Tom Williams wrote:

> If I add a drop shadow to something in Gimp, the drop shadow is in a layer an 
> I 
> show or hide.  How is that different from the "Adjustment layer" you 
> describe? 
> I'm sure it is but I don't know how it differs.  :)

The drop shadow, I think, was just an example. What if, instead, I
wanted to make a bevel depth of a button deeper? The layers wouldn't
help me out, would they? In photoshop however, all I'd have to do is
drag a slider!

-Gezim

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Disadvantage of GIMP when compared to Photoshop

2005-05-05 Thread Kalle Ounapuu
> One of the things I've noticed is that Adobe Photoshop (and the PSD file
> format) does not allow Indexed images with multiple layers.  If you save
> to any format other than XCF you cannot be sure all features will be
> supported.

Amen to that! That is one thing I wished Photoshop had... saving an Indexed PSD 
with layers. Also support for sub-8bit Indexed mode (e.g. 2bit, 4bit, etc)... 
currently I only know of Paintshop Pro that can do that (though it's buggy).

Another thing I wish for Photoshop is a hard 1-pixel eraser in RGB mode (that 
acts just like the 1-pixel erase in Indexed mode). Bringing down square brush 
size to 1 and hardness to 100%, you have bleeding/softness around the area you 
are erasing.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alan
Horkan
Sent: Thursday, May 05, 2005 11:06 AM
To: Kent Tong
Cc: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Disadvantage of GIMP when compared to Photoshop



On Wed, 4 May 2005, Kent Tong wrote:

> Date: Wed, 4 May 2005 03:10:33 + (UTC)
> From: Kent Tong <[EMAIL PROTECTED]>
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: [Gimp-user] Disadvantage of GIMP when compared to Photoshop
>
> Hi,
>
> We're an organization promoting open source in Macau. We're considering
> whether to organize some training courses on GIMP or not. Before that,
> we'd like to evaluate how powerful GIMP is when compared to Photoshop.

> We're not insisting that it must be as powerful as Photoshop. We just
> need a clear idea on its power.

I'll try and keep this factual and give you information to work with.

The scripting infrastructure and availabity of source code is a big factor
in making the GNU Image Manipulation Program powerful.  It is possible to
do batch processing of images but usually people recommend using a tool
like ImageMagick instead.

Adobe Photoshop also has scripting in the form of Actions.  Actions can be
recorded and played back which is quite powerful for users but developers
will probably find that Script-Fu gives them more control as they can
directly edit the files.  (I believe they also have a Python SDK but I'm
having difficulty finding it.)

One of the things I've noticed is that Adobe Photoshop (and the PSD file
format) does not allow Indexed images with multiple layers.  If you save
to any format other than XCF you cannot be sure all features will be
supported.

There is no version of Adobe Photoshop for Linux (or any Unix with the
possible exception of Mac OS X depending on how you look at it) and
although Adobe Photoshop version 7 has been made to work with Wine
http://winehq.com there were problems getting more recent versions to
work.


Many users with dual-head setups say they much prefer having seperate
windows and use one screen for the image and put the palettes on a
seperate window.

Some of the people who do not like how the GIMP manages windows make use
of the Deweirdifyer to give them a back window (and others use Xnest, or
multiple workspaces)
http://registry.gimp.org/plugin?id=3892

If you are using the GIMP on windows (and this only works on the windows
version) you can get PSPI which is a plugin which allows some types of
third party Adobe Photoshop plugins to work with the GIMP.

> As I'm not a graphics guy, I've got a colleague to do some initial
> evaluation. As my colleague has a strong photoshop background but is
> just getting started with GIMP, I'd like to have the confirmation from
> someone like you with strong GIMP experience. So, would you please
> comment on my colleague's finding below? Thanks in advance!

Your colleague might have a more comfortable experience if he used the
Photoshop style keybindings for the GIMP (replace the menurc file with the
psmenurc) but in the long run that might be counterproductive if you
really want to learn how to use the program.

The GimpShop project may also be of interest to your colleague but
hopefully in the long run the best ideas from GimpShop will be
incorporated back in to the GNU Image manipulation program.
http://plasticbugs.com/index.php?p=241


> -- Compare to PhotoShop, creating text effect is difficult. Photoshop built in
> text effects. GIMP can only use the filter or script-fu to create effect.
> -- Compare to PhotoShop, text effect will still be apply even the Text is
> changed. But you need to do everything again if you text need to be changed.
> -- Can't display Chinese font in the font selection list.
>

> - Layers control
> -- Can't display Chinese in the Layer.
> -- Compare to PhotoShop, managing the layers is not that easy. You can define
> layers to groups in Photoshop. You can even target an action to a group. No
> group idea in GIMP.

Some bug reports and requests relevant to Layer management

Add support for Photoshop Styles and adjustment layers
http://bugzilla.gnome.org/show_bug.cgi?id=79025

Add a 'lock' flag per layer to protect it
http://bugzilla.gnome.org/show_bug.cgi?id=61019

Add suppo

RE: [Gimp-user] Disadvantage of GIMP when compared to Photoshop

2005-05-06 Thread Kalle Ounapuu
Yea it's a very uncommon thing, but I am working with J2ME apps for mobile 
phones. Part of making an app smaller in filesize or take less memory on a 
mobile device is to optimize images and explore different image types. Some 
apps we've come across have code that specifically needs something like an 
image to be e.g. "2-bit grayscale" in order for something to happen (or another 
example having to do with palettes... that it requires colour "3,3,3" to be in 
position 4 of the palette).

I would appreciate sub-8bit support in GIMP... it would definately be a reason 
for me to use the program more often.

Not many people would need this kind of stuff tho =).


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Joao S. O.
Bueno Calligaris
Sent: Thursday, May 05, 2005 9:13 PM
To: gimp-user@lists.xcf.berkeley.edu
Subject: Re: [Gimp-user] Disadvantage of GIMP when compared to Photoshop


On Thursday 05 May 2005 12:17, Kalle Ounapuu wrote:
> > One of the things I've noticed is that Adobe Photoshop (and the
> > PSD file format) does not allow Indexed images with multiple
> > layers.  If you save to any format other than XCF you cannot be
> > sure all features will be supported.
>
> Amen to that! That is one thing I wished Photoshop had... saving an
> Indexed PSD with layers. Also support for sub-8bit Indexed mode
> (e.g. 2bit, 4bit, etc)... currently I only know of Paintshop Pro
> that can do that (though it's buggy).

Nobody have asked, that I recall, saving in indexed formats with 2 and 
4 bit.

This is not hard to do code in the GIMP PNG and maybe some other 
format. (bmp, or tiff)

Do you need this feature?

>
> Another thing I wish for Photoshop is a hard 1-pixel eraser in RGB
> mode (that acts just like the 1-pixel erase in Indexed mode).
> Bringing down square brush size to 1 and hardness to 100%, you have
> bleeding/softness around the area you are erasing.
>
>
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] when even free advertising fails

2005-05-06 Thread Kalle Ounapuu
The bug-tracker serves it's purpose, but you can't expect everyone to be 
reading it over before making any comment about GIMP. Maybe there are GIMP 
users who would love everyone to drop Photoshop (or whatever) and use GIMP. If 
so, they will have to deal with more of this. Not everyone can spend the time 
to search something out, or in fact they don't care, they would rather voice it 
out right away.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sven
Neumann
Sent: Friday, May 06, 2005 2:49 PM
To: Gezim Hoxha
Cc: gimp user
Subject: Re: [Gimp-user] when even free advertising fails


Hi,

Gezim Hoxha <[EMAIL PROTECTED]> writes:

> On Thu, 2005-05-05 at 07:04 -0700, Carol Spears wrote:
>
>> a forum where they can constantly bombard and belittle TheGIMP and are
>> free to do so and the best they can pull out of their over-extended
>> reasoning is this layers effect stuff.
>
> I'm not sure who "they" are, but if you're referring to people in this
> list that are not afraid to admit gimp's weaknesses, these people have
> every right to point them out. You can't fix a problem if you don't even
> accept it. Lack of layer effects is not a problem?

You are perfectly right that it is important to point out weak spots.
The discussions that have been happening on this list lately have
however not pointed out a singleq weak spots that wouldn't have been
well-known already. Bringing up stuff that is already in the
bug-tracker and on the roadmap for years doesn't really help anyone.


Sven
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Cannot paint on transparent layer?

2005-05-11 Thread Kalle Ounapuu



When I create a new 
transparent layer I can't seem to paint on it with the 
Paintbrush.
 
When filling the 
layer with color (fill tool), now I am able to use the 
Paintbrush.
 
Do I have to do 
something after creating a new transparent layer to be able to Paint on the 
transparency with the paint brush?
 
Thanks,
Kalle


RE: Nobody does it better [was Re: [Gimp-user] when even free advertising fails]

2005-05-11 Thread Kalle Ounapuu

> I would very sincerely be interested to know other things you 
> can do with
> the GNU Image manipulation program that cannot be done with other
> software, particuarly things that cannot be done in Adobe Photoshop.
> 
> No need to go into the obvious well known issues of price, and Free
> Software which although important have been discussed to 
> death many times
> before and are usually given as the best reasons for using 
> the gimp (they
> are very good reasons).
> 
> - Alan H.

One thing that just came to mind... in Photoshop you can adjust brush size with 
a slider bar. In GIMP, I don't see a way of adjusting brush size on-the-fly. 
Please point it out to me if I am missing it.

About brushes... Corel's Paintshop Pro and Painter seem to have much better 
on-the-fly brush settings than Photoshop or GIMP. But that is more about 
simulating painting.

Kalle
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Re: Nobody does it better

2005-05-12 Thread Kalle Ounapuu

> Here are some things I found I couldn't do with PhotoShop 
> Elements and I'm sure 
> someone will correct me if they are possible with the 
> full-blown PhotoShop:
> 
> *)  Take screenshots.  I often take screenshots of Gimp or 
> other apps, if not 
> the desktop.  The cool thing about doing it *within* the 
> graphics app is I can 
> immediately scale, resize, or otherwise manipulate the image 
> without having to 
> use one app to take the screenshot and another to do the manipulation.

On my PC with Photoshop I simply press Print Screen on my keyboard, go into 
Photoshop, make a new image and ctrl+v to paste the screenshot. When making a 
new image (e.g. File/New), the screenshot dimensions are automatically 
detected. If I didn't have this basic "PRNT SCREEN" capability working, or I 
wanted a more automation with multiple screenshots, I would probably use 
HyperSnap DX or some other screenshot program.

Seems like a lot of GIMP users are interested in taking screenshots and 
sharpening them... what gives? =)


> 
> *)  Have a finer granularity of control over sharpening 
> images.  With PS 
> Elements, I could keep clicking the "sharpen more" menu 
> option to sharpen the 
> image I had loaded.  With Gimp, I can dial-in the precise 
> amount of sharpening I 
> want using the "sharpen" filter.  I didn't think to compare 
> the number or types 
> of sharpening filters that came with Gimp vs PS Elements.

Photoshop's Sharpen filters do need updating. They have been like that for 
years I think. It's strange that you get no dialog when doing the basic 
"Sharpen". It just runs with whatever defaults it has.
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Window issue

2005-05-18 Thread Kalle Ounapuu



I 
experienced the same thing... I just uninstalled it and went back to default 
Wingimp.
 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Erica De 
  JesusSent: Wednesday, May 18, 2005 1:03 PMTo: GIMP-user 
  Mailing ListSubject: [Gimp-user] Window 
  issueI am currently experiencing 
  problems with the GIMP Deweirdifyer plug-in. It claims to make GIMP stay in 
  one window, one icon in the task bar, but it doesn't. I am using Windows XP 
  with GIMP v2.2.7 and the description in the official GIMP plug-ins site says 
  it supports XP. It only shows the background window that was supposed to 
  handle the GIMP windows, but the GIMP's toolbox and windows were still in a 
  different window. Does anyone know how to fix this, or is the plug-in really 
  non-working?


RE: [Gimp-user] Editing .ico files

2005-05-18 Thread Kalle Ounapuu
You could create a BMP file and then use a BMP to ICO converter.

Here is a webpage that does the conversion for you: 
http://www.html-kit.com/e/favicon.cgi Just rename "favicon" to whatever 
filename you want.

I think the BMP needs to be a certain mode (e.g. 24bit?) before it can convert 
to ICO.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Christopher Dawkins
> Sent: Wednesday, May 18, 2005 2:27 PM
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: [Gimp-user] Editing .ico files
> 
> 
> 
> > An MS Windows desktop icon is in the .ico format. It means "Icon"
> > format. A .ico format is well known too, as it is almost 
> every icon's
> > format.
> 
> How can I edit a .ico file in the Gimp? My version (2.06 on 
> FreeBSD) does 
> not recognise them at present.
> 
> -- 
> Christopher Dawkins
> Garnetts Corner, Braintree Road, Felsted, Dunmow, Essex  CM6 3DS
> [EMAIL PROTECTED] 07816 821659 01371 821076
> ___
> Gimp-user mailing list
> Gimp-user@lists.xcf.berkeley.edu
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user