Re: [Gimp-user] Is this compatible?

2006-10-08 Thread Jozef Legeny

On 10/7/06, Saul Goode <[EMAIL PROTECTED]> wrote:

> Mike Foster wrote:

> TIFF is another good option, however the Wikipedia entry for PNG says it
> uses a type of lossless compression.  Have I missed something here?  I
> am very curious to know the answer as I have started to save my
> completed photographs as PNG because I thought there was no penalty for
> doing so.

I agree with you, Mike. My understanding is that the different
compression settings of PNG only effect how rigorously (and time
consuming) the compression algorith is; i.e., that all PNG files are
losslessly compressed.



PNG supports indexed and grayscale color modes which aren't lossless,
however by default the PNG is entirely lossless

--

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


Re: [Gimp-user] Animation

2006-10-09 Thread Jozef Legeny

however there is a problem with GIF images, because even if they
suport transparency they don't have an alpha channel (opacity) they
only have one 100% transparent color. You can still do the fading
effect; however you'll have to work with fixex background color. (I
mean if the background of your site is for example white, you make it
fade to white in GIMP)

Other idea might be using opacity propriety of CSS3 (you decrease the
opacity in a loop from 100 and when you reach 0 you'll delete the
image and place the text), but not many browsers support this at the
time being. Either way, it has little to do with GIMP if you do it
this way.
--

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


Re: [Gimp-user] IM plus GIMP (or: layered PSDs)

2006-10-16 Thread Jozef Legeny

On 10/14/06, Chris Mohler <[EMAIL PROTECTED]> wrote:

Hi all,

I recently attempted to open a PSD file with GIMP and several other
gui programs with no luck.  Then I converted it to PNG with
ImageMagick, which produced two files (haven't opened it in PS yet - I
assume the two files correspond to layers).

My question - is there a IM import/convert plugin for GIMP?  Initial
googling suggests not...

Seems like it would be useful as a last-ditch tool to open a "stubborn" image.

Thanks,
Chris



well my GIMP opens the psd files fairly well (i'm using developpement
version 3.9.11 but it worked also on 3.9.9). The problem is that PS
supports more layer types (such as modifier or curve layers) and those
are replaced by blank layers in GIMP.


--

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


Re: [Gimp-user] New error with 2.3.11 and 2.3.10

2006-10-28 Thread Jozef Legeny

I used the 2.3.11 version without problems

