[Gimp-user] bit of a n00b question but...

2013-09-02 Thread JjStAr
I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
works fine though. Can anyone help me?

Thx in advance

JjStAr

-- 
JjStAr (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


Re: [Gimp-user] Embedded thumbnails?

2013-09-02 Thread Grant
 I was just choosing a JPG to open in the gimp Open Image dialog and
 when I clicked on the image to open, I think the preview thumbnail was
 of the same image in an uncropped and unprocessed form.  Does gimp use
 some type of embedded thumbnail as a preview image?

 It uses the Exif thumbnail, if available.

Thanks Michael.

- Grant
___
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] bit of a n00b question but...

2013-09-02 Thread Partha Bagchi
Do you see Python in the Filters menu item? It should be right above
Script-Fu . If you don't then your Gimp does not support Python.


On Mon, Sep 2, 2013 at 3:12 AM, JjStAr for...@gimpusers.com wrote:

 I'm on Mac OS X Snow Leopard 10.6.8. And I KNOW I'm putting is the Python
 folder.

 --
 JjStAr (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] bit of a n00b question but...

2013-09-02 Thread Michael Schumacher
On 02.09.2013 08:10, JjStAr wrote:
 I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
 works fine though. Can anyone help me?

Are the Python files set to be executable?

  chmod u+x

on a command line (I guess OS X supports this command?), and I'd assume
that there is a checkbox somwhere in the UI.


-- 
Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
___
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] bit of a n00b question but...

2013-09-02 Thread Jernej Simončič
On Mon, 02 Sep 2013 09:12:47 +0200, JjStAr wrote:

 I'm on Mac OS X Snow Leopard 10.6.8. And I KNOW I'm putting is the Python
 folder.

You should be putting them in the plug-ins folder.

-- 
 Jernej Simončič  http://eternallybored.org/ 

___
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] Question about bump map location

2013-09-02 Thread Judy Wilson
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


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread scl

On  02.09.2013 at 08:22 P.M., Partha Bagchi wrote:

Do you see Python in the Filters menu item? It should be right above
Script-Fu . If you don't then your Gimp does not support Python.


+1
This is in particular the case if one downloaded the first OS X item
on gimp.org/downloads, which is GIMP 2.8.4 without Python.
Try [Partha's Mac 64-bit build] instead or - in case you have an old 
MacBook with only 32 bit processors - the 32 bit build for Snow Leopard

from the [GIMP on OS X website].

Kind regards,

Sven


[Partha's Mac 64-bit build]: 
http://www.partha.com/downloads/Gimp-2.8.app.zip

[GIMP on OS X website]: http://gimp.lisanet.de/Website/Download.html


___
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] bit of a n00b question but...

2013-09-02 Thread scl

On  02.09.2013 at 08:26 P.M., Michael Schumacher wrote:


Are the Python files set to be executable?

   chmod u+x

on a command line (I guess OS X supports this command?)

Yes, that works in general on OS X.

 and I'd assume that there is a checkbox somwhere in the UI.

There's a dialog in Finder for this if one right-clicks on that file
and selects 'Information'.
However, one can only grant or revoke read and write permissions there,
no execution permissions. That's different to Linux and Windows file 
managers.


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


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

2013-09-02 Thread Jay Smith

On 09/02/2013 03:32 PM, Judy Wilson wrote:

snipped

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


Judy,

Thanks for all your efforts to support The Movement.  :-)

I can't answer the question you are asking, however, I use a perl script 
that invokes ImageMagick to add watermarks to large quantities of images.


http://www.imagemagick.org

Since I do put my watermark in the upper left corner, I have not paid 
attention to whether ImageMagick can apply the watermark based on the 
position from the lower right corner, but I would guess that it can.


And if the answer to that is no, there is another trick you could try, 
especially if you are using a script to batch process.  First, make your 
watermark image upside down and backwards.  Then rotate each image 180 
degrees, apply the watermark, flatten the image, and rotate it back to 
upright.


Last note: When I batch process to apply watermarks, I always only apply 
to _copies_ of the images as invariably I later need the original 
without watermark for some other use.  (This also prevents destroying 
the original if your batch script does not do as expected.)


Jay
___
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


Re: [Gimp-user] bit of a n00b question but...

2013-09-02 Thread Gary Aitken
On 09/02/13 00:10, JjStAr wrote:
 I'm stuck. Python plugins are not installing. They don't show up. Script-Fu
 works fine though. Can anyone help me?

I don't know squat about Python, unfortunately.
However, I just tried starting the python console on my system (freebsd) 
and it didn't show up.
As I was starting it from an icon on the desktop, 
I know from past experience that errors often get swallowed 
when an app is started in this manner.
So I started it from a shell window and saw the related errors.

