[Gimp-user] Perl-o-tine filter and JPEG image quality

2003-09-28 Thread Tom Williams
Hi!  Is there a way to control the JPEG image quality settings for the 
JPEG images that can be generated by the "Perl-o-tine" filter?  I'm 
finding the quality of the JPEGs that are generated by the filter are of 
lower quality than the source JPEG or XCF file used as the source for 
the "Perl-o-tine" filter.

I'm using Gimp 1.2.5 on Slackware 8 Linux.

Thanks!

Peace...

Tom

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Coding for Gimp

2003-09-28 Thread Sven Neumann
Hi,

"Eric Pierce" <[EMAIL PROTECTED]> writes:

> Forgive my naivety, but what would be a good way to plunge into some
> Gimp code and maybe even help out someday?

Subscribe to the gimp-developers mailing list, read the code, consider
to look into the docs at http://developer.gimp.org/api/1.3/. Make
yourself familiar with GLib, GObject and GTK+, query Bugzilla for
places that need to be worked on. You can also join the developers in
#gimp.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Exotic zoom ratios in 1.3.*

2003-09-28 Thread Sven Neumann
Hi,

"Eric Pierce" <[EMAIL PROTECTED]> writes:

> I notice that when I use the zoom tool, I get really exotic zoom ratios
> like 67:189 for example(see View>Zoom).  And that's fine, but if i then
> try to use the zoom keyboard shortcut, it zooms in really small
> increments.
> 
> Is this an intended effect?
> 
> Any way to get it to zoom in larger increments?

The function that is called for the key shortcuts could be made
smarter. Perhaps you can file a bug report about it so we don't forget
to handle this issue.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


RE: [Gimp-user] Script-Fu Help

2003-09-28 Thread G . DeSercey
-Modify all three defines to include one more parameter, as such: (define
(... s-offset-y bg-colour)

-Modify the call to apply-3d-outline-logo-effect in the two
(script-fu-3d-outline-... to include the same parameter:
(apply-3d-outline-logo-effect ... s-offset-y bg-colour)

-In each script-fu-register, add the line:
SF-COLOR _"Background Colour" '(255 255 255))
below the last SF-ADJUSTMENT ... and remove the second closing bracket at
the end of that line so it reads: SF-ADJUSTMENT _"Shadow Y offset" '(0 0 200
1 5 0 1)

-Finally, in apply-3d-outline-logo-effect find the line: (gimp-invert layer
3) and add the following immediately after: (gimp-by-color-select layer3
'(255 255 255) 0 REPLACE FALSE FALSE 0 FALSE) (gimp-palette-set-background
bg-colour) (gimp-edit-fill layer3 BG-IMAGE-FILL) (gimp-selection-none img)

Guillaume 

> -Original Message-
> From: Zeke Lightwave [mailto:[EMAIL PROTECTED]
> Sent: 26 September 2003 07:20
> To: [EMAIL PROTECTED]
> Subject: [Gimp-user] Script-Fu Help
> 
> 
> I'm trying to edit the 3D-Outline script so I can change the
> background 
> to being something non-white, can anybody help me with this? 
> I've looked 
> at the source and tried changing the colors where it set's the bg/fg, 
> but that didn't help . . TIA.
> 
> -Brent G
> 
> ___
> Gimp-user mailing list
> [EMAIL PROTECTED]
> http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
> 
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user