maybe you should try building the 2.3.12 version (current developement
release) with prefix (i'm using /opt/gimp-2.3)
also don't forget to create the script which lauches gimp

-->

#!/bin/sh

PATH=/opt/gimp-2.3/bin:$PATH
export PATH
LD_LIBRARY_PATH=/opt/gimp-2.3/lib
export LD_LIBRARY_PATH

/opt/gimp-2.3/bin/gimp-2.3 "$@"

<--

this script is mentioned on the gimp.org page (path is of course your prefix)

On 10/28/06, Michael Schumacher <[EMAIL PROTECTED]> wrote:

Stephan Hegel wrote:

> Does this affect the functionality of gimp-2.3 ? In that case
> "configure" should not allow a "--prefix=/usr/local/Gimp-2.3".

configure allows everything. Anyone who is building from source ought to
know that the prefix he chooses should be one that does not cause harm
to the system - or he should choose another one if the default one does.

> And: it does not fix the problem what was mentioned on top of
> the thread. HTH ? No, it does not help at all.

You mean a GIMP 2.3 build with --prefix=/opt/gimp-2.3 still exhibits the
same error on Slackware? Maybe this is something a Slackware user should
investigate then.


Michael


--

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


Re: [Gimp-user]

2006-11-06 Thread Jozef Legeny

>3. Is there a way to open more then one picture on the same screen? Because
I
> want to put a few pictures together and then save it as one new picture.


you can also drag and drop images into the gimp

if you drop it on your toolbox it will open it as a new image and when
you drop it on an already opened image it will open it as a new  layer

--

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


Re: [Gimp-user] newbie selection question

2006-11-16 Thread Jozef Legeny

you might try holding down the shift button when using the lasso
(instead of clicking on the "add to selection" button)

--

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


Re: [Gimp-user] generate png images with transparent pixel that filled with correct color on viewers do not support transparency

2006-12-14 Thread Jozef Legeny
On 12/14/06, David Gowers <[EMAIL PROTECTED]> wrote:
> On 12/14/06, 韡武 <[EMAIL PROTECTED]> wrote:
> > The email subject says it all, though it's very long.
> >
> > I am used to creating png images with transparent pixels/area that I can
> > safely (safe = even work with the worst browser that people call IE) use
> > on the web, the trick is to convert image with transparency to indexed
> > color with less then 256 colors, save the png image.
> >
> > Now another challenge: I use very bright background color on the web for
> > most png-pixel-transparent images, these images look very bad if they
> > are put on dark background. And for one situation I am in now I have to
> > make these images display fine on viewers that do not support
> > transparency, e.g. xview.
>
> If I select the transparent area, clear it to the color I want, then clear
> it to transparency, and save with 'save background color' ON and 'save color
> values from transparent pixels' OFF, then xview uses that color correctly.
>
>
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
>
>

the trick is to have the image saved always with full alpha and
transparency (AND in xcf format). Then all you have to do is to have
one layer with foreground (for example an icon or a button) and
another layer under it filled with background color. Make sure that
your foreground is well adapted to any background color. Then when you
want to save your final image you save it in another file and perform
the indexing operation and give it a transparent color.


-- 

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


Re: [Gimp-user] Help with fonts

2006-12-17 Thread Jozef Legeny
how did you install the font ?
i'm using gimp 2.3.13 on Linux and it works perfectly (just copied the
font files to my /home/myfolder/.gimp-2.3/fonts/. Try looking better
because though the font name is evanescent in Gimp it is under
"Typeface (C) Draftlight/Aerin ..."
-- 

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


Re: [Gimp-user] Color selectors, which one do you use?

2006-12-17 Thread Jozef Legeny
On 12/5/06, Sven Neumann <[EMAIL PROTECTED]> wrote:
> Hi,
>
> time for another little poll. GIMP has an interface for pluggable color
> selector modules. Over the time we have collected quite a few of them.
> In the 2.3 tree we have the following modules and builtin color
> selectors:
>
>  Default color selector
>  CMYK color selector
>  Painter-style triangle color selector
>  Watercolor style color selector
>  Palette color selector
>
> This is IMO too much choice for most users and I think it would help if
> we would disable some of them. Expert users would still be able to
> reenable them in the Module Manager. Perhaps we could even have a menu
> somewhere in the Colors tab that allows to enable/disable color
> selectors.
>
> Now the question is, which color selectors do you actually use? I have
> myself never found the Watercolor selector to be useful. But your
> mileage might vary. Tell me about it.
>
>
> Sven
>
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>

I'm using  the colorwheel and occasionally the hvs/rgb selector.


-- 

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


Re: [Gimp-user] Gimp vs. Photoshop

2006-12-19 Thread Jozef Legeny
On 12/19/06, Toby Haynes <[EMAIL PROTECTED]> wrote:
> Anthony Ettinger wrote:
> > Anyway, instead of flaming, how about some suggestions:
> >
> > Gimpressive
> > Gimpression
> >
> Out of all the many suggested (re)names, these two are the only two I've
> ever seen and liked. Maybe because many GNU and GNOME programs already
> have a leading G in the name, leaving G-Impressive and G-Impression as
> the result, while still keeping a solid nod at the original GIMP acronym.
>
> If the GIMP developers finally get fed up with all the arguments about
> the name :-) one of the above two would get my vote.
>
> Cheers,
> Toby Haynes
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>

I tried both, but since I'm using GIMP all the time i foundthe
photoshop interface mostly chaotic. But I'm sure it must be the same
for people who pass from PS to GIMP. Most people are complaining about
the amount of windows the GIMP opens, but then virtual desktops handle
this problem with ease and even turn it into an advantage.

As for learning PS or GIMP... i wonder how many students can afford to
buy PS and also how many will really use all the tools that are in PS
and not in GIMP. (apart adjustment layers, they are great and I wish
they were in GIMP)

