Re: magnifying tool

2001-02-02 Thread Tal Danzig

On Fri, Feb 02, 2001 at 01:24:11PM -0500, Richard Mansfield wrote:
 How do I get back to the regular size after using the magnifier on an
 image? That is to say, what is the gimp equivalent of double clicking on
 the hand in PhotoShop?

Type '1' and that will get you back to a 1:1 zoom.

- Tal

-- 
 -- --
|   Tal Danzig |  Libranet Linux  |
| [EMAIL PROTECTED] | The TOP Desktop! |
| http://tal.thepenismightier.net/ | http://www.libranet.com/ |
 -- --

Beneath the rule of men entirely great, the pen is mightier than the sword.
-- Edward G Bulwer



Re: Plug-ins fail ./configure

2001-02-01 Thread Tal Danzig

On Thu, Feb 01, 2001 at 11:49:40AM -0800, Jeff Trefftzs wrote:
 Using Gimp-1.2.0.
 
 I've been trying to upgrade my plug-ins library with 
   kaleidoscope
   guash
   gimp-ace
 and running into serious problems.  The configure step
 fails with 
 
 checking for GTK - version = 1.2.7... yes
 checking for gimptool... /usr/local/bin/gimptool
 checking for GIMP - version = 1.1.24... no
 *** Could not run GIMP test program, checking why...
 *** The test program failed to compile or link. See the file 
 config.log for the
 *** exact error that occured. This usually means GIMP was 
 incorrectly installed
 *** or that you have moved GIMP since it was installed. In the 
 latter case, you
 *** may want to edit the gimptool script: /usr/local/bin/gimptool
 configure: error: Cannot find GIMP: Is gimptool in path?

Looks like you don't have the GIMP header files.  If you installed from a
binary package rather than from source you need the -dev package.
In Debian it's libgimp1.2-dev.

- Tal

-- 
 -- --
|   Tal Danzig |  Libranet Linux  |
| [EMAIL PROTECTED] | The TOP Desktop! |
| http://tal.thepenismightier.net/ | http://www.libranet.com/ |
 -- --

Beneath the rule of men entirely great, the pen is mightier than the sword.
-- Edward G Bulwer



Re: jpeg problems

2001-01-28 Thread Tal Danzig

You need the -dev package (eg. libjpeg-dev)
This package should contain the necessary headers.

- Tal

On Sun, Jan 28, 2001 at 10:00:07PM -0800, bryce wrote:
 I have gone and compiled gimp 1.2.1... but without jpeg support... 
 as i came to find out. So i have been on a mission for god( almost) to 
 get jpeg support from gimp. right now i finaly got it to see the 
 libjpeg. but when it tries to find jpeglib.h... i get no love. On my 
 ppclinux i was able to compile with jpeg support, so i copied from  
 there the location of jpeglib (/usr/include) and place jpeglib.h into 
 /usr/include... still nothing. I'm stuck worse than a 3 year old with 
 chinese finger cuffs.
 
 Does anyone, anybody, know the answer to this problem...
 
 thanx in advance,
 bryce
 

-- 
 -- --
|   Tal Danzig |  Libranet Linux  |
| [EMAIL PROTECTED] | The TOP Desktop! |
| http://tal.thepenismightier.net/ | http://www.libranet.com/ |
 -- --

Beneath the rule of men entirely great, the pen is mightier than the sword.
-- Edward G Bulwer



Re: Lame assistance with PNG Compression

2001-01-24 Thread Tal Danzig

On Thu, Jan 25, 2001 at 01:39:13PM +1000, Mick Raynes wrote:
 Can anyone offer us assistance with converting/saving a jpg image as png?
 
 We have around 5000 images which come in at around 150kb each.  We are
 hoping to convert the images to png because down the track we are hoping to
 convert them to thumbnails on the fly.  The images will only be presented on
 the net (assume browser capability)and it is pretty important that we retain
 colour and shadow integrity.  We have limited experience with Gimp however
 we are pretty confident that it will fit the bill and that once we determine
 the process we will be able to batch convert the images.  The original jpg's
 are not all in the same format as they are taken with different digital
 cameras with different settings.  Our aim would be to reduce the original
 jpg 1000 by 1000 and 120kb (as an eg) to a png 500 by 500 and about 30kb.
 As an example we have posted an original jpg image on the net at
 www.tablelandsonline.net.au/_test/lychee.jpg

