On Feb 17, 2009, at 2:35 PM, Shanti Subramanyam wrote:
for (int i = 1; i <= ScaleFactors.users; i++) {
System.out.println("Loading files for user " + i);
copyTo(img, imgSize, "p" + i + ".jpg");
copyTo(thumb, thumbSize, "p" + i + "t.jpg");
}
I needed to modify it. I'll raise an issue on the Rails implementation and see if I can fix this.
Cheers, - Will Sobel