so...

Try starting the gimp from a shell window instead of the normal app launch
method.  Are there any errors?

Gary
___
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 Gary Aitken
On 09/02/13 13:32, 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!

I can't address the bump map issue, but I've attached a script I
recently wrote to add a watermark to an image in the lower right corner.  
I'm sure others have done similar things long ago but I've found it 
useful; it can be used in batch mode or via the ui.  Just stick it in 
your .gimp-2.8/scripts folder.  It will appear under garya on the main 
menu bar; you probably will want to change that label :-) and the
default watermark file name/location.

Gary


; Script-fu (Scheme) script to add a watermark signature to an image
; Some constant names for debugging
;   ORIENTATION-HORIZONTAL=0; ORIENTATION-VERTICAL=1
;   RUN-INTERACTIVE=0; RUN-NONINTERACTIVE=1
;   UTF-8 encoding=0; filename encoding=1
;

; Scale an image relative to another image
; Main application is for insertion of watermark
;   I like copyright text to be 2% to 3% height of image
; Arguments:
;   imgToScale   The image to be scaled
;   img  The image relative to which imgToScale is to be scaled
;   scaleFactor  per cent of img height of the final scaled image
; Returns: the scaled image
; Scale factor is expressed as a percent of the parent image's size

(define (scale-relative imgToScale img scaleFactor)
; (display scale-relative:\n)
; (display (string-append   scaleFactor: (number-string scaleFactor) \n))
  (let* (
(scaledLayer 0)   ; the layer to be 
scaled
(layer 0) ; the layer to 
manipulate

; attributes and drawables from the original image
;(imgLayer (car (gimp-image-get-active-layer img))); layer from the 
original image
(imgHt (car (gimp-image-height img))) ; primary image height
(imgWid (car (gimp-image-width img))) ; primary image width
(imgToScaleWid (car (gimp-image-width imgToScale)))   ; width of image to 
be scaled 
(imgToScaleHt (car (gimp-image-height imgToScale)))   ; height of image to 
be scaled 

; variables needed for scaling
(scaledHt 0)  ; scale image height
(scaledWid 0) ; scale image width
(resultScaleFactor 0) ; scale factor for 
layer to scale

)

; Compute scaled size
; Always scale relative to height
;   scaledHeight = imageHeight * scaleFactor / 100
;   scaleFactor = scaledHeight / imageToScaleHeight

(set! scaledHt (/ (* imgHt scaleFactor) 100))
; (display (string-append   imgToScaleHt: (number-string imgToScaleHt) \n))
; (display (string-append   scaledHt: (number-string scaledHt) \n))
(set! resultScaleFactor (/ scaledHt imgToScaleHt))
; (display (string-append   resultScaleFactor: (number-string 
resultScaleFactor) \n))
(set! scaledWid (* imgToScaleWid resultScaleFactor))
; (display (string-append   imgToScaleWid: (number-string imgToScaleWid) 
\n))
; (display (string-append   scaledWid: (number-string scaledWid) \n))

; set to the best interpolation we can do and scale the image
(gimp-context-set-interpolation 3); set the 
interpolation method to use
(gimp-image-scale imgToScale scaledWid scaledHt)   ; scale the image

 (display   scaledImage:) (print imgToScale)
imgToScale; force the 
return value
  )
)

; Add watermark to an image
;   Arguments:
; Name of file to process (xxx.tif, etc)
; Image to which watermark will be added
; Drawable, unused
; Name of file containing watermark (xxx.png, etc)
;  

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

2013-09-02 Thread Gary Aitken
On 09/02/13 13:32, 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!

I can't address the bump map issue, but I've attached a script I
recently wrote to add a watermark to an image in the lower right corner.  
I'm sure others have done similar things long ago but I've found it 
useful; it can be used in batch mode or via the ui.  Just stick it in 
your .gimp-2.8/scripts folder.  It will appear under garya on the main 
menu bar; you probably will want to change that label :-) and the
default watermark file name/location.

Gary

; Script-fu (Scheme) script to add a watermark signature to an image
; Some constant names for debugging
;   ORIENTATION-HORIZONTAL=0; ORIENTATION-VERTICAL=1
;   RUN-INTERACTIVE=0; RUN-NONINTERACTIVE=1
;   UTF-8 encoding=0; filename encoding=1
;

; Scale an image relative to another image
; Main application is for insertion of watermark
;   I like copyright text to be 2% to 3% height of image
; Arguments:
;   imgToScale   The image to be scaled
;   img  The image relative to which imgToScale is to be scaled
;   scaleFactor  per cent of img height of the final scaled image
; Returns: the scaled image
; Scale factor is expressed as a percent of the parent image's size

