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
> "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
[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
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
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
> "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
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
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
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
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
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
11 matches
Mail list logo