Speaking about Gimpression, it could be taken as a copy of the MS
Expression at the time being. I think it is a great name, but people
tend to exaggerate when it comes to "stealing".

-- 

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


Re: [Gimp-user] saving colors with color picker

2006-12-26 Thread Jozef Legeny
On 12/9/06, Anthony Ettinger <[EMAIL PROTECTED]> wrote:
> I can't figure out how to do this
>
> when I click the color picker tool, it just sets fg and bg.
>
> How do I save it so I can change color, and then re-use again later?
>
> --
> Anthony Ettinger
> phone: 408-656-2473
> resume: http://chovy.dyndns.org/resume.html
> Currently available for contract work
> blog: http://www.chovy.com
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


create a palette (dialogs -> palettes -> new palette)
then when you have your color as an  active color you can use "new
color from foreground color" button in your palette dialog

-- 

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


Re: [Gimp-user] This must be possible

2007-01-23 Thread Jozef Legeny
On 1/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I am trying to create some backgrounds for webpagesand they must have 
> that "flattened" look. That's the only way I can describe it. They look like 
> the contrast has been reduced and the page brightened overall. Considering 
> all the tools available in GIMP, one of them must be the one , but I can't 
> seem to find the proper one. I have tried reducing contrast and brightening 
> but the look isn't what I want. If anybody understands what I want can they 
> help ??
>
> Thanks
>
> ---Frank McCormick---
> --Montreal
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


try the color modification curves (layer->color->curves or
color->curves depending on the version of your GIMP)
-- 

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


Re: [Gimp-user] Starting Gimp-2.3

2007-03-04 Thread Jozef Legeny
normally you should use the startup script listed on gimp.org site for launching

#!/bin/sh

PATH=/opt/gimp-2.3/bin:$PATH
export PATH
LD_LIBRARY_PATH=/opt/gimp-2.3/lib
export LD_LIBRARY_PATH

/opt/gimp-2.3/bin/gimp-2.3 "$@"

(provided you installed to /opt so you'd have to change that)
-- 

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


Re: [Gimp-user] Oh man, i am very sad, that GIMP very often crash

2007-06-14 Thread Jozef Legeny
I'm using 2.3.18 (and i was using the development version since 2.3.9
) and the only time gimp crashed was when i had 256MB ram and tried to
manipulate huge (a 80MB xcf file is quite huge) images. However this
isn't as much a gimp problem as hadware one.

Also consider that the 2.3 series are in development branch which
brings new features but less bug fixes. Try using the stable 2.2
version if you esteem that gimp hangs up too often.


