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
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
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 l
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
>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 alre
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/mailm
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 peopl
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 ..."
--
LEGE
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
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
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://c
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
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)
--
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 de
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
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 (afte
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 quic
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
> > applic
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. Bu
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. Thi
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]> wro
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 s
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 PROTECT
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 sup
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
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.
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. Not
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
28 matches
Mail list logo