Made the following variables (which deal with the new image resizing code) local...
authoryossarian <yossarian>
Sun, 13 Aug 2006 19:46:46 +0000 (19:46 +0000)
committeryossarian <yossarian>
Sun, 13 Aug 2006 19:46:46 +0000 (19:46 +0000)
commitd2d13b77934735f1c5b1ab33b67c58cf9475d085
tree5682d9d942970eef11342f34dd4e698d24754a3c
parent58e3b12befc2aa4b5f64885ddc163d99afddb8fd
Made the following variables (which deal with the new image resizing code) local rather than instance:

private String imagesOriginalDir;
private String imagesOriginalDirRelPath;
private String imageOriginalFilePath;
private String imageOriginalRelPath;

Also took out the reference to StreamCopier.copyFile as there was already something in Mir that was designed for this purpose: FileRoutines.copyFile

Cleaned up source formatting somewhat to use 2 spaces instead of tabs.

Using Integer.toString(foo) rather than new Integer(foo).toString() on Zapata's advice.
source/mircoders/media/MediaHandlerImagesExtern.java