On 6/14/07, Germain Le Chapelain <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I don't really understand your message. Try to keep your emails to a
> minimal.
>
> Gimp crashes when you are loading an image, is that correct ?
> Can you offer that image for download on internet so we can try ?
>
> If you are concerned about gimp version number, send a different email
> asking for version number increase : p
>
> Thanks,
> Germain
>
>  
>
> From:
> [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Teddy Widhi
> Sent: Thursday, June 14, 2007 3:59 AM
> To: gimp-user@lists.xcf.berkeley.edu
> Subject: [Gimp-user] Oh man, i am very sad, that GIMP very often crash
>
>
>
> Hi the GIMP developer,
>
> I am very like GIMP for linux, and i am very often using GIMP to edit and
> retouch my picture collections. For example, after retouch the picture and
> save into file.xcf ( more than 80Mb) and next time i try to open it, and
> opening big file sometime crash, or sometime to edit someting also crash.
> now very often i use GIMP always crash (sometime hang, sometime not enough
> memmory to open 2 large file and etc. ) I am very sad about this one. Today
> i try to report this whislist, but some people also already post like my
> wishlist.
> I use GIMP 2.3.18 compile from souce, and hope the next release after GIMP
> 2.4 is launching, the GIMP can move into new GIMP with GEGL or other feature
> so the memory usage of GIMP can fix and very often crash also fix. and GIMP
> should become version 3. and need some big enhancement. I use GIMP since
> GIMP 1.2.3, now after more than 5-6 years, gimp still in version 2.3.x
> (development) or 2.4 (next release). hope the developer can increase the
> productivity of the GIMP.
> I know, i am not advance in programming, so i can help the development of
> the GIMP. i only can to post some wishlist. And i am sorry about it.
>
> Thank you, and sorry my bad english.
>
> Regards,
>
> Teddy Widhi Laksono
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
>


-- 

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


Re: [Gimp-user] How can I reduce the size of a png using gimp?

2007-06-28 Thread Jozef Legeny
On 6/26/07, ying lcs <[EMAIL PROTECTED]> wrote:
> Thanks. I have tried it, but it does not help much. I wonder if I miss 
> anything.
>

if you have any transparency in your image it will increase the size
instead of shrinking it since it will add another channel to the
image. To ensure you have no transparency in your image use
image->flatten image

A good way to decrease the size of the image is to use either the
indexed mode or just use colors->posterize to decrease the number of
colors used. Be sure not to overwrite your original image since this
is not a lossless operation


-- 

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


Re: [Gimp-user] Question about saving jpeg images

2007-07-24 Thread Jozef Legeny
gimp uses 85% quality as a default one for a jpeg image, it might be
that your camera is using a 100% quality by default, try changing this
setting (use the Save As option). the DPI is just a way of telling
other application how big (in dimensions, not the filesize) the image
really should be (after printing for example)

On 7/19/07, Jeffery Small <[EMAIL PROTECTED]> wrote:
> I am using the 2.3.18 development version of gimp on a SPARC Solaris
> system, but I also see this with the 2.2.15 version as well.
>
> I have a 4MB jpeg file created with my Minolta 7D camera.  I load it into
> Gimp and then immediately save it.  The resulting file is now only 482kB
> in size!  When I use exiftool to examine the exif data, I see the following
> unexpected changes:
>
>Original VersionSaved Version
>-   -
>File Size:  4 MB482kB
>X Resolution:   72  300
>Y Resolution:   72  300
>Minolta Image Size: Large   Medium
>Focus Mode: Manual  Single-Shot AF
>ISO Setting:Auto800
>Free Mem. Card Images:  300 1
>Rotation:   Horizontal (normal) Unknown (0)
>Image Number:   3   4
>Image Number 2: 55233
>
> The saved version also reports:
>
>Warning : [minor] Possibly incorrect maker notes offsets (fix by -94?)
>
> It appears that the development version of gimp is messing up the exif header
> in a number of ways.  But why is the file being truncated to such a degree?
> Is there something I have set incorrectly that is causing this?  Is there
> a preference setting for a default level of jpeg compression?  In both
> cases the image size is being reported as 3008x2000 but note the difference
> in the DPI resolution.  I feel as though I must be missing something
> obvious.  Thanks for any pointers you can offer.
>
> Regards,
> --
> Jeffery Small
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] Rounding those corners

2007-07-31 Thread Jozef Legeny
what about creating a selection with rounded corners and then just add
parts you don't want to be rounded into it ?

or create the selection from a path where you can control every aspect of it

or combine both : create a rectangular selection and cut from
selection using paths

or you can use quickmask to paint the selection

