PDA

View Full Version : Load large image


ZeroG
02-06-2003, 12:02 AM
I am having a slight problem I am hoping someone can help me solve. I want to load a large image (say 2000 x 2000 pixels) into AcidImage but the only way I know of to load an image into my Clié is via PictureGear, and that does not allow an image larger than 640 x 640 pixels. Larger than that and it will resize it down.

What I am attempting to do here is to piece together a large map as an image and view it with a picture viewer. If I am limited to 640 x 640 pixels I won't be able to get much in there, or keep it detailed enough to be able to see street names. If it is 2000 x 2000 pixels I would be able to fit more and I would scroll the map to see the parts I need.

Can anyone please direct me how I should typically do this? I do not have a MS, so I can't take that route.

williepalm
02-06-2003, 01:00 AM
Try using SplashPhoto.

ZeroG
02-06-2003, 10:27 AM
With SpashPhoto it seems like you can only convert images to a resolution up to 320x480. (Looking at their website, not actually running the program.) I don't want to be restricted by the resolution of my screen, I am hoping to view an image much larger then the 320x320 my screen offers and simply scroll to reveal the areas not covered by the screen.