Re: [offtopic] help! i want to get on!

2000-07-14 Thread Lenka Otap


You don't mean this list do you? Seems to me like you are subscribed to
this list :)

Lenka.

On Thu, 13 Jul 2000, Pete Toscano wrote:

 hello,
 
 this may sound kind of weird (hey, so am i! =;), but i have been trying
 to subscribe to this list for a week now.  i've sent in a couple
 subscribe requests and nothing's happened.  no list.  no response for
 the list server.  nothing.  if the maintainer is paying attention to the
 list, would he/she add me to it?
 
 thanks,
 pete
 




GAP

2000-07-14 Thread Andrew J Fortune


Hi,

I currently have GIMP v1.1.24, and I am unable to find the AnimFrames option
on the menu that appears when I right-click on the image.

I have seen a couple of good tutorials on the Net regarding using this tool,
and would like to use it.

Can someone tell me what I need to do to get this option on the Menu ?

Thanks in advance.

regards,
Andrew J Fortune,
Melbourne,
Australia




How to install GIMP.

2000-07-14 Thread Marcel Olrichs


Hello,

I heard some good news about GIMP. So I downloaded the files. But how do I
install the program!? Lots of technical bla bla on the GIMP site, but some
kind of user (you know, people who want to use software without being bored
with techie talk) friendly installation program is nowhere to be seen.

Any help?
Thanks

Marcel Olrichs
Amsterdan




Re: How to install GIMP.

2000-07-14 Thread Lenka Otap


Marcel,
Are you using linux or windows?
Lenka.

On Fri, 14 Jul 2000, Marcel Olrichs wrote:

 Hello,
 
 I heard some good news about GIMP. So I downloaded the files. But how do I
 install the program!? Lots of technical bla bla on the GIMP site, but some
 kind of user (you know, people who want to use software without being bored
 with techie talk) friendly installation program is nowhere to be seen.
 
 Any help?
 Thanks
 
 Marcel Olrichs
 Amsterdan
 




Re: How to install GIMP.

2000-07-14 Thread Ben Frantzdale

It installs no differently (basicly) than any other unix software. You can
install it from source or you can also install it from RPM or whatever the
package type is for your system. Once it installed you can just run
``gimp'' from the command line.

--Ben

On Fri, 14 Jul 2000, Marcel Olrichs wrote:

 
 Hello,
 
 I heard some good news about GIMP. So I downloaded the files. But how do I
 install the program!? Lots of technical bla bla on the GIMP site, but some
 kind of user (you know, people who want to use software without being bored
 with techie talk) friendly installation program is nowhere to be seen.
 
 Any help?
 Thanks
 
 Marcel Olrichs
 Amsterdan
 




Re: Wow! The Resynthesizer

2000-07-14 Thread James Smaby

I am actually using resynthesizer right now, and while I'm dissapointed as to
its speed (um, can we say days to render?), the output is generally very nice
and seems stable (at least on my x86 box).  I recently emailed the maintainer
to ask if it is supposed to be as slow as I am getting it.  I think that make
seamless is what I should be using (it works much faster), but this sometimes
makes odd-looking tiles, and so resynthesizer is a good alternative (just let
it run over night :)
-James Smaby



Re: Wow! The Resynthesizer

2000-07-14 Thread kelly

On Fri, 14 Jul 2000 10:31:17 -0700, Alex Harford [EMAIL PROTECTED] said:

http://www.csse.monash.edu.au/~pfh/resynthesizer/ 

Has anybody on the list tried this plug-in?  I'm at work right now so
I can't try it, but I am going to as soon as I get home.  Basically
it is for removing things from images automatically, and also working
with textures/tileable images.

I just tried it, and both it and homogenizer crashed on
initialization with segfaults.  I have gimp 1.1.23 here; I'm updating
from CVS at the moment and will try it again after that completes
(which will probably be sometime tomorrow).

Kelly



Script-fu...

2000-07-14 Thread Debian Linux User

Hi,

First, sorry about my poor english, I am brazilian. 

I am trying to develop a game, called Evolution
(http://evolution.sourceforge.net). I need much sprites to do this game,
and the images need to be in a specific format. Each sprite is a file
that store the image of a unit (a man, a car, a construction) in several
positions (e.g.: the several frames of a movie of a man walking).
I am (trying ;-) making the imagens using blender
(http://www.blender.nl), witch saves each frame in a diferent file. All
frames have the same size. I need to load all N images and (where N is a
number I don't know) and make, with them, a single one. Each frame needs
to be at the side of the other, in horizontal.
I want to use gimp to do this task. I want to make a plug-in or a
script-fu (in C, scheme or python) that receive all images as input and
and generate the final image for me. So, if I change one of the frames
of my sprite (my movie), I can only execute the script and have the
final image, without repetitive work.
I would like to know if gimp alredy has a plugin like this and, if not,
how may I receive the N images on input, while scripts usually receive a
determined number of parameters. May you help me? Any hint or tip?

Thank you for your attemption,

Marcelo.


-- 
Marcelo Elias Del ValleUIN: 30595143
[EMAIL PROTECTED] http://tilt.8m.com MLinuxer
http://Evolution.sourceforge.net



Re: Script-fu...

2000-07-14 Thread Marc Lehmann

On Fri, Jul 14, 2000 at 06:10:16PM -0300, Debian Linux User [EMAIL PROTECTED] 
wrote:
 Hi,
 
 (http://www.blender.nl), witch saves each frame in a diferent file. All
 frames have the same size. I need to load all N images and (where N is a
 number I don't know) and make, with them, a single one. Each frame needs

Instead of using Gimp, use ImageMagick and a command like this:

convert +append img1.ppm img2.ppm img3.ppm result.ppm

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |



Re: Script-fu...

2000-07-14 Thread Debian Linux User

Oh my!
So simple? Linux is the paradise!
Thank you very much

Marc Lehmann wrote:
 Instead of using Gimp, use ImageMagick and a command like this:
 
 convert +append img1.ppm img2.ppm img3.ppm result.ppm
 
 --
   -==- |
   ==-- _   |
   ---==---(_)__  __   __   Marc Lehmann  +--
   --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED] |e|
   -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
 The choice of a GNU generation   |
  |

-- 
Marcelo Elias Del ValleUIN: 30595143
[EMAIL PROTECTED] http://tilt.8m.com MLinuxer
http://Evolution.sourceforge.net



Re: Wow! The Resynthesizer

2000-07-14 Thread Jon Winters

Alex Harford wrote:
 
 http://www.csse.monash.edu.au/~pfh/resynthesizer/

I downloaded, read the README, and installed Resynth is nowhere to
be found?!

HELP!

I'm using the latest developer edition of gimp on a RedHat 6.2 box with
Helix. (but Gimp is not the Helix gimp, I compiled it)

Thanks

--
Jon Winters  http://www.obscurasite.com/jon/

   "Everybody Loves The GIMP!"
  http://www.gimp.org/



Re: Wow! The Resynthesizer

2000-07-14 Thread James Smaby

I downloaded, read the README, and installed Resynth is nowhere to
be found?!

Should turn up in image/filters/map/resynthesize

-James Smaby