On 7/30/07, David Gowers <[EMAIL PROTECTED]> wrote:
> On 7/30/07, DJ <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > This gives me a solid 1 pixel left, right, bottom and an anti-aliased
> > lower left and right corner.
> >
> > I probably created 5 more steps than necessary :-).  Is there a better
> > way?
> >
> > 1. File->New
> > Specify the required height and width and fill with the color needed
> > for the border.
> >
> > 2. Select->Rounded Rectangle
> > Required radius of 10.
> >
> > 3. Select->Invert
> >
> > 4. Edit->Cut
> > This gets rid of the corners.
> >
> > 5. Select Region by Color
> > Click the image (see step 1)
> >
> > 6. Select->Shrink by 1
> >
> > 7. Edit->Cut
> >
> > 8. I fix up the top with the pencil and eraser to straighten the sides
> > and get ride of the top line.
> >
> >
> > I noticed when I used File->New, Select->All, Edit->Stroke Selection,
> > and selected the second option "Stroke with a paint tool" and selected
> > the pencil as the paint tool, that only two sides (top and left) of
> > the selection would get outlined. The pencil tool was a 1 pixel circle
> > with no other options set. I expected to see a 1 pixel border on all 4
> > sides. I zoomed in and looked. If I increased the pixels (ie. 3 px) it
> > kind of worked. It was clearly not 3 pixels on all sides. It seemed
> > consistent in not doing all 4 sides with a 1 pixel pencil. I am not
> > sure if I have something set in GIMP to create this outcome. [GIMP
> > 2.2.13]
> >
> > However, if I selected the first option, "Stroke line", with a width
> > of 1, solid, and antialiasing not checked, I got the expected 1 pixel
> > border. In general, I couldn't use this method after a Select->Rounded
> > Rectangle because I need the corners to be antialiased but not the
> > sides. With antialising checked, the corners were okay, but it also
> > changed the color of the 1 pixel border on the left, right and bottom,
> > so I came up with the above 8 step method ;-)
>
> I think you could make this much simpler. If radius is constant, then
> you should just be able to make a template image of large size (enough
> that it's always going to be bigger than your layout). If you make it
> using two layers (one for the background color, one for the rounded
> rectangle.), then you can easily recolor it (enable 'lock alpha' for
> the rect-layer so this will work correctly.)
> Then, each time you want something like that, you can just
>
> 1. Open the template image
> 2. Drag-and-drop the appropriate colors onto the appropriate layers
> 3. Scale the image down to the appropriate size
> 4. Save with the filename appropriate to your particular project.
> (this will also allow you to have a fancier/more carefully done
> design, since you don't have to manually redo it each time.)
>
> Does that help?
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] possibe to use few api calls in my application from GIMP?

2007-08-07 Thread Jozef Legeny
on a side note : you could try to use the GEGL library instead; which
is developed by the gimp team and will be the base for the GIMP 3

On 8/7/07, David Hodson <[EMAIL PROTECTED]> wrote:
> Purusothaman A wrote:
>
> > Just I want use some of image processing functionalities of GIMP in my
> > application.
> >
> > Is there any possibilities to use few api calls in my application from GIMP?
>
> Not really, no. The Gimp API can only be used by Gimp plugins, not by a
> standalone program.
>
> --
> David Hodson  --  this night wounds time
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] I need to know how much was cropped with autocrop

2007-08-08 Thread Jozef Legeny
maybe creating a layer = copy of the image size-way; make it invisible
(that should avoid autocropping it) and then compare it's size and
position with the cropped image.


On 8/1/07, David Feinzeig <[EMAIL PROTECTED]> wrote:
> I am writing a plugin that, among other things, autocrops an image.  But, I
> need to know how much was cropped from all four sides, to deal with
> alignment issues.  Any idea how I can do this?
>
> Thanks!
> Dave
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
>


-- 

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


Re: [Gimp-user] wacom: line quality

2007-08-20 Thread Jozef Legeny
the way these two tools work is too different, for the adaptation to be possible

to quote Sven :
"The paintbrush stamps the brush repeatedly on the canvase to create a
brush stroke. The ink tool however calculates the outline of the brush stroke
based on geometry and movement of the brush tip. This stroke outline is
then filled using a solid color. Both concepts have advantages and
disadvantages."





On 8/21/07, David Gowers <[EMAIL PROTECTED]> wrote:
> On 8/21/07, Konstantin Svist <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I wanted to ask why the lines drawn with a Wacom tablet look so
> > different when drawn in gimp vs. when they're drawn in Photoshop or
> > OpenCanvas.
> > Attached is an example of lines drawn in Photoshop CS2, CS3, OpenCanvas
> > (sorry, can't remember the version #) and Gimp (2.2.15, I think)
> > The line drawin in Gimp does not look very smooth - there are bumps n
> > the line and it looks segmented.
> >
> > Why is this happening and is there any way to fix this behavior? Is this
> > intrinsic to Gimp or does it come from the linux wacom driver?
> > Maybe Photoshop/oC have some smoothing algorithms that they apply to raw
> > stroke data..?
> >
> a) the pressure curve being used with GIMP is definitely different
> from the one used by the other software. This is related to the
> LinuxWacom driver (look up the 'PressCurve' option, to adjust the
> curve.)
> b)  yes, oC certainly does have smoothing algorithyms.. and probably
> Photoshop too.
> c) 'p1' seems to be using a different brush than the other 3.
> d) The 'jumps' in brush size are due to limitations that GIMP places
> upon brush scaling. There is probably some way to adapt this so it
> works better for small scale brushes.
>
> > Has anyone encountered something similar before?
>
> The ink tool in GIMP is the only tool that currently uses smoothing.
> As you can see, it produces results comparable to Photoshop and oC:
>
> http://img.photobucket.com/albums/v449/neota/alphazero/ink.png
>
> The smoothing code for the ink tool can probably be adapted for use
> with normal brush-based paint tools - if you want this, I urge you to
> investigate.
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] Changes in select and fill tools in 2.4, and a few new problems