If you are looking for a file size reduction, then I don't think the PNG
format will fit your bill.  PNG files generally (in my experiance) have
a much large file size than a JPEG.  Also, since you source image is already
in JPEG format I don't think you'll see any increase in image quality.

- Tal

-- 
 -- --
|   Tal Danzig |  Libranet Linux  |
| [EMAIL PROTECTED] | The TOP Desktop! |
| http://tal.thepenismightier.net/ | http://www.libranet.com/ |
 -- --

Beneath the rule of men entirely great, the pen is mightier than the sword.
-- Edward G Bulwer



Re: Making Transparent from Non-Transparent

2001-01-12 Thread Tal Danzig

Hi,

On Fri, Jan 12, 2001 at 07:09:56AM -0600, Jon Winters wrote:
 Jonathan Gift wrote:
  
  COUTIER Eric wrote:
   I think it's the latests versions. Why don't you migrate to gimp-1.2 ?
  
  Love to. But I can't grab the compiled deb binaries on the Debian site
  because they're compiled against sid and that means upgrading a lot of
  libraries on my potato system and breaking stuff.
  
  Any suggestions welcome. I'd love to have it...
 
 Compile!  Its not hard.  Just download the source, unzip it,
 ./configure, make, su to root, and make install.
 

Or, you can add an apt sources line to /etc/apt/sources.list
eg:
deb-src ftp://ftp.debian.org/debian sid main contrib non-free

and:

apt-get -b source gimp1.2

This will compile the sid GIMP 1.2 package for you.
You may have to chase down a few libs (and get the -dev packages for them)

- Tal

-- 
/--\  /--\
| Tal Danzig  [EMAIL PROTECTED] |--| Linux by Libranet|
|  |--| The TOP Desktop  |
|  |--|  http://www.libranet.com |
\--/  \--/



Re: xsane and gimp 1.20

2000-12-31 Thread Tal Danzig


On Sat, 30 Dec 2000 21:03:27 +0100, Christian Heimanns wrote:

  After compiling and installation from gimp 1.20 everything works fine.
   But after I insert a sym-link from xsane to the plugin-dir from gimp,
   gimp hangs during startup (I gues during loading the perl scripts). When
   I remove the link to xsane gimp runs fine. Any Ideas???
   Thanks,

Try recompiling xsane.  This has worked for me in the past with a similar
problem.

- Tal

   
   [EMAIL PROTECTED]
   
   

-- 
/--\  /--\
| Tal Danzig  [EMAIL PROTECTED] |--| Linux by Libranet|
| Homepage:|--| The TOP Desktop  |
| http://awpti.org/~tal|--|  http://www.libranet.com |
\--/  \--/





Re: Gifs and transparency

2000-12-25 Thread Tal Danzig

Hi,

Depending on how you installed GIMP you may need to install a 'gimp-nonfree' deb, rpm, 
etc.  This is the case for any Debian ( or Debian based ) system.
If you installed from source then it is possible that you do not have the required 
libs for gif support on your system.

- Tal


On Tue, Dec 26, 2000 at 01:36:59AM -, Zoe Mamalingas wrote:
 Thanks for the help about rgb - I didn't know that. Problem is, even after 
 I've indexed it, and kept it below a palette of 255 colors, I'm still 
 getting "unknown file type" when I try to save it as a gif. The only options 
 available are CEL, PNG, PSD, AND TGA (ugh!) It simply won't open and files 
 with a .gif extension.
 
 Thank you again for putting up with me
 
 -Zoe

-- 
/--\  /------\
| Tal Danzig  [EMAIL PROTECTED] |--| Linux by Libranet|
| Homepage:|--| The TOP Desktop  |
| http://awpti.org/~tal|--|  http://www.libranet.com |
\--/  \--/



