PDA

View Full Version : JohnL??


MarkS
11/18/2001, 06:37 PM
Can the attachment code be fixed? I understand why there is a 640 x 480 limit, but it does not work if the image's dimensions are 480x640 or if the image's height is greater than 480. This is a bug and it makes it real hard to attach plans of skimmers and other tall images as opposed to wide images.

I would assume that the code does a simple check to see if the width is greater that 640 and if the height is taller that 480 and then spits out an error. A better way would be to check the height and width seperately.

Mark

JohnL
11/18/2001, 09:17 PM
Would increasing the limit to 640x640 work?

MarkS
11/19/2001, 03:35 AM
That would help, but it's a simple code fix the other way.

Which ever is easiest for you.

Mark

Capt.Dave
11/19/2001, 11:59 AM
Originally posted by JohnL
Would increasing the limit to 640x640 work?

That would be great John, I seem to have more tall than long pics.

Dave

JohnL
11/19/2001, 02:52 PM
OK, I changed the limit to 640 pixels for both width and height.

MarkS
11/19/2001, 03:18 PM
Great!! Thanks!

Mark