2007-11-26 Thread Jozef Legeny
The alt+shift+drag and ctrl-alt-drag doesn't work for me (gimp 2.4.2
on linux). I didn't find any way to change the "mouse shortcuts" but
maybe I have just not searched enough, if anybody could point me to a
right direction I'd be grateful.

cheers

On 11/26/07, David Gowers <[EMAIL PROTECTED]> wrote:
> On Nov 26, 2007 7:48 PM, Shin Diggar <[EMAIL PROTECTED]> wrote:
> >
> > In GIMP 2.2, If I use a selection tool (such as rectangle, elipse,
> freehand, etc) then once the selection is made and I release the mouse
> button, I can click and drag the contents of that selected area. However
> this behaviour has changed in 2.4 and trying to drag the selection now just
> moves the selection outline rather than the contents itself (previously done
> by holding Alt down while dragging). Is there any way to restore the old
> behaviour or do I now have to hold down keys to drag contents?
>
> Ctrl-Alt-Drag to cut the selection and drag it.
> Alt-Shift-Drag to copy the selection and drag it.
>
> The rectangle select and ellipse select tools are not cooperative with
> these, though.
>
> >
> > Also, if I select an area and then choose the fill tool, 2.4 only fills
> that area if I click directly on it while previous versions would let me
> click anywhere on the entire layer to make the fill. Can this behavior anso
> be restored (it still works as expected when drawing gradients in
> selections)?
>
> Shift+Click instead, or set the 'fill entire selection' radiobutton in
> the tool options.
>
> > It makes matters worse when you select an area with low alpha values and
> the marchin ants outline either doesn't appear or only covers tiny areas.
> And on the subject of filling, am I right in percieving filling to be
> notably slower than it was in 2.2?
> >
> > Another annoyance is that I no longer seem able to hold the Ctrl key down
> while clicking on a palet colour to set the background colour. Can this also
> be restored?
>
> You are trying to use the new Palette color selector instead of the
> Palette editor. The palette editor retains that functionality; the
> Palette color selector never had it (I agree that it should.)
>
> >
> > Additionally, I've encountered an annoyance that has appeared in 2.4. When
> saving an image as a JPG, the first dialogue to pop up is the large one
> asking for the file name and path. Then, the next one to appear is the one
> with the JPEG settings, which of course has an option to preview the image
> before saving. However, the large save dialogue is now always above the
> window containing the image so you can't actually see the image unless you
> drag the save dialogue off of the screen. The JPEG settings window still
> goes behind the image window, it's only the 'save' dialogue that won't go
> below it. Can this be fixed?
> >
> > Oh, I also notice that when I use the quick eye dropper in the colour
> dock, the colour it sets is wrong. It's lighter than the actual colour I
> clicked on. The main eye dropper tool sets the colour correctly so is this a
> bug?
> They both set the color correctly. The difference is the difference
> between the displayed color (after color adjustment), and the image
> color before adjustment.
> Since the colordock eyedropper picks colors from the screen, it
> returns the color that is actually displayed, while the eyedropper
> tool/ ctrl+click with a paint tool returns the color that is stored in
> the image.
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] PSD or XCF?

