Re: [Gimp-user] GIMP Scripting from the CLI

2013-06-21 Thread Pat David
I'm curious, why the desire to batch-export to .xcf?  You can batch
directly to .png and/or leave the .tif as they are, and allow GIMP to
import them when you want to work on them (and _then_ save to .xcf as you
work).


On Fri, Jun 21, 2013 at 2:14 AM, Joseph A. Nagy, Jr
wrote:

> Hey All,
>
> I have about 160-ish images I scanned in as .tif's (my scanner offers
> .bmp, .jpg, .png, and .tif for saving scanned images as) @ 300-dpi. I'd
> like to batch export them all to .xcf (for future working with) and .png (I
> know I could have chose png to start but I thought .tif would be the better
> choice as a first format). Is it possible to do this with a shell-script?
> I'm fairly certain I could concoct something to .tif -> .png using
> ImageMagick (I don't think it supports .xcf) but I'd like to use The GIMP
> for the whole process if possible, and I'd rather not do it by hand. As it
> is I'm going to have to figure out how to batch-rename (well, I know how
> I'm going to do it, a shell script, but how to write it is going to be the
> tough part for me) about 100 if the images to prepend a 0 to the file name
> (I started with a two-digit numbering system not realizing I had so many
> images and would like to keep all the names listing properly on FreeBSD).
>
> Anyway, I'm just interested in knowing from you guys if such a shell
> export-to-xcf-and-png script is even possible (I really, really do not want
> to do this manually).
> --
> Yours in Christ,
>
> Joseph A Nagy Jr
> "Whoever loves instruction loves knowledge, But he who hates correction
> is stupid." -- Proverbs 12:1
> Emails are not formal business letters, whatever businesses may want.
> Original content CopyFree (F) under the OWL http://copyfree.org/licenses/*
> *owl/license.txt 
> __**_
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/**mailman/listinfo/gimp-user-**
> list 
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] GIMP Scripting from the CLI

2013-06-21 Thread Pat David
I would leave the tifs alone as your original/base files, and only convert
to xcf as you need for processing them. No need to double your disk usage
just to have them ahead of time (it will happen as you touch them anyway,
assuming you save them as xcf after processing)...


On Fri, Jun 21, 2013 at 2:31 PM, Joseph A. Nagy, Jr
wrote:

> On 06/21/13 14:26, Pat David wrote:
>
>> I'm curious, why the desire to batch-export to .xcf?  You can batch
>> directly to .png and/or leave the .tif as they are, and allow GIMP to
>> import them when you want to work on them (and _then_ save to .xcf as
>> you work).
>>
>
> I only saved to tif because I used the printer software's scan function
> which only offered bmp, jpg, tif, and png as out-put options. I felt tif
> would be 'good enough' until I could get them set up on my laptop (my
> wife's computer doesn't have The GIMP, space is at a premium on her machine
> atm and just no room or justification for a program she won't use). Once I
> have them in xcf, the tif's will go away. Maybe. I dunno. It sounded like a
> good idea at 2:30 this morning.
>
> *walks away for more coffee*
>
>
> --
> Yours in Christ,
>
> Joseph A Nagy Jr
> "Whoever loves instruction loves knowledge, But he who hates correction
> is stupid." -- Proverbs 12:1
> Emails are not formal business letters, whatever businesses may want.
> Original content CopyFree (F) under the OWL http://copyfree.org/licenses/*
> *owl/license.txt <http://copyfree.org/licenses/owl/license.txt>
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Chromatic aberration plugin does not work

2013-06-21 Thread Pat David
Sorry, I'm not familiar with this plugin, but wanted to say that if you're
looking for an automated means of fixing CA in your images, I've always had
great results from using tca_correct (part of the Hugin panoramic
processing software): http://hugin.sourceforge.net/

There's builds for all major OS's there.  They even have a nice tutorial on
using tca_correct on their site:
http://hugin.sourceforge.net/tutorials/tca/en.shtml

Perhaps that could be useful?


On Fri, Jun 21, 2013 at 2:46 PM, tikimir  wrote:

> Hello gimpologists,
> I work with GIMP 2.8.4 on Windows XP. In order to remove strong lateral
> chromatic aberrations I tried the CA plugin version 3x  What  I saw in the
> preview looked  good, but when I pressed the OK button no result appeared.
> What
> is the reason??
> Can You also tell me please where to find and how to install this plugin
> on Suse
> Linux step by step. I am an absolute beginner.
> With many thanks in advance for Your help!
> Tikimir
>
> --
> tikimir (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Chromatic aberration plugin does not work

2013-06-21 Thread Pat David
Well, there ya go! :)  Go get one of Partha's builds...


On Fri, Jun 21, 2013 at 3:14 PM, Partha Bagchi  wrote:

> Pat,
>
> CA is part of my builds. :)
>
> You will find it under Filters -> Colors -> Chromatic Aberration
>
> Partha
>
>
>
> On Fri, Jun 21, 2013 at 4:03 PM, Pat David  wrote:
>
>> Sorry, I'm not familiar with this plugin, but wanted to say that if you're
>> looking for an automated means of fixing CA in your images, I've always
>> had
>> great results from using tca_correct (part of the Hugin panoramic
>> processing software): http://hugin.sourceforge.net/
>>
>> There's builds for all major OS's there.  They even have a nice tutorial
>> on
>> using tca_correct on their site:
>> http://hugin.sourceforge.net/tutorials/tca/en.shtml
>>
>> Perhaps that could be useful?
>>
>>
>> On Fri, Jun 21, 2013 at 2:46 PM, tikimir  wrote:
>>
>> > Hello gimpologists,
>> > I work with GIMP 2.8.4 on Windows XP. In order to remove strong lateral
>> > chromatic aberrations I tried the CA plugin version 3x  What  I saw in
>> the
>> > preview looked  good, but when I pressed the OK button no result
>> appeared.
>> > What
>> > is the reason??
>> > Can You also tell me please where to find and how to install this plugin
>> > on Suse
>> > Linux step by step. I am an absolute beginner.
>> > With many thanks in advance for Your help!
>> > Tikimir
>> >
>> > --
>> > tikimir (via www.gimpusers.com/forums)
>> > ___
>> > gimp-user-list mailing list
>> > List address:gimp-user-list@gnome.org
>> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>> >
>> ___
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>>
>
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Some problems after upgrading to 2.8.2 via Debian wheezy

2013-06-24 Thread Pat David
Hi Martin,

1) It sounds like you may have a plugin/script installed that has stolen
the "C" character focus.  (I don't have a "Color Tint" option in my color
menu...).  You can modify the script if needed to correct this.

2) The sliders are actually very slick now, but may take a little getting
used to:  The top 50% of the  slider is for 1:1 value adjustments, the
bottom 50% of the slider is for finer value modifications (you should get a
different cursor when hovering over the different portions).  You can still
get the old 1:1 modifications by hovering/clicking on the top half of the
slider widget.

3) This one I am not sure of - perhaps you could just use the RT_sRGB
profile in GIMP to avoid it?  (Not 100% sure here, I've always let it
convert, and it's been pretty quick for me).


On Mon, Jun 24, 2013 at 7:57 AM, Martin Cracauer  wrote:

> I have a couple issues after inheriting GIMP 2.8.2 via Debian wheezy.
> Most are system related, just posting here in case anyone else sees
> them and maybe can point me to existing bug reports.
>
>
> Apart from Control-Shit-E remapping... (what you thinking, guys? :-)
>
> 1)
>
> Typ:
> 'Alt-C' (enter "color" menu)
> 'C' (to get "color curves")
> is broken because a second menu entry "Color Tint" uses plain C
>
> 2)
>
> Many of the sliders don't behave well, let's say brush opacity.
> Sometimes the slider is locked in a state where moving it requires a
> lot more mouse movement.  To get the slider to 50% I don't have to
> move the mouse into the middle of the slider, I have to move the mouse
> into the middle of the screen.  This looks more like a GtK bug, or
> maybe my gtk settings are messed up? Running gnome-settings-demon or
> not running it makes no difference.
>
> Apart from that but, is there a way to switch back to sliders that
> have a handle instead of these flat ones?
>
> 3)
>
> For pictures written from Rawtherapee 4.11 I now have to wait for this
> after reading the TIFF.  It's longer than the actual load.
>
> lcms: converting from 'RT_sRGB gamma sRGB(IEC61966 equivalent)' to
> 'sRGB built-in'
>
> I guess I'll take that up with the Rawtherapee guys?
> Looks related but isn't a straight "how do I not use RT_sRGB?":
> https://code.google.com/p/rawtherapee/issues/detail?id=1748
>
> 4)
>
> This one's for the Debian guys but in case anyone else sees it:
>
> GEGL-geglmodule.c-Message: Module
> '/usr/lib/x86_64-linux-gnu/gegl-0.2/ff-load.so' load error:
> /usr/lib/x86_64-linux-gnu/libavcodec.so.53: undefined symbol:
> lame_set_VBR_quality
>
> Martin
> --
> %%%
> Martin Cracauerhttp://www.cons.org/cracauer/
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Invert alpha channel

2013-07-12 Thread Pat David
Layer -> Transparency -> Alpha to Selection.
Save as channel.
Apply as layer mask.
Invert.
Does that help?


On Fri, Jul 12, 2013 at 3:43 PM, Mikael Ståldal  wrote:

> Is there an easy way in GIMP to invert the alpha channel of an image?
> Transparent should be opaque, opaque should be transparent, almost
> transparent should be almost opaque, etc.
> __**_
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/**mailman/listinfo/gimp-user-**
> list <https://mail.gnome.org/mailman/listinfo/gimp-user-list>
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Processing a stack of images

2013-07-20 Thread Pat David
I feel like you may have better luck with something dedicated to image
distortions. Like Hugin.

It's relatively trivial to align many images, and then define
horizontal/vertical reference lines, and stitch away!

On Saturday, July 20, 2013, Geoff Smith wrote:

> Problem :
> I have a large number of ex-camera jpegs of the pages of a book,
> photographed at an archive where scanning is prohibited. A camera stand was
> used, with the book supported on foam wedges. Consequently, both pages in
> each image are distorted - i.e. each page of a pair is a trapezium.
> It is, of course, a simple matter to crop and apply the perspective tool
> (twice) to an image to restore the pages to their flat state. Doing it for
> several hundred images is a non-starter, and anyway that's what the machine
> is for.
>
> Proposed solution :
> Import an image to the Gimp.
> Drag and drop a number of images into the same project - as many as the
> machine can handle.
> Link the image layers.
> Crop.
> Select one page and use the Perspective Tool to pull the page 'square'.
> Repeat for the second page.
> Export each image, working down the stack.
>
> Result :
> Selecting the right-hand page and correcting the perspective works, in that
> the Gimp progressively works down the layers. But, although each right-hand
> page is correctly 'squared up', all the left-hand pages, other than the top
> layer, are enlarged and cropped.
>
> Am I misusing the Gimp, or hoping for too much?
> Has anyone done something similar?
>
> Software used :
> 2.6 under Debian Squeeze.
> 2.8.2 under Mint 14.1
> 2.8.6 under Windows 7
> All OS 64-bit.
>
>
> Geoff Smith
>
>
>
> --
> View this message in context:
> http://gimp.1065349.n5.nabble.com/Processing-a-stack-of-images-tp39433.html
> Sent from the Users mailing list archive at Nabble.com.
> _______
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org 
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Blending 2 images into 1

2013-08-05 Thread Pat David
This might be helpful in getting a handle on curves and blending (skin)
tones:
http://blog.patdavid.net/2012/07/getting-around-in-gimp-more-color.html

If you need an intro, there's also this:
http://blog.patdavid.net/2012/06/getting-around-in-gimp-color-curves.html


On Mon, Aug 5, 2013 at 1:05 PM, Madeleine Fisher wrote:

> I think one of the first things to check out is the Colors menu on the top
> file bar. There are lots of options:
>
> Color Balance (changes c, m, y in midtones, highlights, and shadows)
> Hue-Saturation (you can shift around the colors in a selection)
> Colorize (Makes everything different shades of a single color--can create a
> sepia effect, for example)
> Brightness-Contrast
> Threshold (makes everything either black or white)
> Levels
> Curves
>
> The last two options are REALLY useful for fine-tuned changes, but they can
> be kind of difficult to understand. Just play around with them and you'll
> get the hang of it.
>
> Good luck!
>
>
> On Mon, Aug 5, 2013 at 12:20 PM, pfaoro  wrote:
>
> > My hobby, if it can be called that, is creating comic images of
> > individuals by
> > combining two unrelated images into one.  EXAMPLE:  Placing the head of
> my
> > brother-in-law on the body of Quasimodo (the Hunchback of Notre Dame).
> >
> > I'm totally new with GIMP and I've figured out a good bit, such as using
> > the
> > magnetic lasso to copy-paste a selection from one image into another,
>  but
> > I
> > can't figure out how to match skin tones and resolutions so the result
> > appears
> > to be a single image.  At best, I can get close but not at all close
> > enough.
> >
> > Can somebody point me in the right direction, at least to identify the
> > tools I
> > should be using?
> >
> > I'm by no means a techie, so please be gentle with me :-)
> >
> > Thanks!
> >
> > --
> > pfaoro (via www.gimpusers.com/forums)
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> >
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Gimp 2.8.6 Windows - Queries new Plug-ins at every startup

2013-08-16 Thread Pat David
On Fri, Aug 16, 2013 at 11:16 AM, physoc  wrote:

> Why, because the 'end user'  wants something that works properly and
>  has an intuitive GUI


Why, because the 'end user' wants something that works properly and has an
intuitive GUI **compared to what they already know and are familiar with**.

Fixed that for ya.

-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Gimp 2.8.6 Windows - Queries new Plug-ins at every startup

2013-08-16 Thread Pat David
I feel that perhaps you may be a bit misguided in your interpretation of
GIMP.

There are plenty of us who use it daily for high end photographic
retouching and editing.  Like most things worth using, it may take a little
time to become accustomed to the methods and interface.  Being initially
confusing to you doesn't necessarily make it any less of a program in terms
of capability or performance.

GIMP is aimed at raster image manipulation.  It is more than capable for
the just about any photo editing you may want to do (with few exceptions).
 I personally am willing to guess that it will do anything you personally
need to do in Ps.

GIMP will not read RAW files directly, but neither will Ps, just FYI.  Ps
uses Adobe Camera RAW to first 'develop' the image, then passes it to Ps
for editing.  In the same way, GIMP can use a RAW processor to first
develop the image, then open it (of course, you have a nice choice of RAW
processors to choose from in the F/OSS world).

btw, if you are not actually developing your RAW files in ACR first, you're
already losing a huge chunk of control right out of the gate.  Seriously.

For instance, my own workflow has me opening/editing RAW files in
RawTherapee, which I then pass directly (and easily) into my GIMP sessions.

If it helps, I personally write tutorials specifically targeted at GIMP for
photographic retouching/editing.  Perhaps walking through a couple of
tutorials may help you wrap your head around the concepts that are
different than what you might be used to?

http://blog.patdavid.net/p/getting-around-in-gimp.html

Also, I might suggest looking into a different location for downloading
your version of GIMP.  Partha has builds that include many useful
photographic plugins/scripts that may help your workflow out as well:

http://www.partha.com/


On Fri, Aug 16, 2013 at 12:53 PM, physoc  wrote:

> >I would really be interested in why you think GIMP is 'useless'.
>
> Well mainly because it won't load my Nikon RAW files.
> My impression is that it's aimed, not at 'photo editing but rather bitmap
> graphics. See the comment about 'webcomic' on the thread.
> But this aside I was disappointed given the comment in the multi-page
> feature in
> What Digital Camera magazine that seemed to imply that it was a comparable
> product to Photoshop.
>
> I was a bit unkind about geeks and open-source applications. I use
> OpenOffice
> and I'm very pleased with it. But OpenOpffice, unlike GIMP, does provide a
> professional 'Office' look-alike experience. And I think that is what I was
> hoping for with GIMP, but didn't get. OK, not 'useless', but of no use to
> me, is
> a more accurate comment.
>
> --
> physoc (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Gimp 2.8.6 Windows - Queries new Plug-ins at every startup

2013-08-16 Thread Pat David
When you do get around to trying it again, please don't hesitate to drop
back in and ask any questions.  I'd be happy to help where I can!


On Fri, Aug 16, 2013 at 1:36 PM, physoc  wrote:

> Thanks for the extensive reply and tips. I may try again in a week or two
> when
> I've 'recovered' from the initial setback and frustration, and who knows I
> may
> find that I've been totally wrong in my impression of usefulness.
> Regards, Tony
>
> >I feel that perhaps you may be a bit misguided in your interpretation
> >of
> >GIMP.
> >
> >There are plenty of us who use it daily for high end photographic
> >retouching and editing.  Like most things worth using, it may take a
> >little
> >time to become accustomed to the methods and interface.  Being
> >initially
> >confusing to you doesn't necessarily make it any less of a program in
> >terms
> >of capability or performance.
> >
> >GIMP is aimed at raster image manipulation.  It is more than capable
> >for
> >the just about any photo editing you may want to do (with few
> >exceptions).
> >I personally am willing to guess that it will do anything you
> >personally
> >need to do in Ps.
> >
> >GIMP will not read RAW files directly, but neither will Ps, just FYI.
> >Ps
> >uses Adobe Camera RAW to first 'develop' the image, then passes it to
> >Ps
> >for editing.  In the same way, GIMP can use a RAW processor to first
> >develop the image, then open it (of course, you have a nice choice of
> >RAW
> >processors to choose from in the F/OSS world).
> >
> >btw, if you are not actually developing your RAW files in ACR first,
> >you're
> >already losing a huge chunk of control right out of the gate.
> >Seriously.
> >
> >For instance, my own workflow has me opening/editing RAW files in
> >RawTherapee, which I then pass directly (and easily) into my GIMP
> >sessions.
> >
> >If it helps, I personally write tutorials specifically targeted at
> >GIMP for
> >photographic retouching/editing.  Perhaps walking through a couple of
> >tutorials may help you wrap your head around the concepts that are
> >different than what you might be used to?
> >
> >http://blog.patdavid.net/p/getting-around-in-gimp.html
> >
> >Also, I might suggest looking into a different location for
> >downloading
> >your version of GIMP.  Partha has builds that include many useful
> >photographic plugins/scripts that may help your workflow out as well:
> >
> >http://www.partha.com/
>
> --
> physoc (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


[Gimp-user] Fwd: Gimp 2.8 Control Panels

2013-08-22 Thread Pat David
Just realized I had posted back off-list.  Sorry.

You may be having one of these issues:

1. Are you in single-window mode?  You can check by going to the menu bar:
Windows -> Single Window Mode.

a) if you are, you can open any of the dockable dialogs by going to the
menu bar again: Windows -> Dockable Dialogs.  Then just choose the ones you
want to see. (you can do this anyway, but see below).

b) if you are not, are the dialogs off-screen somewhere?  Try going into
Single Window mode, and see if your dialogs appear on the sides of your
GIMP window.
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Best way to edit this background

2013-08-26 Thread Pat David
There is a fork of GIMP that has a fantastic foreground select tool. I used
it in a recent tutorial, so it's fresh in my head:

http://blog.patdavid.net/2013/08/an-open-source-headshot-ronni.html

It's RGGJAN fork (so you'll need to download another GIMP). The tool you'll
want is the foreground select tool. There's a video on that link as well if
it helps clarify things a bit.

On Monday, August 26, 2013, bluseagal wrote:

> Hello,
> I have read through the forum and found many interesting tutorials.
> But still, I dont really know what to do.
>
> I need to edit around 100 pictures like this:
> http://www.freeimagehosting.net/yo9ax
>
> Here I already made most of the background white and then tried to adjust
> the
> closer background with the Level-Tool, but just influences my dress too
> much
>
> I read many tutorials, but they all don't work for me. The fuzzy tool is
> useless, because part of the background is always involved in the dress.
>
> Is there any way to change the background to white and maybe a tutorial
> for this
> special kind of picture?
>
> Thank you so much,
>
> Gigi
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/68/original/dress.JPG
>
> --
> bluseagal (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org 
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Question about bump map location

2013-09-02 Thread Pat David
Not sure if this will help, but it's one way of easily adding a "watermark"
if you need to:

http://youtu.be/n4OBn5DJdjk

On Monday, September 2, 2013, Judy Wilson wrote:

> First, let me say how much I have appreciated the help I've gotten
> throughout the years from this list! I'm a 70 year old woman living in
> Belize, my husband and I do websites (he's the programmer), I love the
> graphic aspect, though he's good at that, too. We have been open-source
> users and supporters for over 10 years, sponsored Software Freedom Day in
> Belize in 2006 and 2007. We use Ubuntu, GIMP, and Inkscape applications, he
> uses all kinds of programming languages, of course. Kudos to everyone
> contributing to this list and the open source movement.
>
> My question: I would like to put a "watermark" of my logo on images, and I
> can do so with the Map, Bump Map Filter. However, the location of the bump
> map is a problem. At 0 on the X and Y Offset sliders, it goes into the
> upper left hand corner. OK. The problem is the sliders only move to -1000,
> and my images are often larger than that, and I want to put the bump map
> into the lower right hand corner, and the sliders will not allow that.
> Typing in the numbers doesn't work, and moving the bump map in the preview
> with the middle mouse button doesn't work. Of course if I make the images
> smaller I can get it into the right hand lower corner, but I want to use
> the larger image. Any solution for this, or do I have to just live with
> this ... defect(?) for now. Thank you!
>
> Judy Wilson
> __**_
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/**mailman/listinfo/gimp-user-**
> list <https://mail.gnome.org/mailman/listinfo/gimp-user-list>
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


[Gimp-user] Film Emulation Presets with G'MIC (ala: VSCO & DxO)

2013-09-05 Thread Pat David
Hi all,

Figured it might be worth mentioning this here.

I had been working for a while on creating film emulation presets for many
different types of films (and emulating some other emulations - how meta!).
 I finally got around to finding a way to get these presets out in the wild
for any GIMP user to be able to use.

I have a longer blog post about what I was up to here:

http://blog.patdavid.net/2013/08/film-emulation-presets-in-gmic-gimp.html

Basically, I needed an easily packaged way to make presets available for
HSL shifting, as well as tone curves.  After speaking with David
Tschumperlé (G'MIC), I thought G'MIC might be the best way to go.

So, if you have a recent G'MIC plugin installed, and you refresh your
filters, you'll now find a "Film Emulation" section where all of my
different emulation presets are available (in multiple levels of strength).

At the moment, I have emulations for:

New (Current) film stocks:
Fuji 160C, 400H, 800Z
Fuji Ilford HP5
Kodak Portra 160, 400, 800
Kodak TMAX 3200
Kodak Tri-X 400

Samples here:
https://lh4.googleusercontent.com/-pK8GoIbKuts/Uijz9Zq4awI/Ln8/NDJkk-xTIbY/s0/patdavid+film+emulation+presets+new+stock+-+Low.png


Old(er) film stocks:
Fuji Neopan 1600
Fuji Superia 100, 400, 800, 1600
Fuji Ilford Delta 3200
Kodak Portra 160 NC, 160 VC, 400 NC, 400 UC, 400 VC
Samples here:
https://lh5.googleusercontent.com/-OKAUFqjB7iM/Uijz9TIrDtI/LoE/0VBaJzf5x9I/s0/patdavid+film+emulation+presets+old+stock+-+Low.png

Consumer Instant film:
Polaroid PX-70
Polaroid PX100UV
Polaroid PX-680
Polaroid Time Zero (Expired)

Samples here:
https://lh6.googleusercontent.com/-c0cJ9rbWVJo/Uijz9cxg73I/LoA/oa-8KX3rUZU/s0/patdavid+film+emulation+presets+Instant+%255Bconsumer%255D+-+Low.png


and Professional Instant film:
Fuji FP-100c
Fuji FP-3000b
Polaroid 665
Polaroid 669
Polaroid 690
Samples here:
https://lh4.googleusercontent.com/-mgZb2SMIrdA/Uijz9YBO-8I/Ln4/zSKc4iE3L5w/s0/patdavid+film+emulation+presets+Instant+%255Bpro%255D+-+Low.png

I'm working on some others at the moment, including some slide films as
well.

Hope someone out there can get some use out of these!

-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Gimp Contact Sheets

2013-09-08 Thread Pat David
I know it's not GIMP, but if you're just looking to solve the problem of
generating contact sheets for a directory of images, imagemagick might be
helpful (not sure if it will, but figured it might be worth at least a
mention):

http://blog.patdavid.net/2013/04/using-imagemagick-to-create-contact.html

On Sunday, September 8, 2013, Old_Seafarer wrote:

> >Filter/Batch/Contact Sheet
>
> Thank you for answering maybe but, I don't think so... I find the plug-in
> under
> the "Help" menu. The question is "Do I open a photo (or photos)  first or
> open
> the plug-in first? " And ,yes, once the photo(s)  or plug-in is open,
>  where do
> I find it on the menu as an option? In plain English, how do I get to all
> of
> these dialog boxes shown in the manual? Is it because I need to download
> something called  "Python?" If so, what do I do with the file once it's
> downloaded?
>
> Please remember, I am a professional photographer not a Linux
> enthusiasist. I,
> like you all, am just trying to do my job while eliminating Windows bloat
> and
> giving even more money to Adobe. I truly appreciate all the GIMP team has
> done
> but, respectfully, if it's going to be offered in a Windows version,
>  please
> assume Windows users, not Linux enthusiasists, are going to be the ones
> using it
> and write your manuals and tutorials to that audience.
>
> --
> Old_Seafarer (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org 
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] GIMP being sold.

2013-09-25 Thread Pat David
The bigger crime might be the stolen images with a copyright plastered all
over them...


On Wed, Sep 25, 2013 at 1:00 PM, John Meyer
wrote:

> On 9/25/2013 4:01 AM, Glenn & Christine Bumford wrote:
>
>> I've enjoyed using GIMP for some time but came across this today.
>>
>> http://www.ebay.com.au/itm/**Photo-Image-Editing-for-Adobe-**
>> Photoshop-CS-6-7-8-10-11-**Elements-Full-Retail-user-/**
>> 141063615708?hash=**item20d80bf4dc<http://www.ebay.com.au/itm/Photo-Image-Editing-for-Adobe-Photoshop-CS-6-7-8-10-11-Elements-Full-Retail-user-/141063615708?hash=item20d80bf4dc>
>>
>> My understanding is that GIMP is free but if you look closely at the
>> interface it looks just like GIMP.
>> Hopefully this ends up with someone concerned with development as I
>> couldn't find a specific addy for this situation (If there is one)
>>
>> Regards
>> Glenn.
>> __**_
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/**mailman/listinfo/gimp-user-**
>> list <https://mail.gnome.org/mailman/listinfo/gimp-user-list>
>>
>
> There's no crime in selling GIMP.
>
>
>
> __**_
> gimp-user-list mailing list
> List address:    gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/**mailman/listinfo/gimp-user-**
> list <https://mail.gnome.org/mailman/listinfo/gimp-user-list>
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] GimpLensfun database

2013-09-28 Thread Pat David
Alexandre had a neat write up on lgw about using Hugin to generate
correction parameters:

http://libregraphicsworld.org/blog/entry/creating-lens-distorsion-models-with-hugin-lens-calibrator


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Path Tool Problems

2013-10-04 Thread Pat David
I'm seeing your email, but alas! I don't have the necessary knowledge to
answer your question - sorry!
-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Windows Installer - 64 or 32 bit?

2013-11-07 Thread Pat David
On Thu, Nov 7, 2013 at 6:49 AM, Jernej Simončič <
jernej|s-gm...@eternallybored.org> wrote:

>
>
> The installer from <http://www.gimp.org/downloads/> automatically installs
> 32 or 64-bit version depending on your system. Since GIMP's plug-ins are
> separate programs, 64-bit version can still use 32-bit 3rd-party plug-ins.
>
> --
> < Jernej Simončič ><><><><>< http://eternallybored.org/ >
>
>
​Jernej, did you want me to put some language on wgo that points this out?​



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Plugin Registry broken?

2013-11-22 Thread Pat David
The maintainer has been notified.


On Fri, Nov 22, 2013 at 3:43 PM, Pete Wright  wrote:

> registry.gimp.org seems not to be working.
> Hope somebody sees this who can do something about it.
> regards
> Pete
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] UI drag and drop issues prevent layer reorder or dialog tab reorder

2013-12-08 Thread Pat David
I finally managed to contact the camstudio team and report this problem,
but I have yet to hear back from them regarding this issue.

I do not have this problem unless I am trying to record a screencast with
camstudio.

(Note that this is different than camtasia/tech smith).


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Incorrect color when open with Gimp

2014-02-15 Thread Pat David
Accidentally posted off-list.

Is there an image attached?

On Saturday, February 15, 2014, 杨劲松  wrote:

> Take look at the picture. Left is orignal, right is opened with Gimp
> (and darktable).
> Does anyone know how to fix this?
> BTW, I'm using Gimp V2.8.10 with Fedora 20.
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org 
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Text that changes colour depending on background colour?

2014-03-06 Thread Pat David
I'm assuming you'll have two layers.  The bottom layer is the black graphic
of a bat.  The top layer is your text.

Make sure your text color is white.  Then just change the layer blending
mode of the top (text) layer to "Difference".


On Thu, Mar 6, 2014 at 9:44 AM, steveyraff  wrote:

> Hey guys.
>
> I am designing a product.
>
> The product is a small aluminium box, painted white. On this box, there is
> a
> black graphic of a bat. Scrawled across this graphic, will be the product
> name.
>
> To see the product name - the text needs to be coloured BLACK on the parts
> where
> it is over the white background, but it needs to be coloured WHITE on the
> parts
> where it is over the black graphic.
>
> I hope this makes sense?
>
> I have no idea how to do this sort of intelligent coloration, so some help
> is
> much welcomed.
>
> Many thanks,
> Steve.
>
> --
> steveyraff (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Lighten / Darken tool is where?

2014-03-07 Thread Pat David
Under the "Colors" menu there are many different options for adjusting
these parameters (Color Balance, Hue-Saturation, Colorize,
Brightness-Contrast, Threshold, Levels, Curves, etc.)

Note that these will be applied to the currently selected layer.


On Fri, Mar 7, 2014 at 10:19 AM, pfaoro  wrote:

> I've found most of the tools I want (color balance / lasso, etc.) but I
> can't
> find the tool to lighten / darken images, selections, or layers.  Where
> can I
> find such a tool?  Is it in a drop-down? what is it called? is it a toolbox
> icon?
>
> Thanks!
>
> --
> pfaoro (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] 2.8 download

2014-05-09 Thread Pat David
Where did you download it from? (The official downloads are at
http://www.gimp.org/downloads/).

You've downloaded it, but did you run the installer to install it?


On Fri, May 9, 2014 at 11:20 AM, Stephen England  wrote:

> Hello,
>
> Sorry to trouble you with an individual email but I've searched FAQs and
> can't get an answer.
>
> Until yesterday I was running 2.6 but today decided to download 2.8. It's
> all there in my "Downloads" but there's no desktop icon and 2.6 has
> disappeared so I can't access any
> of my old work. It won't open any old documents. I've uninstalled and
> re-downloaded
> GIMP three times, but no joy. I'm on Windows 8.1.
> I love this package, please help !
>
> Steve England.
>
>
>
> sesteveenglan...@gmail.com
>
> (0034) 671 113 073
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] installer issues

2014-06-24 Thread Pat David
Hello Matt,

Which OS are you using, and where did you get the installer from?

-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Wavelet Decompose

2014-07-25 Thread Pat David
You'll likely need to compile the plugin?  It's distributed as source files
from the registry (assuming you downloaded it from here:
http://registry.gimp.org/node/11742).

>From the INSTALL file included with the package:

INSTALL
===

For Linux and Unix users

To install this GIMP plugin simply state

make
 make install

for a system wide installation (with root privileges) or

 make
make userinstall

for a user installation. A restart of The GIMP is recommended.

Other platforms
---
I'm sorry I have no knowledge on how to install plugins on other platforms.
I
hope others will find a way.



On Fri, Jul 25, 2014 at 2:10 AM, scl  wrote:

>
> On  25.7.2014 at 8:22 AM Id_graphics wrote:
>
>> I did close and reopen gimp. Where is the plugin located in the menus and
>> i will
>> double check.
>>
>
> It's in Filters, Generic.
>
> Kind regards
>
> Sven
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Where are the GIMP FAQs?

2014-07-27 Thread Pat David
Also dragging and dropping an image onto the application (usually).

To answer your question directly, the FAQ is here:

http://www.gimp.org/docs/userfaq.html

The documentation is here:

http://docs.gimp.org/2.8/en/

and a few tutorials are here:

http://www.gimp.org/tutorials/



On Sun, Jul 27, 2014 at 6:05 PM, Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> 28 июля 2014 г. 2:57 пользователь "Yuri_Volkov" 
> написал:
> >How do I open an image into GIMP to start editing? and Why is
> > this task not intuitively quick and easy?
>
> Maybe there is a more "intuitive" way other than 'File -> Open', but I've
> yet to see it.
>
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] logo

2014-07-29 Thread Pat David
I personally am not a fan of watermarks, as I feel it is distracting and
pointless.

With that being said, open the image you want to watermark.
Then use File -> Open as layers...
Choose your logo.
Move it to the location you want, and set the opacity of logo layer to
whatever suits you (and/or use a different blending mode like "Overlay").

Export.
Voila.


On Tue, Jul 29, 2014 at 11:23 AM, Jim Welch  wrote:

>
>
> Have you ever seen a professional photographer take their logo and "ghost"
> it, then place it on one of their photos so no one will steal their photos
> off the net?
>
> I have a logo in various formats, including png,  and want to place our
> logo on some of my pictures which are in a jpeg format..  I am not sure of
> the percentage, but I am guessing maybe 10% of the total.  Is this possible
> with GIMP.
>
> Thanks,
>
> Jim
>
>
>
>
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Trouble opening JPG files with black features

2014-08-18 Thread Pat David
I've downloaded your attached file, and it opens with no problems (quickly)
in Partha's 2.8.10 portable build (Win7 64bit).

Also, to strip all the metadata using exiftool:

exiftool -all= FILE.jpg

I suggest you test this first on a backup copy of your image (and mind the
blank space after the "=").


On Mon, Aug 18, 2014 at 12:56 PM, C210LUV  wrote:

> >Before deleting your EXIF data, can you post an example image that can
> >be
> >tested by others?
>
> Sorry this took so long, was trying to figure a way to reduce the size of
> the
> image without being able to use GIMP, so I just did an arbitrary crop of
> one of
> the images in question. Attached is one image in a series taken to
> eventually be
> merged together, cropped for upload size and still unable to be opened
> using
> GIMP.
>
> I downloaded a program called Exiftool  to try to remove Exif data, but the
> language is way over my head and I haven't even tried.
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/146/original/052.JPG
>
> --
> C210LUV (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Fx Foundry/Windows Media Center

2014-08-18 Thread Pat David
You'll need to extract the contents of the archive into your scripts
folder.  Here are a couple of posts to help figure this out:

http://blog.patdavid.net/2014/02/getting-around-in-gimp-plug-ins-and.html
http://libregraphicsworld.org/blog/entry/gimp-add-ons-types-installation-management

I don't use WMC personally, so not sure where those folder locations may be
in that system.  You can find out where to install scripts by starting
GIMP, then going to "Edit -> Preferences".  Then down to "Folders".

Find the scripts folder, and you should either unpack the archive there, or
point to a different directory on your computer where they are located
(probably a better method?).


On Mon, Aug 18, 2014 at 3:00 PM, Robin Corbett 
wrote:

> Dear Gnome,
>
> I downloaded Fx Foundry, but do not know how to open it in Windows Media
> Center.  If someone can give me detailed instructions how to open it.  I
> will very much appreciate it very much.
>
> Thank you,
> Robin Corbett
> Corbett Enterprises
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] registry.gimp.org won't let me register

2014-10-15 Thread Pat David
I see that schumaml had to lock down registrations again (probably best
until a better solution is found).

For the time being I can try to activate your accounts, if you can send me
the username/email you used to register (akovia in particular).

You can send the information off-list if you'd like and I'll try to look
into it.

On Fri, Oct 10, 2014 at 4:27 PM, akovia  wrote:

> I have been trying to register since they had closed registration due to
> massive spam attacks. When they opened registration back up, it had kept
> my details from the previous attempt and wouldn't let me activate the
> email that I wanted. I tried as well to contact the admin and ran into
> the same trouble. I did find his homepage though here.
>
> http://ingo.fargonauten.de/
>
> Maybe you will have some better luck than I.
>
> Cheers
>
> On Fri, Oct 10, 2014, at 11:47 AM, sandersw wrote:
> > Just tried to register on registry.gimp.org, but it says that it is
> > unable to
> > send email.  It says contact administrators, but gives no indication as
> > to how.
> > I see that Ingo Lütkebohle posts here, so perhaps he or someone else here
> > can
> > help.
> >
> > Apologies if the O.T. here, but I am looking for at least some channel.
> >
> > ATB
> >
> > --
> > sandersw (via www.gimpusers.com/forums)
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
>
>
> --
>   akovia
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Help finding the right plugins and filters

2014-11-06 Thread Pat David
April,

The process to emulate those looks will be dependent on what her images
look like to start with.  If you can post/send a few sample images I can
probably point you in the right direction to get started.

If I had to guess I might lean towards VSCO film presets (you can get
similar presets from the G'MIC plugin as well).

On Tue, Nov 4, 2014 at 10:23 AM, April  wrote:

> Hi everyone.  I recently took my daughter's senior pictures and she wants
> the
> pictures to look like this photographer's pictures.
> (http://www.andrew-edwards.com/1gpfy09s1qte4m87lqomiafiq757xt)  The all
> have
> sort of a dark quality to them.  I'm having trouble finding the right
> filters
> and settings to achieve this look.  Does anyone have any suggestions for
> me?
> Thanks so much!
>
> April
>
> --
> April (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] [Gimp-developer] Test images and test suite (was Re: GIMP should fork babl and GEGL)

2014-11-10 Thread Pat David
I can't add much to the color discussion, but at least I can offer up just
about any of my images as RAW for any testing (just about everything I
shoot is cc-by-sa usually).  If anyone finds one of mine they would like,
just let me know and I'd be happy to provide the camera raw file.

On Fri, Nov 7, 2014 at 1:24 PM, Elle Stone 
wrote:

> On 11/07/2014 10:25 AM, Jehan Pagès wrote:
>
>> >A good test suite of "copyleft" images would be a nice thing to have,
>>> >whether for testing new and existing editing algorithms, or for whatever
>>> >testing that individual GIMP users might want to do on their own
>>> >(printer-related, for example).
>>>
>> That's a good idea. What kind of images would be the most interesting?
>> Basically should that be images, taken with a good digital camera, of
>> a lot of objects of various colors?
>> It could also be images with color gradients, I guess (sunset/rise and
>> such)?
>> Or do you already have such copyleft images at your disposal that you
>> could provide?
>> Indeed if we could gather these for access to anyone as reference
>> (then various software could use them for their own tests), it would
>> be great.
>>
>> Jehan
>>
>>
> Nicolas Robidous's test image collection is very nice, in particular the
> baby's face and the brightly colored buildings make great test images. His
> images are already converted to sRGB, which means they can't really fully
> exercise the color gamuts of reasonably decent printers and wider gamut
> displays.
>
> I can make available "straight from the camera interpolated raw file, no
> enhancements added" images of very saturated (outside the sRGB color gamut)
> natural objects, mostly flowers.
>
> I've also put together various artificial color ramps, granger rainbows,
> stepped gray scales, and such. And I have IT8 target shots from several
> cameras, which I think the photographers would release under an appropriate
> license.
>
> I wish that I had a nice set of pictures of people's faces, young to old,
> male and female, of diverse skin colors. Skin tones are something that
> everyone wants to get "just right", so faces make great test images. Such
> photographs ideally would be shot raw under natural daylight, more or less
> full frame, and properly white balanced, preferably with a white balancing
> object discretely placed somewhere in the image frame (styrofoam cups, PVC
> plastic, white coffee filters all work really well, often as well as
> commercially available white balancing aids).
>
> High quality images with good gradients would be a nice addition to a
> collection of test images. Interpolated raw files that have been output in
> a wider gamut color space would be more versatile than images that have
> already been converted to sRGB.
>
> Here are links to some sample collections of copyrighted test images:
>
> http://www.pcstats.com/articleimages/200601/samsungspp2040_300dpi1.jpg
>
> I would love to have enough copyleft images to put together a copyleft
> composite similar to the one in the above link.
>
> http://www.northlight-images.co.uk/article_pages/test_images.html
>
> http://www.outbackphoto.com/printinginsights/pi048/essay.html
>
>
> Thinking more about "what kind of images", it depends on who's testing
> what. Here are some possible reasons for wanting test images:
>
> * Testing scaling algorithms.
>
> * Testing ICC profile conversions from wider gamut color spaces to printer
> profiles and/or to display screen profiles.
>
> * Testing the quality of prints made by a commercial or personally owned
> printers.
>
> So the first question is: What kind of test images, for what kinds of
> testing, do you all, as a diverse group of GIMP users and developers, wish
> you had access to?
>
> Elle
>
>
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-l...@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-
> developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Help finding the right plugins and filters

2014-11-10 Thread Pat David
April,

The particular part of G'MIC I'm referring to is "Film Emulations".  There
are quite a few different emulations for various film stocks that may get
you what you are looking for color-wise.

Bear in mind that the 'darkness' to the images in your first post are due
to a combination of processing as well as the exposure conditions at the
time.  Your sample images have quite a bit of direct sunlight in them,
which makes it a bit harder to impart a sense of 'darkness' in them.

Here's a quick (<5min) edit to show what I mean:

https://lh4.googleusercontent.com/-_BBemcslfSU/VGDsLkisGxI/SOI/qDOQTfGc6RA/s0/april-1.jpg

I used one of the film emulations (I don't remember now).  Masked her to
and raised the curves to lighten her slightly.  Added a vignette.  Then
crushed the shadows a bit and lifted the black point (in the levels dialog
- bring the input black level up, then raise the black output level to
taste).

On Sun, Nov 9, 2014 at 4:43 PM, April  wrote:

> Thanks for offering to help!  I have found a couple of tutorials on G'MIC,
> but
> it has so many options that I'm just not sure where to start.  I have
> attached a
> few pictures of different settings.  Any help you can give me will be
> greatly
> appreciated. Thanks so much!
>
> April
>
>
> >April,
> >
> >The process to emulate those looks will be dependent on what her
> >images
> >look like to start with.  If you can post/send a few sample images I
> >can
> >probably point you in the right direction to get started.
> >
> >If I had to guess I might lean towards VSCO film presets (you can get
> >similar presets from the G'MIC plugin as well).
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/167/original/IMG_4641.JPG
> * http://www.gimpusers.com/system/attachments/168/original/Untitled.jpg
> *
> http://www.gimpusers.com/system/attachments/169/original/IMG_5014_Edited.jpg
>
> --
> April (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Help finding the right plugins and filters

2014-11-10 Thread Pat David
April,

Because I cannot leave well enough alone, a second example:

https://lh4.googleusercontent.com/-Ca4gKTlu72k/VGDwQNFC2bI/SOU/_3YxRElY7t8/s0/april-2.jpg

This time it's basically some simple color toning, a vignette, and lifting
the blacks again (with some slight split-toning).



On Mon, Nov 10, 2014 at 10:49 AM, Pat David  wrote:

> April,
>
> The particular part of G'MIC I'm referring to is "Film Emulations".  There
> are quite a few different emulations for various film stocks that may get
> you what you are looking for color-wise.
>
> Bear in mind that the 'darkness' to the images in your first post are due
> to a combination of processing as well as the exposure conditions at the
> time.  Your sample images have quite a bit of direct sunlight in them,
> which makes it a bit harder to impart a sense of 'darkness' in them.
>
> Here's a quick (<5min) edit to show what I mean:
>
>
> https://lh4.googleusercontent.com/-_BBemcslfSU/VGDsLkisGxI/SOI/qDOQTfGc6RA/s0/april-1.jpg
>
> I used one of the film emulations (I don't remember now).  Masked her to
> and raised the curves to lighten her slightly.  Added a vignette.  Then
> crushed the shadows a bit and lifted the black point (in the levels dialog
> - bring the input black level up, then raise the black output level to
> taste).
>
> On Sun, Nov 9, 2014 at 4:43 PM, April  wrote:
>
>> Thanks for offering to help!  I have found a couple of tutorials on
>> G'MIC, but
>> it has so many options that I'm just not sure where to start.  I have
>> attached a
>> few pictures of different settings.  Any help you can give me will be
>> greatly
>> appreciated. Thanks so much!
>>
>> April
>>
>>
>> >April,
>> >
>> >The process to emulate those looks will be dependent on what her
>> >images
>> >look like to start with.  If you can post/send a few sample images I
>> >can
>> >probably point you in the right direction to get started.
>> >
>> >If I had to guess I might lean towards VSCO film presets (you can get
>> >similar presets from the G'MIC plugin as well).
>>
>> Attachments:
>> * http://www.gimpusers.com/system/attachments/167/original/IMG_4641.JPG
>> * http://www.gimpusers.com/system/attachments/168/original/Untitled.jpg
>> *
>> http://www.gimpusers.com/system/attachments/169/original/IMG_5014_Edited.jpg
>>
>> --
>> April (via www.gimpusers.com/forums)
>> ___
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>> List archives:   https://mail.gnome.org/archives/gimp-user-list
>>
>
>
>
> --
> pat david
> http://blog.patdavid.net
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Help finding the right plugins and filters

2014-11-11 Thread Pat David
Oh?  Let me re-link just in case:

First one:
https://lh4.googleusercontent.com/-_BBemcslfSU/VGDsLkisGxI/SOI/qDOQTfGc6RA/s0/april-1.jpg

Second one:
https://lh4.googleusercontent.com/-Ca4gKTlu72k/VGDwQNFC2bI/SOU/_3YxRElY7t8/s0/april-2.jpg

On Tue, Nov 11, 2014 at 1:30 AM, April  wrote:

> Hi again!  You said, "a second example" but I don't seem to see the first
> one.
> Thanks so much for taking the time to help me with this.  I will check out
> those
> film filters.  Thanks again!
>
> April
>
>
>
> >April,
> >
> >Because I cannot leave well enough alone, a second example:
> >
> >
> https://lh4.googleusercontent.com/-Ca4gKTlu72k/VGDwQNFC2bI/SOU/_3YxRElY7t8/s0/april-2.jpg
> >
> >This time it's basically some simple color toning, a vignette, and
> >lifting
> >the blacks again (with some slight split-toning).
>
> --
> April (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] [Gimp-developer] Test images and test suite (was Re: GIMP should fork babl and GEGL)

2014-11-12 Thread Pat David
Jehan,

Ah, I did mean to link something, but thank you for linking my Flickr
account.  Note that for the most part, I have the RAW files from any of my
photos that I'd be happy to release for whatever purposes are needed.

I also have model releases for all of my images as well, and can include
them as needed (there might need to be some discussion surrounding how that
release is made available and in what context as they contain probably
sensitive information regarding the models themselves).

​To Elle's point about licensing, I can make them CC-BY(-SA) as appropriate.

To Elle's other point about color, I would imagine that the most desirable
solution would be to host the actual RAW files themselves (hopefully from a
variety of capture sources/cameras).  Any further work around conversion
should probably be noted as needed to effectively reproduce the results.

More importantly, if there is a consensus reached about certain types of
test images, I am also available to shoot new ones specifically for the
purpose.  I can rent other cameras/bodies as needed to support multiple
capture sources.  Please don't hesitate to ask if there's something that
may prove useful (I may not be coding, but perhaps I can at least help out
in this way).  ​



-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Scanned negatives, moire patterns and GIMP?

2014-12-12 Thread Pat David
These are usually referred to as "Newtons Rings", and are from contact with
the negative backing side being placed against the scanning glass.  Liam is
right that there are better negative holders to keep the physical negative
away from the scanning glass to stop this from happening.  A short term
solution could also be to scan the negative with the emulsion side down
(but be really, really careful you don't scratch it).

http://en.wikipedia.org/wiki/Newton's_rings

Unfortunately, a fourier transform won't solve the problem, as the pattern
is circular in nature, and localized at the contact points (so a different
problem than the neat solution provided by Thorstein's video).

On Sat, Dec 6, 2014 at 5:29 AM, Thorsten Stettin  wrote:
>
> Am 05.12.2014 um 21:34 schrieb Keith Purtell:
> > Here's a link to one portion of the image:
> >
> > http://i.imgur.com/6RaV68i.jpg
> >
> Try this via G'MIC: https://www.youtube.com/watch?v=3137dDa6P4s
>
> I hope this helps. :-)
> >
> > On 12/4/2014 7:11 PM, Liam R E Quin wrote:
> >>>   If they can't resolve this, what are my chances of solving the
> >>> problem
> >>> with GIMP? I tried a few of the existing filters without visible
> >>> results.
> >>> My first Google searches haven't turned up a good detailed tutorial on
> >>> moire removal.
> >>
> >> There's a G'MIC filter for it. But it depends on the exact nature of
> >> the pattern as to what's best. I get them when scanning colour books,
> >> because of the way the books are printed (it's actually unavoidable
> >> unless you use a "descreen filter" in the scanner driver, but better
> >> to do it in GIMP). For that, separating into layers and using
> >> gaussian blur is often best, but another possibility is to use
> >> wavelet decomposition and delete that high frequency layers. G'MIC
> >> has a filter to do that, too.
> >>
> >> If you can share a sample I can have a better look.
> >>
> >
> >
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
>
>
> --
> Lao-Tse sagt: Nichtstun ist besser, als mit viel Mühe nichts zu schaffen.
> Und er sagt auch: Ich habe drei Schätze, die ich hüte und hege.
> Der eine ist die Liebe, der zweite ist die Genügsamkeit, der dritte ist
> die Demut.
> Nur der Liebende ist mutig, nur der Genügsame ist großzügig, nur der
> Demütige ist fähig zu herrschen.
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>


-- 
pat david
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Anyone willing to contribute a Mac build slave?

2015-01-05 Thread Pat David
I have a Mac you can use. Are there any other requirements on the machine?
On Mon, Jan 5, 2015 at 9:25 PM Sam Gleske  wrote:

> Hello GIMP users,
> Is there anyone willing to host a 24x7 Mac OS X nightly build slave?  This
> would be added as a build slave to the GIMP Jenkins environment currently
> hosted at https://build.gimp.org/.
>
> If you're a willing candidate you would need to donate the Mac, allow it
> to run a Jenkins agent 24x7, and provide me remote access to it for
> administration.  I will, for the most part, set up all of the prerequisites
> (so long as I can set them up via ssh) and do all of the configuring in the
> build server.  I would also provide ongoing maintenance of the system.
>
> Please let me know,
> Sam Gleske
>
> https://build.gimp.org/user/samrocketman/
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] program crashes

2015-01-11 Thread Pat David
Where did you download GIMP from? What OS are you running? What were you
doing just before it showed you this error?
On Sun, Jan 11, 2015 at 7:47 AM SportShots  wrote:

> I received a message stating the GNU Manipulation has timed out which
> stopped
> windows. A few seconds later the programs shuts down deleting all my work.
> Pease
> help ASAP
>
> I've looked in the online manual and did not see a way to automatically
> save
> your session. Is there one?
>
> --
> SportShots (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] program crashes

2015-01-11 Thread Pat David
Could you clarify what you mean by GIMP website _then_ gimpusers.com?
On Sun, Jan 11, 2015 at 11:19 AM SportShots  wrote:

> >Where did you download GIMP from? What OS are you running? What were
> >you
> >doing just before it showed you this error?
>
> GIMP website then gimpusers.com
> Windows 7 PRO
> I was adding a new layer to an image (I already had multiple layers)
>
> --
> SportShots (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] program crashes

2015-01-12 Thread Pat David
>
>
> then i found gimpusers.com and used a download from there
>
>
The best place to download GIMP if you are new, would be here:

http://www.gimp.org/downloads/

I would suggest removing what you may have installed already, and trying
fresh with a download from the "official" source.  Otherwise we can't be
sure of the integrity of the program.
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Rosie Hardy's artwork

2015-01-28 Thread Pat David
She also sells DVD's of tutorials on her image creation process (plus
assets I believe). Also, she's super nice.
On Wed, Jan 28, 2015 at 4:23 PM Daniel Doyle  wrote:

> Hello guys and gals,
>
> Not sure whether this is the right place to email this but just thought you
> might like to check out http://www.rosiehardy.com/, I'm pretty sure she
> uses GIMP exclusively and her photo's are fantastic
>
> Cheers
> Daniel Doyle
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Toolbox missing!

2015-03-05 Thread Pat David
Assuming you are in single window mode, try hitting "Tab"?

On Thu, Mar 5, 2015 at 2:37 PM RayArdia  wrote:

> When I open Gimp I am presented with a blank 'canvas', ie the side panels
> which
> used to appear with all the tools, layers etc, ar missing. I can select
> them all
> of course from the menu bar, it's just more convenient to have them in
> graphics
> form.
> What am I doing wrong?
>
> --
> RayArdia (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] New User Questions

2015-03-12 Thread Pat David
Or even to HTML - I think there is an export option in powerpoint to
generate an html page directly...

On Wed, Mar 11, 2015 at 5:03 PM Ofnuts  wrote:

> On 11/03/15 21:01, Jeanne Lucas wrote:
> > I am a new user attempting to convert power points to gifs that can be
> played on our company website.   I save the power point presentation as a
> gif, then open it as layers in gimp.   Once I save the presentation again,
> it works well, but the timings I had set in power point are gone.
> >
> > I cannot find a "delay time" button nor can I find a way to use the
> "frames" to get the slides to the different timings I need.   I also
> occasionally have resolution problems when I open the presentation in gimp
> and again as I save them to a gif after I am finished in gimp.
> >
> > Any advice would be greatly appreciated.   Thank you!
>
> Animated GIF is not a good format for this:
>
>   * it won't adapt to the user's screen definition, you'll have to use a
> lowest common denominator
>   * due to the small number of available colors edges of text and
> diagrams will look pixellated
>   * it won't adapt to your user's reading speed
>
> Why don't you convert your PPT to PDF instead?
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Cannot click anything

2015-03-18 Thread Pat David
What OS are you on?
If windows, do you also have an antivirus program running as well? If so,
does pausing/turning off the antivirus stop the problem from happening?
On Wed, Mar 18, 2015 at 4:41 PM Madalrian  wrote:

> I have almost completely given up on gimp just for this unbelievably
> frustrating
> problem, when I open gimp I can click a couple things then it just stops
> responding to clicks. I can do things with the keyboard and sometimes get
> the
> mouse to select things again but it stops after one or two clicks! I tried
> to
> access input devices to change my mouse to "Disabled" but i cant even
> click the
> option for it. I have looked up quite a few google searches trying to find
> an
> answer and have come across nothing that helps me, as the best description
> I can
> come up with is the mouse does not click. If anybody could help I would
> greatly
> appreciate it!
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/189/
> original/VIVALAREVOLUTION.jpg
>
> --
> Madalrian (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Gimp 2.8 on Linux - Image/wallpaper resizing

2015-04-01 Thread Pat David
> I have a long list of images (wallpapers/backgrounds).  Just for the
> sack of argument, let's say that I have
> 500 images. Can I perform a "bulk" image resizing by selecting all the
> images and have Gimp perform a resizing?
>

This is a task likely better suited to a different tool, such as
Imagemagick (http://www.imagemagick.org/) convert or mogrify.


>
> My monitor is wide-screen (1370-800 (approximately)).  Some of the
> wallpapers are set to a resolution greater
> than the monitor size; example XYZ image is set to 1400-900.  I want to
> make all the wallpapers the save size
> without having to perform the task by selecting one image at a time.
>

If all the images are in the same directory, and you know for sure that you
want all of them to be a certain dimension, say 1370px wide, and they are
all JPG files, then you could use the command:

mogrify -path OUTPUT-PATH -resize 1370x *.jpg

That will resize all the .jpg images in the directory to be 1370px wide,
maintaining the same aspect ratio, and saving them to the OUTPUT-PATH.  If
there is already a sub-folder called "output" for instance, then the
command would look like:

mogrify -path output -resize 1370x *.jpg
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] History Brush

2015-04-13 Thread Pat David
>
> It is a simple way to "paint" away one layer to reveal the one below. EG. I
> duplicated one layer then desaturated it. I then took a snapshot of that
> layer.
> I then used the History Brush to paint over certain sections to reveal the
> original coloured layer beneath.
>

Sounds to me like you want Layer Masks?  Take a look at this tutorial on
the website and see if it offers what you are looking for:

http://www.gimp.org/tutorials/Layer_Masks/
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] MISSING ICONS in GIMP

2015-04-14 Thread Pat David
>
> I think it was Cnet... so- shall I uninstall and download from that page
> you are
> referring to?
>

Yes, the official website is the best place to look for obtaining GIMP.
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Image transformation batch processing

2015-05-11 Thread Pat David
This could possibly be done with BIMP, but it's likely not the best tool to
achieve this across so many images.

Imagemagick is the more likely candidate for batch processing in this way.
There are a couple of clarifications, though.

If an image is <1000px on any side, should the image canvas size be
increased to meet your 1000x1000 px requirement?

ie: 800x600: center the 800x600 image on a 1000x1000 white background?  Or
just square it on a white background to the largest size dimension that is
<1000px?

On Mon, May 11, 2015 at 3:01 PM lloyd_borrett  wrote:

> G'day,
>
> I have many directories of images, totaling more than 5000 images in total.
> Each image might be in a jpg, gif or png file format.
> I want to change all images to have a 1:1 aspect ratio, on a white
> background.
> I want no image to exceed 1000 x 1000 pixels at 72 dpi.
> Images already within the 1000x1000 limit should be extended to have a 1:1
> aspect ratio, as required.
> At no point is any image scaled upwards in size.
> All images should be saved in a suitably compressed way for displaying on
> web
> sites.
> The new images should be written into a sub-directory, with the original
> images
> being left in place and unchanged.
> Would like to do this as a single batch process, if needs be per directory.
>
> Here are some examples as to what should happen:
>
> 1200x1200: Image re-sized to 1000x1000. Save compressed.
>
> 1600x1200: Image re-sized to 1000x750. Then extended to 1000x1000, centred
> on a
> white background. Save compressed.
>
> 1200x1600: Image re-sized to 750x1000. Then extended to 1000x1000, centred
> on a
> white background. Save compressed.
>
> 750x750: Save compressed.
>
> 800x600: Image extended to 800x800, centred on a white background. Save
> compressed.
>
> 600x800: Image extended to 800x800, centred on a white background. Save
> compressed.
>
> Is it possible to achieve the above using Gimp?
>
> If so, how?
>
> If not, can you please recommend a image processing tool that can do this?
>
> Best regards, Lloyd Borrett.
>
> --
> lloyd_borrett (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Book of GIMP

2015-05-13 Thread Pat David
There is a straight line tutorial on the tutorials section of the website (
http://www.gimp.org/tutorials):

http://www.gimp.org/tutorials/Straight_Line/

GIMP Quickies _has_ been updated on the tutorial section as well (
http://www.gimp.org/tutorials/GIMP_Quickies/).

A basic photo enhancement tutorial is in the pipeline when I find some
time. :)

On Wed, May 13, 2015 at 8:20 PM Steve Kinney  wrote:

> On 05/13/2015 08:48 PM, Steve Lett wrote:
> > Hi everyone!
>
> [...]
>
> > In chapter 3 it starts out telling you how to fill in the lines with
> colour
> > etc. But I think they should have started at the beginning with drawing
> the
> > lines. What do you think? Thats a hell of a price to pay for a book and
> not
> > find the basics in it, hey?
> >
> > Am I mistaken?
>
> Maybe yes and no?  I have seen the Book Of GIMP and it looked like
> advanced material only.  Obviously a chapter on "bare bones basics"
> would not have been out of place...
>
> Try here though:
>
> The online GIMP manual has a Common Tasks section that does include
> drawing straight lines:
>
> http://docs.gimp.org/2.8/en/gimp-tutorial-quickies.html
>
> An introduction to image file formats and their uses might also be
> useful.  Note that the GIMP "saves" files to its own native XCF
> format, and "exports" images to numerous other formats for purposes
> like web display, printing, etc.
>
>
> http://docs.gimp.org/2.8/en/gimp-images-out.html#gimp-using-fileformats-export-dialog
>
> This tutorial on basic photo enhancement is one of the best, now its
> only home is the Wayback Machine:
>
>
> http://web.archive.org/web/20100714014911/http://world.std.com/~mmcirvin/gimp_tutorial
>
> After working through these materials, the Book Of GIMP may prove a
> lot more useful.
>
> :o)
>
> Steve
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] removal

2015-05-14 Thread Pat David
https://mail.gnome.org/mailman/listinfo/gimp-user-list

At the bottom of that page.

On Thu, May 14, 2015 at 8:53 AM Richard Heathcote 
wrote:

> Hi All at GIMP,
>
>
>
> Can you please remove me from your mailing list?
>
>
>
> Many thanks, Richard
>
>
>
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Comment

2015-06-15 Thread Pat David
On Sun, Jun 14, 2015 at 5:54 AM Tennessee  wrote:

> Downloaded Yosemite.
> It destroyed my 7 year old free PhotoStudio.
> ...

I'm distraught in having lost it.
>

I'm sorry to hear it!  It sucks when a piece of software you rely on and
enjoy using goes away because the company no longer supports or updates
it.  If only there was some way to let motivated people continue building
and expanding on the software for others...


> Being FREE, I chose Gimp as a replacement, thinking Gimp was going to be
> simple, like the old PhotoStudio was..
>

I'm genuinely curious, __*why did you think this__*?

Again, I'm curious, why did you assume that GIMP would be like your
previous software?  I understand that you may be frustrated with learning
to use a new tool, but WHY would you assume that the new tool would be
anything like the other one you were using?



> A free service should be aimed toward intermediates
> like me...who found PhotoStudio just difficult enough to challenge but easy
> to learn, and a delight to use.  I'd be glad to pay $10 for a Free
> software that helps me edit pictures for fun and a professional look with
> simple tools.


Why should a "Free" service be aimed toward anything other than what it
wants to aim for?  Or did you mean: "I want YOUR free software to cater to
MY requirements only..."?

If you're willing to pay $10 for a "free" software, then I anxiously await
your donation here:

http://www.gimp.org/donating/



> Your GIMP is for the professional person...why do you give it away.
>

Because we belong in a tree (ie: we're NUTS!)

Why don't you have TWO free offers...one to attract the professional who
> wants your complexity for free...and the second to TEACH the
> beginning-intermediate editor to be a professional editor who could
> understand and use your present GIMP.
>

How about we have ONE offer, and you can choose to learn to use it, or not?

I'm curious, did you even check these things out:

http://www.gimp.org/docs/

In particular, the tutorials section that covers many of the basics to get
started:

http://www.gimp.org/tutorials/

Or perhaps searching for tutorials to help you get started?

http://lmgtfy.com/?q=gimp+beginner+tutorial

What about the many different communities around that are focused on GIMP:

http://www.gimpchat.com
http://gimpforums.com/

Or if you're interested in photography-related tutorials (disclaimer: this
links to my own site with some basics GIMP tutorials):

http://blog.patdavid.net/p/getting-around-in-gimp.html
(more advanced) http://pixls.us

If there are simple questions that you need help with to get started, I
suggest that instead of sending an email to the mailing list lamenting the
loss of your precious other software, and expressing disdain that a
volunteer-run software project doesn't match your commercial software for
your particular uses, that you rather approach the list with questions
regarding the use of the new software to help support your particular
workflow.

There are many, many helpful and friendly folks here who would be more than
happy to help direct you to answers to your problems...

pat david
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] How do I get the lasso tool to stop adding lines?

2015-06-20 Thread Pat David
Or double-click somewhere to automatically close the selection with a
straight line from the double click location.
On Sat, Jun 20, 2015 at 10:40 AM Ross Martinek  wrote:

> The first place you click, you will see a circle that is momentarily
> filled with yellow. Continue clicking or dragging, then close the selection
> shape by moving the cursor over the starting point. When you are at the
> correct point, that original click point, with the yellow filled circle,
> will reappear. Click in it to close the shape.
>
> Ross
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] How to make gallery?

2015-06-25 Thread Pat David
The least painful way? Look up Imagemagick montage.

What are the dimensions of your photos? You may be able to load them all up
as layers in GIMP and use the G'MIC version of montage as well.
On Thu, Jun 25, 2015 at 12:29 PM anonymousbrad  wrote:

> Hello,
>
> I have a bunch of photos that are exactly the same in dimensions
>
> I want to make an album out of these, and the album should be a png file
>
> So something like this:
> http://i.imgur.com/S1KqiK3.png
>
> If you look at the picture above, the white ones are the photos, the red
> is the
> background image that I want to use. Each photo should also have a label
> below
> it, like AB-90, etc.
>
> The final product should be a png file.
>
> I know I can do it manually using gimp but the problem is there are over
> 100
> images and doing it by hand will take forever, and if I do it by hand the
> distances between the images may not be uniform. In fact I have been doing
> it by
> hand since last night and I got frustrated and gave up.
>
> I want to somewhat automate this using gimp. is that possible?
>
> What is the least painful way of doing this?
>
> --
> anonymousbrad (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Dear Gimp

2015-06-30 Thread Pat David
What/where exactly did you try to register?  GIMP does not require you to
register anything, anywhere.

If you are trying to obtain the software, please make sure to download from
a safe location, such as directly from the GIMP website:

http://www.gimp.org/downloads/ 


On Tue, Jun 30, 2015 at 2:52 PM Chien-Hui Chung 
wrote:

> Dear Gimp,
>
> I have tried to register under five different e-mails and I have not
> received any thing from GIMP
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] GETTING RID OF STAINS

2015-07-03 Thread Pat David
You can use wavelet decompose to isolate the stain colors on a different
later. See the second half of this post:
http://blog.patdavid.net/2014/07/wavelet-decompose-again.html
On Fri, Jul 3, 2015 at 2:27 PM Patrick Shanahan 
wrote:

> * Chien-Hui Chung  [01-01-70 12:34]:
> > DOES ANYONE KNOW A SCRIPT THAT GET RID OF STAINS?
>
>
> You might try SHOUT
>
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
> Registered Linux User #207535@ http://linuxcounter.net
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] resolution, size when extracting from pdf vs. imagemagick

2015-07-07 Thread Pat David
The pdf can be exported at any resolution you ask. It's the reason you can
specify which density you want on import. (Imagemagick has a couple of
options for handling this:
http://www.imagemagick.org/discourse-server/viewtopic.php?t=8707).

What happens when you set the import density higher in GIMP? Desired
results?
On Tue, Jul 7, 2015 at 2:00 AM Joel Rees  wrote:

> I have a pdf of scanned images, theoretically jpeg images, and the gimp
> will offer me a selection dialog, from which it will import them
> individually as 1304x932 at 100 px/in. (This is odd, because I selected
> 300dpi at scan time, so the images should be 3 times that pixel density.
> But, then, 22Mb for 36 images is not 13" x 9" at 300 dpi, unless heavily
> compressed.)
>
> ImageMagick's identify -verbose tells me the same are 1032x728 at 72 dpi.
> If I use ImageMagick's convert to extract them, that's how they end up.
>
> Anyone have an idea what's happening?
>
> Joel Rees
>
> Computer memory is just fancy paper,
> CPUs just fancy pens.
> All is a stream of text
> flowing from the past into the future.
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] resolution, size when extracting from pdf vs. imagemagick

2015-07-07 Thread Pat David
Remember that as a container, pdf's can contain embedded jpg images at
varying pixel densities...

Christians solution would be the better solution I think.
On Tue, Jul 7, 2015 at 4:36 AM Joel Rees  wrote:

> 2015/07/07 16:55 "Christian Mandel" :
> >
> > For this use case,
>
> Well, actually, even IM's default 72 px/in would have done my present job.
> However,
>
> > I would suggest using the pdfimages program (from xpdf I guess)
> > (with the -j option to preserve embedded jpg) to extract the original
> images.
>
> this is all useful information.
>
> > The import in gimp will always "render" the pdf, what will always scale
> the original image,
> > unless you hit the exact resoultion/size.
> > Even then some quality will be lost since the pixel data from the
> rendered image will be taken and not the original information.
> > IIRC, neither IM nor Gimp will look into the pdf "container" to check the
> original jpeg's resolution, they assume a default resolution which you can
> change as Pat suggests.
> >
> > Best regards
> >
> > Chris
>
> Thanks.
>
> >
> > Am 07.07.2015 um 09:00 schrieb Joel Rees:
> >>
> >> I have a pdf of scanned images, theoretically jpeg images, and the gimp
> >> will offer me a selection dialog, from which it will import them
> >> individually as 1304x932 at 100 px/in. (This is odd, because I selected
> >> 300dpi at scan time, so the images should be 3 times that pixel density.
> >> But, then, 22Mb for 36 images is not 13" x 9" at 300 dpi, unless heavily
> >> compressed.)
> >>
> >> ImageMagick's identify -verbose tells me the same are 1032x728 at 72
> dpi.
> >> If I use ImageMagick's convert to extract them, that's how they end up.
> >>
> >> Anyone have an idea what's happening?
> >>
> >> Joel Rees
> >>
> >> Computer memory is just fancy paper,
> >> CPUs just fancy pens.
> >> All is a stream of text
> >> flowing from the past into the future.
> >> ___
> >> gimp-user-list mailing list
> >> List address:gimp-user-list@gnome.org
> >> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> >> List archives:   https://mail.gnome.org/archives/gimp-user-list
> >>
> >
> >
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] New photographic tutorial (pixls.us)

2015-07-07 Thread Pat David
I know this isn't specifically GIMP related, but I figured there might be
some photographers on the list that would find some interest in this.

Over on PIXLS.US, the creator of a new image processing project, PhotoFlow,
has just finished writing a nice tutorial on creating an exposure blended
panorama image with Hugin, PhotoFlow, Enfuse, and some advanced masking.
If anyone might be interested:

https://pixls.us/articles/a-blended-panorama-with-photoflow/

Also, if this is your first time hearing about pixls.us, come on by!  We've
got a bunch of tutorials (some ported from older ones of mine), and are
growing a community around F/OSS photography. :)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] How to reduce image file size while retaining width/height of image?

2015-07-09 Thread Pat David
You can export the file to a lossy file format such as JPG (
https://en.wikipedia.org/wiki/JPEG).  GIMP has an option to "Show preview
in image window", which will also give you an estimate of the file size
from the parameters.  You can modify the "Quality" slider until you reach a
desired file size.  Does this help with what you wanted to achieve?

On Thu, Jul 9, 2015 at 2:22 PM rhimbo  wrote:

> Hi,
>
> I would like to reduce the file size of an image.  But I would like to
> retain
> the width/height dimension.  Basically, I frequently need to do this to
> post
> images of screen grabs to forums when I have a question and want to show
> the
> important elements.
>
> I've found the Tools -> Transform Tools -> Scale.
>
> I've searched for scale related posts but don't see how to reduce the file
> size
> without affecting the width/height of my image.
>
> Many thanks,
>
> --
> rhimbo (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Question

2015-07-13 Thread Pat David
Do you mean "stitch" together like assembling a panorama image?  In that
case, you might want to look at using Hugin (http://hugin.sourceforge.net/)?
There are some scripts/plug-ins for GIMP to assemble images for a panorama,
but I'm not sure of how up-to-date they might be...

On Mon, Jul 13, 2015 at 12:03 PM James Doyle 
wrote:

> I am looking to find out how you stitch pictures tougher I have tried but
> unable to looked in the help files but could not find anything
>
> Please help
>
>
>
> From the outbox of
>
> James Doyle
>
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] imp for website creation?

2015-07-21 Thread Pat David
If you mean to mockup a website using GIMP, then sure!  If you mean to
create a website automatically from GIMP, this is not supported nor
recommended...  I am assuming this is the same op as from this reddit
thread (
https://www.reddit.com/r/GIMP/comments/3dwsq4/totally_confused_about_how_to_make_html_things/
).

You can export image assets from a mockup to use in a site design using
dreamweaver if you need to.

On Tue, Jul 21, 2015 at 12:54 PM dontfretit  wrote:

> Can gimp 2.8 be used for website creation?  I also have Dreamweaver CS3.
>
> --
> dontfretit (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Cannot Install GIMP

2015-08-17 Thread Pat David
Hi Peter!

It's hard for us to diagnose how best to help you without more information.

How are you attempting to re-install it, and what is happening that is
preventing it from working?
What, if any, error are you seeing while trying to install?
Are you still on OSX Yosemite?  If not, which version?

Which install did you previously have on your machine?

On Mon, Aug 17, 2015 at 9:56 AM Peter Giardina 
wrote:

> I previously had GIMP installed on my Mac (OS X Yosemite, version
> 10.10.4) and it was running perfectly. However, due to a set of
> circumstances with the Mac (I don't believe they were related to GIMP)
> the program began running poorly, if at all. I then uninstalled GIMP and
> attempted to reinstall it. However, I have not been able to do so. Also,
> since uninstalling GIMP, the problem with the computer has been fixed. I
> have tried both installers recommended on the 'downloads' page of your
> site.
>
> Please help with how I can successfully install GIMP. I like this
> program a lot, and would like to be able to continue using it.
>
> Thanks for your help,
>
> Peter Giardina
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Cannot Install GIMP

2015-08-17 Thread Pat David
Just putting this back on the user list for visibility (please remember to
"reply all" to make sure it gets to everyone).

So, which one are you downloading to attempt to install?  Let's pick a
single one to keep things simple for the moment.

When you get the .dmg file, can you drag the app into a simple location,
like your desktop?  Then try to launch the app from there.  What happens
when you try to launch it?

On Mon, Aug 17, 2015 at 10:18 AM Peter Giardina 
wrote:

> Hi, Pat!
>
> Thank you for your response. I'll try to answer your questions.
>
> I am attempting to install by going to gimp.org and then clicking on the
> orange 'download' button. I then clicked on the following links on the
> 'downloads' page.
>
>
> Native builds
>
> Currently there are two main installers:
>
> A GIMP 2.8 DMG installer by Sven Claussner, stock GIMP build without any
> add-ons. It works on OS X 10.6 Snow Leopard and later. Just open the
> downloaded DMG and drag and drop GIMP into your "Applications" folder.
>
> Download GIMP 2.8 from gimp.org . If the torrent download doesn't work,
> you can also follow this link.
> A build by Simone Karin Lehmann, with some extra plug-ins and changes.
>
> Download GIMP 2.8 from lisanet.de
>
>
> On one occasion, I thought I had downloaded the program successfully, but
> after it was opened it would not respond, i.e. I could not open a new
> project. Since it was not working properly, I have uninstalled the program.
>
> I am not seeing any error messages while trying to install.
>
> I am still running OS X Yosemite, version 10.10.4.
>
> I do not recall which install was on the computer before.
>
> I hope this helps. If necessary, I will try to provide any other
> additional information.
>
>
> Thanks for your help,
>
> Peter
>
> On 8/17/15 11:01 AM, Pat David wrote:
>
> Hi Peter!
>
> It's hard for us to diagnose how best to help you without more information.
>
> How are you attempting to re-install it, and what is happening that is
> preventing it from working?
> What, if any, error are you seeing while trying to install?
> Are you still on OSX Yosemite?  If not, which version?
>
> Which install did you previously have on your machine?
>
> On Mon, Aug 17, 2015 at 9:56 AM Peter Giardina 
> wrote:
>
>> I previously had GIMP installed on my Mac (OS X Yosemite, version
>> 10.10.4) and it was running perfectly. However, due to a set of
>> circumstances with the Mac (I don't believe they were related to GIMP)
>> the program began running poorly, if at all. I then uninstalled GIMP and
>> attempted to reinstall it. However, I have not been able to do so. Also,
>> since uninstalling GIMP, the problem with the computer has been fixed. I
>> have tried both installers recommended on the 'downloads' page of your
>> site.
>>
>> Please help with how I can successfully install GIMP. I like this
>> program a lot, and would like to be able to continue using it.
>>
>> Thanks for your help,
>>
>> Peter Giardina
>>
>> ___
>> gimp-user-list mailing list
>> List address:gimp-user-list@gnome.org
>> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
>> List archives:   https://mail.gnome.org/archives/gimp-user-list
>>
>
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Unsubscribing

2015-08-17 Thread Pat David
The bottom of this page (linked in the bottom of every email):

https://mail.gnome.org/mailman/listinfo/gimp-user-list

On Mon, Aug 17, 2015 at 10:39 AM Parisi, Philip J. <
philip.par...@lsc.vsc.edu> wrote:

> How do I unsubscribe from the GIMP email list?
>
>
> Dr. Philip J. Parisi
> Lyndon State College
> Visual Arts: Harvey 114
> 802.626.6310
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Cannot Install GIMP

2015-08-17 Thread Pat David
So, Yosemite has a "feature" that will automatically _not_ run apps that
are from an 'unidentified' developer.  This is _possibly_ what's happening
here.

https://support.apple.com/kb/PH18657?locale=en_US

So let's try this first:

Using Finder, go to where you have the app (Applications folder).  Use
Finder, not Launcher to get there.  Hold "Control" and click on the app
icon, and choose "Open" from the shortcut menu.  That should set the app as
a exclusion to this policy.  The app _should_ open now.

Try that and report back.

On Mon, Aug 17, 2015 at 11:10 AM Peter Giardina 
wrote:

> I understand that you want to pick one install, but let me explain what is
> happening.
>
> I first tried to use the install by Simone Karin Lehmann at lisanet.de ,
> because of the add-ons. However, when I click on 'download' it goes to
> SourceForge. I have read what was written about SourceForge on your site so
> that doesn't seem like a good option.
>
> When I click on  *Download GIMP 2.8 from gimp.org <http://gimp.org>* for
> the torrent install, I receive the following file: 
> *http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg.torrent
> <http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg.torrent>* (7
> KB). When I try to open this link I get this message: Safari can’t open the
> file “gimp-2.8.14.dmg-4.torrent” because no available application can open
> it.
>
> So then I am left with clicking on: "If the torrent download doesn't work,
> you can also follow *this link*." Clicking on 'this link' does download
> the following file: gimp-2.8.14.dmg. I then open this file and it produces
> a file called, GIMP.app. I then drag that file into the Applications
> folder, and double click the icon to open the app. Instead of the app being
> opened, nothing happens.
>
> So, where do we go from here?
>
>
>
>
> On 8/17/15 11:21 AM, Pat David wrote:
>
> Just putting this back on the user list for visibility (please remember to
> "reply all" to make sure it gets to everyone).
>
> So, which one are you downloading to attempt to install?  Let's pick a
> single one to keep things simple for the moment.
>
> When you get the .dmg file, can you drag the app into a simple location,
> like your desktop?  Then try to launch the app from there.  What happens
> when you try to launch it?
>
> On Mon, Aug 17, 2015 at 10:18 AM Peter Giardina 
> wrote:
>
>> Hi, Pat!
>>
>> Thank you for your response. I'll try to answer your questions.
>>
>> I am attempting to install by going to gimp.org and then clicking on the
>> orange 'download' button. I then clicked on the following links on the
>> 'downloads' page.
>>
>>
>> Native builds
>>
>> Currently there are two main installers:
>>
>> A GIMP 2.8 DMG installer by Sven Claussner, stock GIMP build without any
>> add-ons. It works on OS X 10.6 Snow Leopard and later. Just open the
>> downloaded DMG and drag and drop GIMP into your "Applications" folder.
>>
>> Download GIMP 2.8 from gimp.org . If the torrent download doesn't work,
>> you can also follow this link.
>> A build by Simone Karin Lehmann, with some extra plug-ins and changes.
>>
>> Download GIMP 2.8 from lisanet.de
>>
>>
>> On one occasion, I thought I had downloaded the program successfully, but
>> after it was opened it would not respond, i.e. I could not open a new
>> project. Since it was not working properly, I have uninstalled the program.
>>
>> I am not seeing any error messages while trying to install.
>>
>> I am still running OS X Yosemite, version 10.10.4.
>>
>> I do not recall which install was on the computer before.
>>
>> I hope this helps. If necessary, I will try to provide any other
>> additional information.
>>
>>
>> Thanks for your help,
>>
>> Peter
>>
>> On 8/17/15 11:01 AM, Pat David wrote:
>>
>> Hi Peter!
>>
>> It's hard for us to diagnose how best to help you without more
>> information.
>>
>> How are you attempting to re-install it, and what is happening that is
>> preventing it from working?
>> What, if any, error are you seeing while trying to install?
>> Are you still on OSX Yosemite?  If not, which version?
>>
>> Which install did you previously have on your machine?
>>
>> On Mon, Aug 17, 2015 at 9:56 AM Peter Giardina 
>> wrote:
>>
>>> I previously had GIMP installed on my Mac (OS X Yosemite, versio

Re: [Gimp-user] Cannot Install GIMP

2015-08-17 Thread Pat David
Ok, what I would try next is to run the app through terminal to see if any
debug/error information is output to the console.

Open terminal.
Navigate to the applications directory:

>cd /Applications

Then run the GIMP app from the terminal:

>./Gimp.app/Contents/MacOS/Gimp

Copy everything that is output on the terminal from that, and send it here.

On Mon, Aug 17, 2015 at 12:12 PM Peter Giardina 
wrote:

> I tried what you suggested. Before I describe what happened, let me
> explain that I already have set system preferences, Security & Privacy, to
> allow apps downloaded from anywhere. With that said, here's what happened
> when I followed your instructions. The app opened, but not actually. That
> is, the bar at the top of the screen says GIMP, but the bar is grayed back.
> When I click on 'file' it does provide a drop down menu. Then I try to open
> a new project and nothing happens. So that is where it stands right now. I
> have also tried to open the app by double clicking on a file that was
> created in GIMP, but it will not launch the program.
>
> I know this must all sound very confusing. I have been using Macs for
> about 25 years and I have never experienced anything like this.
>
> Thanks for your help.
>
>
> Peter
>
>
> On 8/17/15 12:16 PM, Pat David wrote:
>
> So, Yosemite has a "feature" that will automatically _not_ run apps that
> are from an 'unidentified' developer.  This is _possibly_ what's happening
> here.
>
> https://support.apple.com/kb/PH18657?locale=en_US
>
> So let's try this first:
>
> Using Finder, go to where you have the app (Applications folder).  Use
> Finder, not Launcher to get there.  Hold "Control" and click on the app
> icon, and choose "Open" from the shortcut menu.  That should set the app as
> a exclusion to this policy.  The app _should_ open now.
>
> Try that and report back.
>
> On Mon, Aug 17, 2015 at 11:10 AM Peter Giardina 
> wrote:
>
>> I understand that you want to pick one install, but let me explain what
>> is happening.
>>
>> I first tried to use the install by Simone Karin Lehmann at lisanet.de ,
>> because of the add-ons. However, when I click on 'download' it goes to
>> SourceForge. I have read what was written about SourceForge on your site so
>> that doesn't seem like a good option.
>>
>> When I click on  *Download GIMP 2.8 from gimp.org <http://gimp.org>* for
>> the torrent install, I receive the following file: *
>> <http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg.torrent>http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg.torrent
>> <http://download.gimp.org/pub/gimp/v2.8/osx/gimp-2.8.14.dmg.torrent>* (7
>> KB). When I try to open this link I get this message: Safari can’t open the
>> file “gimp-2.8.14.dmg-4.torrent” because no available application can open
>> it.
>>
>> So then I am left with clicking on: "If the torrent download doesn't
>> work, you can also follow *this link*." Clicking on 'this link' does
>> download the following file: gimp-2.8.14.dmg. I then open this file and it
>> produces a file called, GIMP.app. I then drag that file into the
>> Applications folder, and double click the icon to open the app. Instead of
>> the app being opened, nothing happens.
>>
>> So, where do we go from here?
>>
>>
>>
>>
>> On 8/17/15 11:21 AM, Pat David wrote:
>>
>> Just putting this back on the user list for visibility (please remember
>> to "reply all" to make sure it gets to everyone).
>>
>> So, which one are you downloading to attempt to install?  Let's pick a
>> single one to keep things simple for the moment.
>>
>> When you get the .dmg file, can you drag the app into a simple location,
>> like your desktop?  Then try to launch the app from there.  What happens
>> when you try to launch it?
>>
>> On Mon, Aug 17, 2015 at 10:18 AM Peter Giardina 
>> wrote:
>>
>>> Hi, Pat!
>>>
>>> Thank you for your response. I'll try to answer your questions.
>>>
>>> I am attempting to install by going to gimp.org and then clicking on
>>> the orange 'download' button. I then clicked on the following links on the
>>> 'downloads' page.
>>>
>>>
>>> Native builds
>>>
>>> Currently there are two main installers:
>>>
>>> A GIMP 2.8 DMG installer by Sven Claussner, stock GIMP build without any
>>> add-ons. It works on OS X 10.6 Snow Leopard and later. Just open the
>>> d

Re: [Gimp-user] Unsubscribe, please.

2015-08-18 Thread Pat David
Linda,

Go to this page at the bottom to unsubscribe:

https://mail.gnome.org/mailman/listinfo/gimp-user-list

On Tue, Aug 18, 2015 at 10:49 AM Linda Henley  wrote:

>
>
> Sent from my iPhone
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Windows Version lacks 'Select a region to grab'

2015-08-24 Thread Pat David
on 2.8.14 (Partha's build), I only have "Grab a single window" and "Grab
the whole screen".

So I'm going to say that there is no region selection for grabbing screen
shots in windows?

On Mon, Aug 24, 2015 at 5:04 PM AJ  wrote:

> Hello!
>
> I'm regularly an Ubuntu Gimp user, but have occasion to use Gimp on
> WIndows. When I have to use Windows, I was wondering if it's a version
> issue or missing plugin or something... but the Windows version doesn't
> appear to have the feature I love, that is 'Select a region to grab' in the
> Create | Screenshot option.
>
> Can anyone please advise?
>
> Thank you fellow GIMP aficionados!
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Windows Version lacks 'Select a region to grab'

2015-08-24 Thread Pat David
Windows generally doesn't capture the mouse pointer when doing screen
grabs. Irfanview does have an option to grab it if you want. Also, win has
a handy built in screen capture program: windows snipping tool.
On Mon, Aug 24, 2015 at 9:09 PM Dora Smith  wrote:

> It has never occurred to me to use GIMP to do screenshots.  At face value,
> that sounds like extra work, kind of like using WORD to do screenshots.
>
> I use Screenshot Captor, for Windows 7.   It is excellent, and has all the
> options you need.  You can select, crop, resize, and do some other things
> I've not had to do, and save it in quite a variety of formats.   It even
> saves it in its own screen and then you can just open the program and drag
> and drop to email screenshots.
>
> Ubuntu has good screenshot programs available through the software manager,
> and I like them as well.
>
> But what version of Windows are you using?   Ofnuts' guess brings to mind
> the fact that Windows 8/ 10 has serious identity confusion; it often thinks
> it's a tablet.   "Can't get the mouse pointer when doing a screenshot of
> the
> whole screen" - really?   LOL!
>
> You know, you could get a second hard drive and try out one of the Ubuntu
> flavors.   Unity most closely resembles Windows 8, and Kubuntu most
> resembles Windows XP, and if you add the Cairo dock (requires up to date
> video processor and its own Linux drivers if it has them), it resembles
> Windows 7.   Unity won't run if the video processor isn't up to date
> either,
> and it can be hard with gnome.   But if you've got Windows 8, the video
> processor is up to date, because it's a new computer.
>
> Dora
>
> -Original Message-
> From: Ofnuts
> Sent: Monday, August 24, 2015 5:57 PM
> To: gimp-user-list@gnome.org
> Subject: Re: [Gimp-user] Windows Version lacks 'Select a region to grab'
>
> Possiby a restriction due to Windows screen management. IIRC you don't
> get the mouse pointer when doing a screenshot of the whole screen.
>
>
> On 25/08/15 00:14, Pat David wrote:
> > on 2.8.14 (Partha's build), I only have "Grab a single window" and "Grab
> > the whole screen".
> >
> > So I'm going to say that there is no region selection for grabbing screen
> > shots in windows?
> >
> > On Mon, Aug 24, 2015 at 5:04 PM AJ  wrote:
> >
> >> Hello!
> >>
> >> I'm regularly an Ubuntu Gimp user, but have occasion to use Gimp on
> >> WIndows. When I have to use Windows, I was wondering if it's a version
> >> issue or missing plugin or something... but the Windows version doesn't
> >> appear to have the feature I love, that is 'Select a region to grab' in
> >> the
> >> Create | Screenshot option.
> >>
> >> Can anyone please advise?
> >>
> >>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Windows Version lacks 'Select a region to grab'

2015-08-26 Thread Pat David
On Wed, Aug 26, 2015 at 9:20 AM Dora Smith  wrote:

> You said you've been specifically having trouble in Windows - so, in
> Windows!
>

I think you may have mixed up who the original poster was (AJ).  I don't
think Ofnuts is having an issue. :)
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Luminance and luma for an sRGB image using GIMP 2.9

2015-09-07 Thread Pat David
Hi Elle!

Did you happen to have some visual examples that demonstrate the
differences between the operations (luma vs luminance for instance) for a
user to see why they might want one over the other?
On Mon, Sep 7, 2015 at 9:24 AM Elle Stone 
wrote:

> In response to a question that was sent to me by a GIMP 2.9 user, I
> wrote up instructions on how to use GIMP 2.9 to convert from color to
> black and white to get "relative luminance" ("luminance" for short).
>
> I'm posting the instructions here because converting from color to
> luminance is often very useful when editing an image, and right now
> using GIMP 2.9 to get luminance for an sRGB color image requires using a
> somewhat complicated and nonobvious series of steps.
>
> In a color-managed image editor like GIMP, the luminance of an sRGB
> color is calculated using this formula: Luminance = R*0.222 + G*717 +
> B*0.061, where R, G, and B refer to a pixel's RGB channel values. The
> "catch" is that you have to operate on linearized RGB. Otherwise you get
> "luma" instead of luminance.
>
> GIMP 2.9 is a development version of GIMP, and so these instructions
> might not be valid for very long. But as of September 7th, 2015, here
> are 7 ways to use GIMP 2.9 to get luminance for a regular sRGB image,
> plus 3 ways to get luma:
>
> 7 ways to get luminance for an sRGB image
>
> 1. Assign the GIMP built-in sRGB profile, even if the image already has
> an embedded sRGB profile. Then convert to 32-bit floating point *linear*
> precision, and use Colors/Desaturate/Luminosity, and make sure you *DO*
> check the gamma hack.
>
> 2. Or instead of assigning the GIMP built-in sRGB profile, if there is
> an embedded sRGB profile in your image, first convert to 32-bit floating
> point *gamma* precision, then convert from the embedded sRGB profile to
> GIMP's built-in sRGB profile, and then convert to 32-bit *linear*
> precision, and then use Colors/Desaturate/Luminosity, and make sure you
> *DO* check the gamma hack.
>
> 3. Or if your image has an embedded sRGB profile, stay at 32-bit
> floating point *gamma* precision, and convert your image from the
> embedded regular sRGB color space to a linear gamma version of the sRGB
> color space, using a linear gamma sRGB profile from disk. Then use
> Colors/Desaturate/Luminosity, and make sure you *DON'T* check the gamma
> hack.
>
> 4. Or else stay at 32-bit floating point *gamma* precision and use
> Colors/Desaturate (the second Desaturate)/Mono mixer, with channel
> values Red: 0.222 / Green: 0.717 / Blue: 0.061, and *DON'T* use the
> gamma hack. Using this method, if your image already has an embedded
> sRGB profile, you don't have to assign or convert to the GIMP built-in
> sRGB profile.
>
> 5. Or stay at 32-bit floating point *gamma* precision, convert your
> image to a linear gamma sRGB profile from disk, and use
> Colors/Desaturate (the second Desaturate)/Mono mixer, with channel
> values Red: 0.222 / Green: 0.717 / Blue: 0.061, and *DO* use the gamma
> hack.
>
> Or if you want to produce a true grayscale (single channel) image:
>
> 6. Assign or convert to the GIMP built-in sRGB profile, then convert to
> grayscale using "Image/mode/convert to grayscale", and you have
> automatically get relative luminance. It doesn't matter whether you use
> linear or gamma precision. Both give the same result.
>
> 7. Or if your image has an embedded regular sRGB profile, stay at
> *gamma* precision (because currently linear precision doesn't work with
> images with embedded ICC profiles), and use "Image/mode/convert to
> grayscale".
>
> 3 ways to get luma for an sRGB image:
>
> 1. Assign the GIMP built-in sRGB profile, even if the image already has
> an embedded sRGB profile. Then convert to 32-bit floating point gamma OR
> linear precision (it doesn't matter which), and use
> Colors/Desaturate/Luminosity, and make sure you *DON'T* check the gamma
> hack.
>
> 2. Or if you don't want to assign or convert to the GIMP built-in sRGB
> profile, and instead prefer to use an sRGB profile that's already
> embedded in the image (or if you have assigned an sRGB profile from
> disk), then convert to 32-bit floating point *gamma* precision (*don't*
> select linear precision), and then use Colors/Desaturate/Luminosity, and
> make sure you *DON'T* check the gamma hack.
>
> 3. Or stay at 32-bit floating point *gamma* precision and use
> Colors/Desaturate (the second Desaturate)/Mono mixer, with channel
> values Red: 0.222 / Green: 0.717 / Blue: 0.061, and *DO* use the gamma
> hack. As long as you are at gamma precision, it doesn't matter whether
> you use GIMP's internal sRGB profile or a regular sRGB profile from disk
> (but of course don't convert the image to a linear gamma sRGB profile
> from disk), either way checking the gamma hack will produce luma instead
> of luminance.
>
> Well, hopefully I didn't make any mistakes writing these instructions up.
>
> Best,
> Elle Stone
> --
> http://ninedegreesbelow.com
> Color management and free/libre

Re: [Gimp-user] How to import a raw camera file with color depth greater than 8

2015-09-09 Thread Pat David
You will need UFRaw or some other raw processor to generate a high-bit
depth tif, first, then load that.

On Wed, Sep 9, 2015 at 2:36 PM Helmut Jarausch  wrote:

> Hi,
>
> I have a Lumix camera which (probably) stores 12 bits per color.
> How can I import such a raw file with this color depth.
> I'm using the GIT version of GIMP which supports greater color depths.
>
> Many thanks for a hint,
> Helmut
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Fixed screen

2015-09-12 Thread Pat David
Was there supposed to be an attachment?
On Sat, Sep 12, 2015 at 5:03 AM Pedro Albuquerque 
wrote:

> Hi,
>
> when I open Gimp, I get a fixed screen. I can see the scrollbar but it
> does nothing, please see here.
>
> What can I do to fix this? Is there a preference to be changed?
>
> I'm using Ubuntu 14.04, gimp 2.8.10 and an old Toshiba satellite 32
> bit.
>
> Regards,
> Pedro.
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] GIMP stops working -- please help.

2015-09-12 Thread Pat David
Is there an antivirus running?  We've heard some reports of some antivirus
programs causing issues.  What about other processes/programs that are
running at the same time?

Can you boot into safe mode, disconnect internet, shutdown all unnecessary
programs, and then run GIMP ok?  If so we can begin to narrow down the
likely suspects...


On Sat, Sep 12, 2015 at 10:15 AM TKK  wrote:

>
> Dear folks,
>
> Gimp 2.8.14 for Windows
> Windows 7
>
> I love GIMP. I've been working with it for years.
>
> A couple weeks ago, GIMP 2.8.14 stopped working on my computer. I have a
> Toshiba
> Qosmio that runs Windows 7. (I know. *Windows.*) I have not downloaded any
> new
> programs or had a Windows update that I know of.
>
> Gimp starts up okay, and then I get about 3 clicks (any 3 clicks, not a
> particular set of commands,) and then it stops responding. It doesn't shut
> down,
> but it won't respond. Even if I'm in the middle of opening a file, clicking
> within the Open File window doesn't do anything. If I've opened something
> and
> have started doing something, like selecting an area, then I can't change
> tools
> or select or deselect any more. The keyboard shortcuts, arrow keys, track
> pad,
> etc., also don't work.
>
> I have to start the Task Manager to close Gimp. In the Task Manager, it
> says
> that Gimp is "running."
>
> Inkscape is doing the same thing.
>
> Things I've tried that have not worked:
>
> Changing the name of AND deleting the "settings" file in the Users folder
> Uninstalling and reinstalling (I know it's not supposed to help, but I
> tried
> it.)
> Doing both of the above at the same time.
> Restoring my computer to a restore point back when GIMP was working.
> Removing the wireless mouse and just using the trackpad.
> Above and trying the arrow keys or shortcut commands.
> Just waiting for 30 minutes to see if it's horrendously slow. (nope.)
> Closing other programs or processes via Task Manager.
>
> Any help is greatly appreciated. I don't want to have to get Photoshop. I
> really
> don't.
>
> Thank you in advance,
> TK
>
> --
> TKK (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Electronic flash reflection in glasses

2015-09-12 Thread Pat David
Possibly, but it won't be easy.  (And now you've learned a fun lesson on
angle of incidence for light... :D ).  Do you have a crop/sample of the
problem you're having we could see?

On Sat, Sep 12, 2015 at 10:15 AM Bewildered_Bob 
wrote:

> Is it possible to remove the flash reflection from eyeglasses ? Thanx.
>
> --
> Bewildered_Bob (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] PDF with multiple images-original scan from off-white paper

2015-09-12 Thread Pat David
It's possible using something like BIMP (Batch Image processing in GIMP),
or to code a script.  Otherwise, it may be something best handled by
imagemagick?  (I normally turn to imagemagick/g'mic for batch processing
vs. GIMP personally).  Could you link/attach the doc or a page of the pdf
that shows the problem?

On Sat, Sep 12, 2015 at 10:16 AM FrGuidoSarducci 
wrote:

> I have a 250+ page PDF document.  Every page of this document contains an
> image.  The original image that was scanned was on off-white paper.  I
> want to
> print the PDF on white paper, but the off-white background of the original
> paper
> stands out. I am unable to get the original images.
> I was able to get rid of the off-white color thru GIMP (2.8.14) using
> Select->By Color and then Bucket Fill.  I am new enough at GIMP that I
> don't
> know if it's possible to make this change on all of the images at once.
> Is this
> possible?  if so, can someone point me in the right direction?  Thanks.
>
> --
> FrGuidoSarducci (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] ufraw causing gimp to crash

2015-09-12 Thread Pat David
jon777, have you tried one of the other more modern, dedicated raw
processors such as darktable or RawTherapee?

On Sat, Sep 12, 2015 at 10:16 AM jon777  wrote:

> >Or get my build (Windows or Mac). UFRaw is integrated into it.
> >
> >Hope this helps.
> >Partha
> A simple explanation---the software is not as good as some of the hype
> touting
> "Open Source." Ufraw freezes on my when trying to open .CR2 files in
> windows 7
> 64 bit from Gimp.
>
> Perhaps I need to stop trying so many opensource products.
>
> --
> jon777 (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] space bar to move around, not enable disable in an other window

2015-09-12 Thread Pat David
What OS?  What version?  Which version of GIMP? What else is running?

I know that in some OS, a selection on a dialog can be activated through
pressing the spacebar - perhaps what is happening is that your passing a
selection/entry to the last active dialog (in your case it sounds like the
layer visibility check?).  Can you just use your middle mouse button to
pan, or bind the modifier for panning to a different key?

On Sat, Sep 12, 2015 at 10:16 AM Hexi  wrote:

> Hello,
> I have been using GIMP for a while, but I'm still a learner.
> I have searched for similar topics but never found a solution to my
> problem.
>
> There is something that is driving me crazy : when I click on a layer to
> turn it
> off or on, and then I want to move around my image by pressing the space
> bar
> (and moving my mouse), it turns on/off the layer I just clicked on.
>
> If I want the space bar to move my image again, I have to click on my image
> first, and then press space bar.
>
> I cannot understand how that can be useful. Maybe it is for some people,
> but I
> just want the space bar to move my image, and NOTHING ELSE, regardless of
> the
> last button I clicked on. If I want to turn on or off a layer, I just
> click on
> it.
>
> Is there a way to force the space bar to do the action "move image with
> mouse",
> regardless of the last button I clicked on, and without having to click in
> the
> middle of my image first? One more thing, I know that the scrollwheel
> click does
> exactly what I am asking for, but I want this functionality to work when I
> press
> space bar because... I hate clicking on the scrollwheel.
>
> Thank you for your answer, even in the case you just tell me that cannot be
> done.
> ...
> I would probably cry. A lot.
>
> --
> Hexi (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Compatible Digital background Programs

2015-09-14 Thread Pat David
Hi!  Not sure what you mean by "digital background" program.  Could you
elaborate or point to an example of what you mean?

On Mon, Sep 14, 2015 at 11:51 AM Londyn2015  wrote:

> I am new to Gimp and am looking for a digital background program that is
> easy-to-use with Gimp. I have been reading and shopping on and off for
> days and
> am more confused than ever. Does anyone use a digital background program
> that
> they would highly recommend? I'd like to have a selection of backdrops for
> holidays, infants, families, pin-up, school, etc.
>
> --
> Londyn2015 (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] ECCN

2015-09-16 Thread Pat David
Ms Kays,

As GIMP is a free software licensed for use under the Gnu General Public
License (http://www.gimp.org/about/COPYING).

This software is not under the jurisdiction of the U.S. Department of
Commerce as far as we are aware, as such we don't have an ECCN number to
refer you to.

Pat David

On Wed, Sep 16, 2015 at 2:35 PM Grace Kays (TEMA TOC) <
grace.k...@tema.toyota.com> wrote:

> Hi,
>
> My name is Grace Kays and I work in Trade Compliance at Toyota Motor
> Engineering and Manufacturing North America. What is the export commodities
> classification number (ECCN) for Gimp Photo Editor?
>
> Thank you,
>
> Grace Kays  |  Trade Compliance
> Toyota Motor Engineering & Manufacturing North America, Inc. (TEMA)
> Phone:  859-372-2836  E-mail: grace.k...@tema.toyota.com grace.k...@tema.toyota.com>
>
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Using Wilber Image

2015-10-09 Thread Pat David
Both of your posts made it through. :)

I don't think it's a problem. To be clear, you're using the images as
indicators/illustrations of or about GIMP?
On Fri, Oct 9, 2015 at 10:25 PM Deanna Galgano 
wrote:

> I apologize if this is a second posting- I just tried to send this out,
> but I am not certain that it went through…
>
> I am teaching a class for a commercial curriculum site, and was wondering
> if I could obtain permission to use an image or images of Wilber in the
> paperwork for my class?  The site director wants me to get official
> permission before using it.  If permission cannot be granted here, could
> you please tell me where I could request it?
>
> Thank you very much for your help.
>
>
>
> Sent from Mail for Windows 10
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Using Wilber Image

2015-10-09 Thread Pat David
The linking page has some further information regarding the use of Wilber
(as I understand it, you're free to use it):

http://www.gimp.org/about/linking.html

On Fri, Oct 9, 2015 at 10:25 PM Deanna Galgano 
wrote:

> I apologize if this is a second posting- I just tried to send this out,
> but I am not certain that it went through…
>
> I am teaching a class for a commercial curriculum site, and was wondering
> if I could obtain permission to use an image or images of Wilber in the
> paperwork for my class?  The site director wants me to get official
> permission before using it.  If permission cannot be granted here, could
> you please tell me where I could request it?
>
> Thank you very much for your help.
>
>
>
> Sent from Mail for Windows 10
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Free Select Lasso Tool - Please help me

2015-10-12 Thread Pat David
When using that tool, double-clicking will attempt to close the path from
that location - are you accidentally double-clicking by chance?

On Mon, Oct 12, 2015 at 5:36 PM Ladystar  wrote:

> HI , I am an amateur gimp users, self taught through you tube, about five
> years
> in now.  Something has changed and no matter how many times i scrape gimp
> off my
> drive and reinstall (registry entries too), the issue remains the same.
>
> I can find no settings or options to affect this issue, so it must be
> something
> stupid I have changed or don't understand about the program.
>
> let's say as an example i paste a picture into my gimp frame and from
> within
> that picture I want to cut something out, using my lasso tool by clicking
> multiple points around the object closely and then CTRL X to cut it out.
>
> This tool has always worked 100 percent, but now when I attempt to laydown
> selection dots around my object, before i am finished laying down the
> dots, the
> dots behind me dissapear, or the dots close the loop in some intersected
> way
> that I didn't choose because i didn't get to finish going around my object.
>
> I am litterally losing my mind over this issue.  I have hit hte tool reset
> button, i have used all th different tool selection settings, I can't get
> it to
> let me finish selecting the object i want to cut out, without it finishing
> it or
> me too early and cutting across my object.
>
> I have attached a picture showing how the lasso tool closed the loop on me
> while
> I was still trying to go around the object with selection dots.
>
> Has anyone experienced this, can someone help me.
>
> thank you
> Ladystar
>
> Attachments:
> * http://www.gimpusers.com/system/attachments/223/original/lassotool.png
>
> --
> Ladystar (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Modifying post?

2015-10-31 Thread Pat David
This is not an actual "forum" that they've posted in, but rather the
gimp-user mailing list. Removal of the email from the list would need to
happen from the list administrator(s).
On Sat, Oct 31, 2015 at 7:22 AM Patrick Shanahan 
wrote:

> * stillagorilla  [10-31-15 07:25]:
> > Hello,
> >
> > I realized that in the Gimp Users forum my message shows up with my full
> name.
> > Is there a way to change that to something like just "Anna H," for
> privacy?
> > Here is the link to the post I'm referring to:
> > http://www.gimpusers.com/forums/gimp-developer/17600-thanks
>
> Don't use the forums, but usually you have to register and provide a name,
> ...  Should be a screen after you login, looks like "Display Name".  I am
> not going to sign up to see :).
> --
> (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
> http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
> http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
> Registered Linux User #207535@ http://linuxcounter.net
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] New question on Gimp

2015-11-12 Thread Pat David
I think what you're looking to do is to use a luminosity mask to target
which tones in the image are being modified:

http://blog.patdavid.net/2013/11/getting-around-in-gimp-luminosity-masks.html

There's a discussion of this on gimpchat as well:
http://gimpchat.com/viewtopic.php?f=23&t=8983

On Thu, Nov 12, 2015 at 4:05 PM Jack Denman  wrote:

> Using Gimp, I would like to modify the highlights without modifying the
> middle tomes on the shadows. I would like to increase the contrast of
> just the highlight areas or darkening a little without modifying the
> middle tones or the shadows. I don't care how complex the procedure is,
> just how to do it. I am not asking about "blown out" highlights. Any
> answer would be appreciated.
>
> Jack
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Luminosity confusion

2015-12-01 Thread Pat David
To expand on what Partha already said, make sure that the file you download
is a plain text file, and that the extension is actually .scm. You should
be able to open the file in any text editor to see the contents (and as
Gene already mentioned - check that the file contents are similar to the
one that works).

Another option is to follow the link to the Registry on that blog post and
to try it with Saul Goodes version of the script. This is actually the one
that I recommend, as Saul is far more knowledgeable than I about
scripting/Scheme.

Check those things and get back to us. We'll get it sorted out. :)

pat
On Tue, Dec 1, 2015 at 5:03 AM Partha Bagchi  wrote:

> It is a GIMP script file and does not need any permission etc. Are you
> sure that when you download the file extension is intact? What system
> are you running this on?
>
> I've added Pat to the cc list so that he can work on this as well. :)
>
> On Tue, Dec 1, 2015 at 12:27 AM, Jack Denman 
> wrote:
> > I am still learning about digital photography. I developed my first roll
> > of film in 1946, by hand in my grandmothers bathroom.
> >
> > Since I am learning masking techniques, I wonder if someone could
> > explain the contradiction of these two scripts.
> >
> >
> > This web page has a download link of a script from "Download from:
> > Google Drive" at produces a file called
> > "patdavid-luminosity-masks-2.scm"
> >
> >
> http://blog.patdavid.net/2013/11/getting-around-in-gimp-luminosity-masks.html
> >
> >
> > This file cannot be used because when copied into .gimp-2.8/scripts/
> > the script entry is not visible on the pull-down menus of gimp.
> >
> > On the other hand the older script called "Luminosity_masks.scm" does
> > work from some older web pages and does cause the scripts pull-down menu
> > to appear. When the channels menu is invoked from this script the other
> > masks disappear.
> >
> >
> >
> > Can someone explain this? Any help would be appreciated.
> >
> >
> > --
> > Regards,
> >
> > Jack C Denman
> > H: (714) 680-4253
> > C: (714) 515-9365
> > 
> >
> >
> >
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] ai files in gimp

2015-12-01 Thread Pat David
Why not export figures from GIMP and insert them into your project in
Inkscape?

Then you can keep your vector graphics in Inkscape.
On Tue, Dec 1, 2015 at 2:22 PM Alex Vergara Gil 
wrote:

> Hello!
>
> Is there a way of importing ai files into gimp? I know i canuse them
> in inkscape but i need to insert some figures in my project, i need
> them to be very resolutive but converting them to png is not what i
> expect, results are a disaster. Any hints?
>
> Regards
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Save and automatically apply a series of editing steps

2015-12-06 Thread Pat David
Unfortunately no, no short version of pushing buttons (yet).

Script-fu or Python are probably the best bet at the moment? At least
there's a script fu console and the pdb to reference while building out a
script...
On Sun, Dec 6, 2015 at 6:35 AM Elle Stone 
wrote:

> I'd like to be able to open an image file in GIMP (GIMP 2.9, not sure if
> the version makes a difference) and have a series of editing steps
> performed automatically.
>
> I found the following tutorial:
> https://www.gimp.org/tutorials/Automate_Editing_in_GIMP/
>
> That's a long, complicated tutorial (probably how people feel when they
> read some of the articles on my website :) ).
>
> Is there a short "push these buttons" version of how to save and then
> automatically apply a series of editing steps?
>
> Best,
> Elle
> --
> http://ninedegreesbelow.com
> Color management and free/libre photography
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] 2.9.2 binaries for Windows

2016-01-10 Thread Pat David
For 2.9.2 Jehan? :)
On Sun, Jan 10, 2016 at 9:15 PM Jehan Pagès 
wrote:

> Hello,
>
> On Thu, Jan 7, 2016 at 11:51 AM, anatoly techtonik 
> wrote:
> > On Thu, Jan 7, 2016 at 12:35 AM, Sven Claussner 
> wrote:
> >> On  6.1.2016 at 4:16 PM Anatoly Techtonik wrote:
> >>>
> >>> Hi,
> >>>
> >>> Is there such a thing as 2.9.2 binaries for Windows?
> >>>
> >>> https://www.gimp.org/news/2015/11/27/gimp-2-9-2-released/
> >>> https://www.gimp.org/downloads/
> >>> http://nightly.darkrefraction.com/gimp/dev/
> >>>
> >>
> >> Yes, at www.partha.com you find Windows builds that are
> >> even a bit newer (version 2.9.3).
> >
> > Sorry, I meant 32bit Windows. http://partha.com hosts only 64bit
> binaries.
>
> You don't need to go for third party downloads, or build GIMP
> yourself, or whatever. GIMP official installer contains both the 64
> and 32 bit versions of GIMP. It is written on the official download
> page, just below the big download buttons:
> http://www.gimp.org/downloads/
>
> « The installer contains both 32-bit and 64-bit versions of GIMP, and
> will automatically use the appropriate one. »
>
> Just download it, and don't worry. It will detect automatically your
> system info. :-)
> Enjoy!
>
> Jehan
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Wavelet Decompose

2016-01-20 Thread Pat David
Specifically, you can get G'MIC as a plugin for GIMP here: http://gmic.eu

The filter you're looking for is Details -> Split details [layers].

On Wed, Jan 20, 2016 at 4:52 PM Alexandre Prokoudine <
alexandre.prokoud...@gmail.com> wrote:

> 21 янв. 2016 г. 1:49 пользователь "Garose"  написал:
> >
> > could u help me please..
> >  Im running win8 64bit ...
> > I have gimp 2.8.16
> > i need the wavelet script
>
> Just use G'MIC, it has a wavelet separation filter.
>
> Alex
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Wavelet Decompose

2016-01-21 Thread Pat David
I'm guessing you're asking about the G'MIC plugin now?  It should go in a
Plug-ins directory (GIMP, Edit -> Preferences, Folders, Plug-Ins).

I believe you just unzip the components into the Plug-ins directory.

On Thu, Jan 21, 2016 at 1:23 PM Garose  wrote:

> >Specifically, you can get G'MIC as a plugin for GIMP here:
> >http://gmic.eu
> >
> >The filter you're looking for is Details -> Split details [layers].
> >
> >On Wed, Jan 20, 2016 at 4:52 PM Alexandre Prokoudine <
> >alexandre.prokoud...@gmail.com> wrote:
>
>
> one last question... after i unzip download do i put the whole folder in
> scripts
> or do i have to take out files and pit them in?
>
> --
> Garose (via www.gimpusers.com/forums)
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
pat david
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Problem with gmic-gimp

2016-01-23 Thread Pat David
2.6 is a little old. Are you able to upgrade to a newer release?
On Sat, Jan 23, 2016 at 10:24 AM serge bouc  wrote:

> Hi everybody,
>
> I am running Gimp 2.6 on Ubuntu 12.04. I use Gmic 1.5.6 without
> problem,
> but recently I tried to install version 1.6.8, and it doesn't work : I
> see GMIC in
> the menu, its dialog opens, but any filter I try ends the same way :
>
> "The plugin Gmic-Gimp crashed. Gimp might be corrupted, save your work
> and restart".
> (sorry for the approximative translation from french... :-[ ).
>
> I tried to remove the old version of Gmic from any place I could find
> it, and place the new one
> either in my personal folder or as a global install, without success. I
> also ckecked that the
> required libraries are present.
> Is this a problem of incompatibility of Gmic 1.6.8 with Gimp 2.6? Am
> I missing something?
> Any suggestion would be welcome. Thanks a lot in advance.
>
> Serge.
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
pat david
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] i think i found a bug?? not sure if im going about this the right way, the info i read on what to do seemed confusing

2016-01-27 Thread Pat David
Hi Jennifer!

I'd have a look at this page: http://www.gimp.org/bugs/

Search for an existing bug that possibly shows the same symptoms as you're
seeing.  If you don't find it, make an account and report all the details
in a new bug report! :)

On Tue, Jan 26, 2016 at 5:08 PM Jennifer Keech  wrote:

> hello there, im not sure if im doing this right but i may have found a bug?
> not sure. updated my gimp recently to the new 2.8.16, and sence i have
> updated it, every time i open gimp, it will open to a half screen window,
> wich it always has done, but when i go to expand the window, by dragging it
> bigger from the side with my mouse , it freezes up, and then a pop up says
> "gimp is not responding, end now?" and i am forced to end the program. now
> it doesnt crash if i leave it as it opened in the smaller sized window, nor
> does it crash when i make it full screen using the fullscreen button in the
> top right of the window, just when i manually expand it with my mouse from
> the side of the window.
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
pat david
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Where are the plug-ins?

2016-02-11 Thread Pat David
http://registry.gimp.org/glossary/

That appears to work, though is really, really ugly. At least you'll be
able to get to multiple pages...

On Thu, Feb 11, 2016 at 2:02 PM scott s. <75270.3...@earthlink.net> wrote:

> On 2/10/2016 12:10, Kevin Payne wrote:
> > It's all still there, just click-through on "see the glossary":
> http://registry.gimp.org/glossary/a
>
>
> That works, except for letters on which plug-ins are spread over more
> than one page view, I have never found a way to get past the first page
> of plug-ins.
>
> scott s.
> .
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
pat david
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] Where are the plug-ins?

2016-02-11 Thread Pat David
That actually doesn't work on the regular page links...

On Thu, Feb 11, 2016 at 3:03 PM Rick Strong  wrote:

> Click on the "« First" to get to the first page of any letter group of
> plug-ins. Then you can get to page "[2]".
>
> Rick
>
> -Original Message-
> From: Pat David
> Sent: Thursday, February 11, 2016 3:05 PM
> To: scott s. ; gimp-user-list@gnome.org
> Subject: Re: [Gimp-user] Where are the plug-ins?
>
> http://registry.gimp.org/glossary/
>
> That appears to work, though is really, really ugly. At least you'll be
> able to get to multiple pages...
>
> On Thu, Feb 11, 2016 at 2:02 PM scott s. <75270.3...@earthlink.net> wrote:
>
> > On 2/10/2016 12:10, Kevin Payne wrote:
> > > It's all still there, just click-through on "see the glossary":
> > http://registry.gimp.org/glossary/a
> >
> >
> > That works, except for letters on which plug-ins are spread over more
> > than one page view, I have never found a way to get past the first page
> > of plug-ins.
> >
> > scott s.
> > .
> >
> > ___
> > gimp-user-list mailing list
> > List address:gimp-user-list@gnome.org
> > List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> > List archives:   https://mail.gnome.org/archives/gimp-user-list
> >
> --
> pat david
> https://pixls.us
> http://blog.patdavid.net
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
> ___________
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list
>
-- 
pat david
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Re: [Gimp-user] Photo reflection/blending

2016-02-27 Thread Pat David
It would be more helpful if you could have included actual links to the
software on question or at least links to results that want to emulate.

Before you answer, consider if you've provided enough information for
someone that's _not_ you to figure out what you are looking for.
On Sat, Feb 27, 2016 at 6:53 AM brendan c mullally 
wrote:

> Hi,
>
> So I’m really into crating works by using a mirror/reflection app called
> ‘Mirror Effect.’ This app allows one to merge reflected images seamlessly,
> and VERY QUICKLY.
>
> I love using the app, but I loose tons of pixels in the transfer, and I
> have not been able to find any software that will allow me to do this so
> simply and quickly.
>
> Before trying to answer my question or offer advice, please take a look at
> one of these reflection merging apps can do.
>
> Mirror Effect
>
> Reflection
>
> I really cannot thank you enough for all of your help.
>
> Cheers!
>
> Best,
>
> Brendan
>
>
> ___
> gimp-user-list mailing list
> List address:gimp-user-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
> List archives:   https://mail.gnome.org/archives/gimp-user-list

-- 
Pat David
https://pixls.us
http://blog.patdavid.net
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

  1   2   3   >