Farmiliar with Filters > Render > Gfig... > Display Grid ???
how can i get such a grid on a normal image?
Further would be cool if i could get x and y axis's plotted all the way
to the middle.
--
Simon Males <[EMAIL PROTECTED]>
No More AOL CDs Australia - www.anticd.org
On Wed, 2003-07-16 at 09:00, Simon Males wrote:
> Farmiliar with Filters > Render > Gfig... > Display Grid ???
>
> how can i get such a grid on a normal image?
Ability to show a grid over the canvas and optionally having the tools
snap to it has been added to current CVS HEAD (1.3.x). This featur
On Mon, Jul 14, 2003 at 04:36:39PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote:
> You are only making things worse if you convert from RGB to CMYK
Not really... people I talked to said they can perfectly handle that
(adjusting colours later in a layout program for example, or simply addign
a mat
xaos renders it's animations in png format, gimps mpeg encoder can't read
png format though. all the rendered files are individual (up many
hundreds) and i want to do post work on them in gimp and put them
together with other types of animations i have made .
eventually at some point i'll prob
Henrik Brix Andersen wrote:
On Wed, 2003-07-16 at 09:00, Simon Males wrote:
Farmiliar with Filters > Render > Gfig... > Display Grid ???
how can i get such a grid on a normal image?
Ability to show a grid over the canvas and optionally having the tools
snap to it has been added to current CVS H
On Wed, 2003-07-16 at 13:34, Geoffrey wrote:
> Now the question is, where'd it go on 1.2.3 on my SuSE box?
This functionality is provided by a GIMP perl script. You may be able to
locate a gimp-perl package for your distribution which includes this
functionality. Else you will need to recompile GI
Henrik Brix Andersen wrote:
On Wed, 2003-07-16 at 13:34, Geoffrey wrote:
Now the question is, where'd it go on 1.2.3 on my SuSE box?
This functionality is provided by a GIMP perl script. You may be able to
locate a gimp-perl package for your distribution which includes this
functionality. Else y
Hi,
Geoffrey <[EMAIL PROTECTED]> writes:
> I thought I was going crazy on this one, cause I could have sworn that
> this was possible, yet I could not find it in my current install of
> 1.2.3 gimp on SuSE 8.2.
>
> I know I have used such a facility before. I fired gimp up on my Red
> Hat box, an
Hi,
just for your information, the CVS version does include the RGB<->CMYK
conversions now and it offers a simple CMYK color selector. I have not
yet started on adding support for saving CMYK data but at least I
started reading the TIFF spec. If anyone wants to help to add support
for saving CMYK,
Hi,
sam ende <[EMAIL PROTECTED]> writes:
> xaos renders it's animations in png format, gimps mpeg encoder can't read
> png format though. all the rendered files are individual (up many
> hundreds) and i want to do post work on them in gimp and put them
> together with other types of animations
Sven Neumann wrote:
Hi,
Geoffrey <[EMAIL PROTECTED]> writes:
I thought I was going crazy on this one, cause I could have sworn that
this was possible, yet I could not find it in my current install of
1.2.3 gimp on SuSE 8.2.
I know I have used such a facility before. I fired gimp up on my Red
Ha
Hi all,
I'm just new to script-fu and gimp. I was not aware
scheme is used for scripting in gimp. I loved that. :D Anyway, I've read the
script-fu part of the gimp manual. I have a directory tree with about 1000
images and I'd like to resize them all to 20x20. Is there any script for doing
[EMAIL PROTECTED] (2003-07-16 at 1200.02 +0100):
> minute gimp can still handle to bits and pieces i'm doing. i need a
> script to convert x amount of png files into a single xcf file, is that
> possible ? also xaos outputs three types of file, png (raw image i think)
You should try GAP's filte
Paulo J Matos wrote:
Hi all,
I'm just new to script-fu and gimp. I was not aware scheme is used for
scripting in gimp. I loved that. :D Anyway, I've read the script-fu
part of the gimp manual. I have a directory tree with about 1000
images and I'd like to resize them all to 20x20. Is there an
filters -> render -> pattern -> grid.
There is a bug up to gimp 1.2.3, in which the horizontal and vertical
spacing inputs are swapped. Still usable, though.
As for the axis, you will have to draw them by hand in GIMP. Depending
on your needs with axis and such, maybe you shold take a look at G
Hi,
"Paulo J Matos" <[EMAIL PROTECTED]> writes:
>I'm just new to script-fu and gimp. I was not aware scheme is used for
>scripting in gimp. I loved that. :D Anyway, I've read the script-fu
>part of the gimp manual. I have a directory tree with about 1000
>images and I'd like to re
Hi,
Sven Neumann <[EMAIL PROTECTED]> writes:
> for i in '*.png'; do convert -sample 20x20 $i > small-$i; done
That should have read
for i in '*.png'; do convert -sample 20x20 $i small-$i; done
and it might still be wrong but I guess you got the idea anyway.
Sven
__
On Wed, 2003-07-16 at 11:08, Simon Males <[EMAIL PROTECTED]>
> Farmiliar with Filters > Render > Gfig... > Display Grid ???
>
> how can i get such a grid on a normal image?
>
> Further would be cool if i could get x and y axis's plotted all the way
> to the middle.
>
> --
> Simon Males <[EMAIL
Hi,
"Michael J. Hammel" <[EMAIL PROTECTED]> writes:
> For your case, the Guide Grid Perl script used with the guides To
> Selection script are probably more useful. Create the grid of
> guides first, then convert them to a selection. Finally, use
> Edit->Stroke to draw the grid.
The Grid plug-
> Hi,
>
> Geoffrey <[EMAIL PROTECTED]> writes:
> > I know I have used such a facility before. I fired gimp up on my Red
> > Hat box, and sure enough, the right click menu has the 'guides'
> > option, which presents the 'guide grid' option which does exactly (I
> > think) what you're looking for.
When I used 1.2.4 there was a pluginto make sky patterns with. It had
colorpickers for things like clouds, shadows, sun, horizon, etc. That
was all well and good, but I can't find it now in 1.2.5 and of course
now I want it. What happened to it? Was it taken out and made into an
optional plugin
Hi,
Mike Thorn <[EMAIL PROTECTED]> writes:
> When I used 1.2.4 there was a pluginto make sky patterns with. It had
> colorpickers for things like clouds, shadows, sun, horizon, etc. That
> was all well and good, but I can't find it now in 1.2.5 and of course
> now I want it. What happened to it?
On Wed, Jul 16, 2003 at 02:08:05PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote:
> > i need a script to convert x amount of png files into a single xcf
> > file, is that possible ?
>
> Writing that script in Script-Fu or Gimp-Perl should be trivial.
It might also work to just use a current versi
On Wed, Jul 16, 2003 at 06:14:53PM +0200, Sven Neumann <[EMAIL PROTECTED]> wrote:
> >I'm just new to script-fu and gimp. I was not aware scheme is used for
> >scripting in gimp. I loved that. :D Anyway, I've read the script-fu
> >part of the gimp manual. I have a directory tree with abo
Sven Neumann wrote:
Hi,
Mike Thorn <[EMAIL PROTECTED]> writes:
When I used 1.2.4 there was a pluginto make sky patterns with. It had
colorpickers for things like clouds, shadows, sun, horizon, etc. That
was all well and good, but I can't find it now in 1.2.5 and of course
now I want it. What
On Wednesday 16 Jul 2003 21:13, [EMAIL PROTECTED] ( Marc) (A.) (Lehmann )
> (maybe add some other switches to set fps etc.) or use another format
> instead of .xcf and convetr it to xcf by load/save within the gimp.
thank you, i have had many tips now and have to try them all out,
including sc
On Wed, 2003-07-16 at 13:35, Mike Thorn wrote:
> >
> >Mike Thorn <[EMAIL PROTECTED]> writes:
> >
> >
> >
> >>When I used 1.2.4 there was a pluginto make sky patterns with. It had
> >>colorpickers for things like clouds, shadows, sun, horizon, etc. That
> >>was all well and good, but I can't find
27 matches
Mail list logo