2007-12-08 Thread Jozef Legeny
It is the PSD format problem. GIMP uses XCF as it's native format and
it is the only format which supports ALL gimp's features. You should
always save your images as XCF to avoid any data loss (such as text
formatting, composition modes and so). If you need to reuse the image
in PS afterwards you should save to PSD only after you are not likely
to edit the image in GIMP again. If you don't need to use the image in
photoshop then there is no point in saving to PSD.

On 12/8/07, Scott <[EMAIL PROTECTED]> wrote:
> On Saturday 08 December 2007 8:08:58 am Tom Purl wrote:
> > I've recently started manipulating layers with Gimp 2.4, (on
> > Windows) and it order to be more standards-compliant, I have
> > been saving my images as PSD files . In general, this has
> > worked pretty well for me, except that the Gimp crashes a
> > couple of times an hour.  The operations that cause the Gimp
> > to crash are pretty simple, and usually cannot be reproduced.
> >
> > Is this flakiness the result of using the Gimp on Windows or
> > the result of using PSD files instead of XCF files?
> >
> > Thanks in advance!
>
> I wonder which ISO , or other, standard you think PSD files
> conform to... They are simply the native file format of Adobe
> Photoshop. You should not be using them as the "standard" format
> for GIMP, since it has its own native format, XCF. Try using it
> instead of PSD and see if GIMP's stability issues disappear.
> --
> Scott
> Linux user #: 246504
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] Use of Move tool

2008-03-16 Thread Jozef Legeny
To move a layer : select it, then select the move tool and shift-click
and drag that layer. (shift will always move the selected layer
whereas a plain click and drag will move the layer directly under the
cursor)

you don't need to use the selection tool

On 3/16/08, Jogchum Reitsma <[EMAIL PROTECTED]> wrote:
> I feel kinda stupid to have to ask this question, because it seems so
> very basic... But I can't figure it out myself (and didn't find it in
> the documentation or mail archive), so I hope to get help here.
>
> I've got a drawing consisting of a photo, a color-filled ellips, and two
> lines of text. Each of these four objects is a seperate layer.
>
> Now I want to move one of the two lines of text. So I select that layer,
> make an ellips-selection around the line of text (which is the sole
> object on that layer; running ants are around the line of text), choose
> the Move tool and within the Move tool choose Move Selection.
>
> Now I would expect that I can move this line of text by holding the
> mouse above this textline and dragging it to the desired place.
>
> But that's not what happens. Only the elliptical path which marks the
> selection moves, nothing else...
>
> What do I do wrong, and how can I perform this so very basic task?
>
> Thanks a lot for your help!
>
> regards,Jogchum
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>


-- 

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


Re: [Gimp-user] Use of Move tool

2008-03-16 Thread Jozef Legeny
The selection tool can work as you want it to too.

You select a region and then commit the selection by pressing the enter key.
Then when you shift-alt-click and drag the selection it will copy it's
contents and move them around. Control-alt-click and drag will cut the
selection and move it (I suppose this is the behaviour you wanded)

People had some problems with these control keys under some desktop
environnements and some distributions so you'll have to try it.



On 3/16/08, Jogchum Reitsma <[EMAIL PROTECTED]> wrote:
> Jogchum Reitsma schreef:
> > I feel kinda stupid to have to ask this question, because it seems so
> > very basic... But I can't figure it out myself (and didn't find it in
> > the documentation or mail archive), so I hope to get help here.
> >
> > I've got a drawing consisting of a photo, a color-filled ellips, and two
> > lines of text. Each of these four objects is a seperate layer.
> >
> > Now I want to move one of the two lines of text. So I select that layer,
> > make an ellips-selection around the line of text (which is the sole
> > object on that layer; running ants are around the line of text), choose
> > the Move tool and within the Move tool choose Move Selection.
> >
> > Now I would expect that I can move this line of text by holding the
> > mouse above this textline and dragging it to the desired place.
> >
> > But that's not what happens. Only the elliptical path which marks the
> > selection moves, nothing else...
> >
> > What do I do wrong, and how can I perform this so very basic task?
> >
> > Thanks a lot for your help!
> >
> > regards,Jogchum
> >
> > ___
> > Gimp-user mailing list
> > Gimp-user@lists.XCF.Berkeley.EDU
> > https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
> >
> >
> >
> Forgot to tell: I'm using Gimp 2.4.5 from the Suse 10.3 repositories
>
> Jogchum
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
--

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


