Re: Thumb-nailing Pic's

2003-07-30 Thread Ramon Chavez
quot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 9:25 AM Subject: Re: Thumb-nailing Pic's > >>>>> "Ramon" == Ramon Chavez <[EMAIL PROTECTED]> writes: > > Ramon> I meant that this program cuts rectangles from

Re: Thumb-nailing Pic's

2003-07-30 Thread Randal L. Schwartz
> "Ramon" == Ramon Chavez <[EMAIL PROTECTED]> writes: Ramon> I meant that this program cuts rectangles from the original Ramon> images, all of them with the same proportions. Like if you were Ramon> cutting cookies from the paste for baking (lol). It then Ramon> resizes all the resulting image

RE: Thumb-nailing Pic's

2003-07-29 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > ImageMagick's > > mogrify -geometry 100x100 *.jpg > > does a fair job of making a bunch of images that have 100 as their > maximum dimension, scaling equally in both dimensions. Do you mean fair in the sense of image quality? Or something else? I'm using this t

Re: Thumb-nailing Pic's

2003-07-29 Thread denis
is worth of it. > > HAND. > > -rm- > > > - Original Message - > From: "Randal L. Schwartz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 28, 2003 10:45 PM > Subject: Re: Thumb-nailing Pic's > > &g

Re: Thumb-nailing Pic's

2003-07-29 Thread Ramon Chavez
OTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 10:45 PM Subject: Re: Thumb-nailing Pic's > >>>>> "Ramon" == Ramon Chavez <[EMAIL PROTECTED]> writes: > > Ramon> I have found useful for making thumbnails of the same size, > Ramo

Re: Thumb-nailing Pic's

2003-07-28 Thread Randal L. Schwartz
> "Ramon" == Ramon Chavez <[EMAIL PROTECTED]> writes: Ramon> I have found useful for making thumbnails of the same size, Ramon> regardless of the original size, the program "Express Thumbnail Ramon> Creator", from Express Soft (theres is a full working demo Ramon> version). It doesn't matter t

Re: Thumb-nailing Pic's

2003-07-28 Thread Ramon Chavez
You are all right and I agree with you. I was answering the original message, wich asks how to show all the images the same size regardless of the original size. I really prefeer to use true thumbnails, because of the size (in bytes). Talking about "dumbnails". Agreeing with 'zentara', the disa

Re: Thumb-nailing Pic's

2003-07-26 Thread zentara
On Fri, 25 Jul 2003 07:57:32 -0500, [EMAIL PROTECTED] (Ramon Chavez) wrote: >Maybe I'm missing something here but, It can be done just using HTML, say... > >$h= 250; >$w= 250; > >print "\n"; > >Or maybe you're talking about something more complex and at this time in the >morning I can't figure out

RE: Thumb-nailing Pic's

2003-07-26 Thread Charles K. Clarkson
Ramon Chavez <[EMAIL PROTECTED]> wrote: : : Maybe I'm missing something here but, It can be : done just using HTML, say... : : $h= 250; : $w= 250; : : print "\n"; qq would make much easier to read. print qq|\n|; : : Or maybe you're talking about something more : complex and at this time

Re: Thumb-nailing Pic's

2003-07-25 Thread Ramon Chavez
Maybe I'm missing something here but, It can be done just using HTML, say... $h= 250; $w= 250; print "\n"; Or maybe you're talking about something more complex and at this time in the morning I can't figure out what is it... ;-) -rm- - Original Message - From: "Support" <[EMAIL PROTECT

Re: Thumb-nailing Pic's

2003-07-24 Thread John W. Krahn
Support wrote: > > Hi All Hello, > I'm using perl to write a html page on the fly which includes photos of > different sizes. Does anyone know of a bit of code that I can add to my > script that ensures the resulting page shows the pictures on the page all > the same size regardless of the orig