(define (scale-relative imgToScale img scaleFactor)
; (display scale-relative:\n)
; (display (string-append   scaleFactor: (number-string scaleFactor) \n))
  (let* (
(scaledLayer 0)   ; the layer to be 
scaled
(layer 0) ; the layer to 
manipulate

; attributes and drawables from the original image
;(imgLayer (car (gimp-image-get-active-layer img))); layer from the 
original image
(imgHt (car (gimp-image-height img))) ; primary image height
(imgWid (car (gimp-image-width img))) ; primary image width
(imgToScaleWid (car (gimp-image-width imgToScale)))   ; width of image to 
be scaled 
(imgToScaleHt (car (gimp-image-height imgToScale)))   ; height of image to 
be scaled 

; variables needed for scaling
(scaledHt 0)  ; scale image height
(scaledWid 0) ; scale image width
(resultScaleFactor 0) ; scale factor for 
layer to scale

)

; Compute scaled size
; Always scale relative to height
;   scaledHeight = imageHeight * scaleFactor / 100
;   scaleFactor = scaledHeight / imageToScaleHeight

(set! scaledHt (/ (* imgHt scaleFactor) 100))
; (display (string-append   imgToScaleHt: (number-string imgToScaleHt) \n))
; (display (string-append   scaledHt: (number-string scaledHt) \n))
(set! resultScaleFactor (/ scaledHt imgToScaleHt))
; (display (string-append   resultScaleFactor: (number-string 
resultScaleFactor) \n))
(set! scaledWid (* imgToScaleWid resultScaleFactor))
; (display (string-append   imgToScaleWid: (number-string imgToScaleWid) 
\n))
; (display (string-append   scaledWid: (number-string scaledWid) \n))

; set to the best interpolation we can do and scale the image
(gimp-context-set-interpolation 3); set the 
interpolation method to use
(gimp-image-scale imgToScale scaledWid scaledHt)   ; scale the image

 (display   scaledImage:) (print imgToScale)
imgToScale; force the 
return value
  )
)

; Add watermark to an image
;   Arguments:
; Name of file to process (xxx.tif, etc)
; Image to which watermark will be added
; Drawable, unused
; Name of file containing watermark (xxx.png, etc)
;   

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

2013-09-02 Thread Partha Bagchi
Well, if we are suggesting alternatives, perhaps you may want to consider
adapting this:
http://farbspiel-photo.com/learn/hdr-cookbook/creative-watermarking

:)



On Mon, Sep 2, 2013 at 6:25 PM, Gary Aitken a...@dreamchaser.org wrote:

 On 09/02/13 13:32, 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!

 I can't address the bump map issue, but I've attached a script I
 recently wrote to add a watermark to an image in the lower right corner.
 I'm sure others have done similar things long ago but I've found it
 useful; it can be used in batch mode or via the ui.  Just stick it in
 your .gimp-2.8/scripts folder.  It will appear under garya on the main
 menu bar; you probably will want to change that label :-) and the
 default watermark file name/location.

 Gary


 ___
 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] bit of a n00b question but...

2013-09-02 Thread JjStAr
Well... Since this is a school computer, I probably can't fix this. Thanks for
the help though!

-- 
JjStAr (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] Prit to PDF doesn't save custom size?

2013-09-02 Thread greggys1girl
I am trying to create a PDF/X-1a that is exactly the size (dimensions) of the
.xcf file (15x12in.). There are two ways to do this that I have found at this
point. Export does save the correct size, but I can't find a way to change to
the x-1a format, or print to PDF which does save the correct format but doesn't
save the correct size. When printing to PDF I go into PreferencesAdobe PDF
Settings and change the Default Settings to PDF/X-1a and change the Adobe PDF
Page Size to 15x12 (custom created page size). When it prints the PDF ends up as
an 8 1/2 X 11 file.

Two notes:  

1. When I go to Page Setup in Gimp I cannot set a custom page size

2. The only reason I need the X-1a format is because when I export to a standard
PDF the ink density for the black goes above the 240% limit that I need for the
printers. If I could find a way to get the ink density results I need without
saving in the X-1a format it would be just as good.

Thanks for the help!!

-- 
greggys1girl (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] Print to PDF doesn't save custom size?

2013-09-02 Thread greggys1girl
Print to PDF. Geez 

-- 
greggys1girl (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] (no subject)

2013-09-02 Thread mahavisnujana ochoa
I have some things that I made using Gimp. How do I go about submitting them?
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list