[Gimp-user] Tablet + Xinerama

2008-09-30 Thread Jozef Legeny
Hello

I have problems setting up a Wacom tablet on a xinerama dualscreen.

The issue is that even if I "lock" the tablet on a single screen with
the command "xsetwacom set stylus Screen_No 0" any graphic application
(gimp, inkscape and krita for example) still moves the cursor as if it
were moving along both screens. I am not the only one with this
problem and there is a video displaying this behaviour here :
http://video.google.com/videoplay?docid=-963158980122070242

Now, i know the problem is rather in the Xinerama than GIMP. However
I'd like to know whether there is a way to "lock" gimp only to one
screen so it will think there is only one screen. Or if there is a way
to force the brush to be always on the cursor position. Note that I
don't want to use both screens for gimp.

Any other solutions are welcome, thank you in advance

-- 

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


Re: [Gimp-user] 2.6.1 Bug??

2008-10-22 Thread Jozef Legeny
Hi

This is the intended behaviour

In GIMP 2.6 the menu was moved into the image window, and that is why
it stays open even if you close all the images.

On Wed, Oct 22, 2008 at 11:41 PM, Stuart Culp <[EMAIL PROTECTED]> wrote:
> I have been using ver 2.4.5.  I downloaded and installed ver 2.6.1.  The
> line above the tools which contains File, Xtns and Help is missing. I tried
> deleting and reloading it several times, but it is still missing.  Finally,
> I went back to 2.4.5 and it's OK.  I thought that maybe there was a command
> or something I could do to get it, but no luck.
>
> Am I missing something, or is this a bug?
>
> Stu Culp
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>



-- 

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


Re: [Gimp-user] How to drag a simple drawing

2009-07-28 Thread Jozef Legeny
Hello

To move the selection you have to "accept" it first, this is done by
pressing the enter key once your selection is done.

After that you have two choices. To move the selection (or more
precisely it's contents) hold alt+control and drag the selection. To
copy the selection use alt+shift. Note that this is all done with the
selection tool, there is no need to change to the move tool.

On Wed, Jul 29, 2009 at 3:57 AM, Forlorn Hope wrote:
>
> Hi all,
>
> I'm using Gimp for a very simple drawing program on an iMac (version 10.5.7)
> using X11.
>
> Okay, I have a grid up, and let's say I've drawn a simple rectangle with the
> pencil, I cannot seem to be able to lasso or select the rectangle and move
> it elsewhere on the grid.  What am I doing wrong?
>
> I've selected the move button, but it will not permit me to "Shift" move
> selection.
>
> Suggestions (I know it's probably a simple command, but damn me if I can't
> find it!)?
>
> Best,
>
> Forlorn Hope
> --
> View this message in context: 
> http://www.nabble.com/How-to-drag-a-simple-drawing-tp24639008p24639008.html
> Sent from the Gimp User mailing list archive at Nabble.com.
>
> ___
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>



-- 

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


Re: [Gimp-user] Image resolution bad detection (?)

2009-09-14 Thread Jozef Legeny
On Mon, Sep 14, 2009 at 4:12 PM, Jaime Seuma  wrote:

>
> I had never noticed that! Thing is that every time I scale down an
> image, the Gimp sets 72 dpi as default for resolution.
>

maybe the gimp selects the default dpi as set in
edit->preferences->default image

> All of my images are at this (low) resolution now (which doesn't matter
> as I've kept the original RAW files). I didn't notice this when I was
> working with the Gimp, till a few days ago that a friend told me -when I
> showed him my pics- that I should keep resolution higher when
> downscaling jpgs.
>
> Am I missing something here? Any ideas?
>
> I must confess that I have never worried about the resolution before,
> and I don't think I understand this issue completely.
>

As long as you are using pixels as units for rescaling there is no
problem with the DPI.
GIMP works with pixels and thus the DPI is only an information so any
program manipulating
the image can know its actual dimensions.

This is useful for example when printing or rescaling image to a
"natural" size. You can always
change the DPI of the image without modifying the actual pixels.

-- 

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