
Andy
Enthusiast
Karma: -1 / +7

Sep 8, 2004, 9:27 AM
Post #10 of 13
(3052 views)
Shortcut
Send Andy a wink
|
|
Re: [jag] Detailed Image Plug-in
[In reply to]
|
Can't Post
|
|
Sorry, the first replacement varies. The 3 variatations I could find were;
&do_shrink($ReadImage,$WriteImage,$highest_id); &do_shrink($ReadImage,$WriteImage,$hit->{ID}); &do_shrink($ReadImage,$WriteImage,$_ID); Just add ,$_ into all of these, so they look something like;
&do_shrink($ReadImage,$WriteImage,$highest_id,$_); &do_shrink($ReadImage,$WriteImage,$hit->{ID},$_); &do_shrink($ReadImage,$WriteImage,$_ID,$_);
when you write "replace" I'm not sure whether to replace my $_GetDimensions = $cfg->{'GetDimensions'}; but I feel like I should keep it. Finally where I see PercentageSmaller ='100x50' what does this do ? Sorry, I mean't "add" (i.e below the variable declerations). Been a pretty busy day :/ Cheers Andy Programmer/Designer/LinksSQL Freak http://www.ultranerds.com http://www.imagesql.com
|