Re: SPAM :-(

2000-09-27 Thread Tal Danzig

I've got to say that annoying as spam is htting the delete button isn't
that hard :)

Tal


On Wed, 27 Sep 2000 16:41:00 +0100 (BST), Alan Buxey said:

  hi,
   
   sorry, but if I keep getting SPAM from this mailling list (the last
   supposedly coming from "[EMAIL PROTECTED]" - it only takes 2 seconds to
   look at the headers and see scam.xcf.berkeley.edu)
   then I'll have to remove myself from this mailing list :-(
   
   alan
   
   

-- 
----------
| Tal Danzig   [EMAIL PROTECTED]   | Linux by Libranet|
| Homepage:   |   The TOP Desktop Distribution   |
| http://www.muhri.net/~tal   |  http://www.libranet.com |
--
A Friendly .sig!!! (TM)





Re: saving gifs

2000-09-11 Thread Tal Danzig

In Debian there is a gimp-nonfree (and gimp1.1-nonfree) package.

You might try that, or the equvilant for your distro.

Tal


On Mon, 11 Sep 2000 02:44:52 -0700 (PDT), Amy said:

: Thank you, Alan.  I'm well aware of the gif image spec.  I don't think
:  that's the problem but I appreciate the response.
:  
:  On Mon, 11 Sep 2000, Alan Buxey wrote:
:  
:   hi,
:   
:I know I saw a thread on this earlier today but I seem to have deleted
:it...
:
:My intern has a helix-code load of gimp 1.1.24.  He tries to save gifs and
:gets "unknown file type" errors.  I'm not sure if he's missing a library
:or if gimp no longer supports gifs due to the Unysis patent issues.  If
:someone could enlighten me, we'd both be happy!
:   
:   you must change the imag format to 'indexed' before you can save as GIF
:   
:   alan
:   
:   
:  
:  --Ames
:  --
:"EVIL.  It's just LOVE spelled backwards and wrong."
:  Amy L. Abascal  [EMAIL PROTECTED]
:  Web Design Chic, VA Linux Systems  www.valinux.com
:  Web Design Chic, Silicon Valley Linux Users Groupwww.svlug.com
:  --
:  
:  
:  

-- 
--------
|   Tal Danzig | Join #libranet on the |
|   [EMAIL PROTECTED]   | openprojects IRC network  |

|   http://www.libranet.com|   Tal Danzig  |
|   The TOP Desktop!   |   [EMAIL PROTECTED]|





Re: GDynText

2000-08-30 Thread Tal Danzig

Get the latest version of GIMP (1.1.25)

It has the option to specify where the text is placed.

Tal


On Wed, 30 Aug 2000 08:17:02 -0500 (CDT), ebi5 said:

 How do you place text generated by GDynText anywhere other than the top
  left corner?
  
  Thanks,
  
  : Gene Imes   http://www.ozob.net :
  
  

-- 

|   Tal Danzig | Join #libranet on the |
|   [EMAIL PROTECTED]   | openprojects IRC network  |

|   http://www.libranet.com|   Tal Danzig  |
|   The TOP Desktop!   |   [EMAIL PROTECTED]|





Re: Comments on banners

2000-08-20 Thread Tal Danzig

Hmmm,

Well done both.
The first one is nice.
(You may want to say what cubicdesign is in small letters at the bottom (or
not))

For the second I'd change even chicks to something else and slow down the
animation a tad.

Tal


On Sat, 19 Aug 2000 19:20:04 -0400, Gautam N. Lad said:

 Hi,
  I've created two banners (with The GIMP ofcourse)
  for use on my site (if others want to use my banners), 
  and would appreciate some comments
  
  You can see the banners at:
  http://www.cubicdesign.com/banners/
  
  All comments welcome
  
  Bye!
  
  

-- 

|   Tal Danzig | Join #libranet on the |
|   [EMAIL PROTECTED]   | openprojects IRC network  |

|   http://www.libranet.com|   Tal Danzig  |
|   The TOP Desktop!   |   [EMAIL PROTECTED]|