Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
This user name doesn't exist. If you want to create a new account, just verify your password and log in.
This user name exists. If you want to create a new account, please choose a different name.
Enter the current email address you have registered in your profile. You'll get an email containing your new password.
You have no email address in your profile, so you can't have your password reset.
Password reset. Check your email in a few minutes
That account does not exist.
The email address specified is not registered with this account.
Delivery to this email address has failed.
I've updated with some reworked processing. It now processes images in horizontal slices (currently set to 1000 rows) to reduce memory usage.
It overlaps the processing to prevent the type of artifacts "tiled" mode caused. This also will make it a bit slower (maybe 5-10%). I've been able to process 4000x6000 images in under a gig.
The overlapping is approximate (guessing how much overlap is necessary to avoid artifacts). If anyone notices any artifacts (probably as horizontal lines along the 1000 pixel boundaries), let me know and I'll probably just increase the overlap a bit.
petopeto
It overlaps the processing to prevent the type of artifacts "tiled" mode caused. This also will make it a bit slower (maybe 5-10%). I've been able to process 4000x6000 images in under a gig.
The overlapping is approximate (guessing how much overlap is necessary to avoid artifacts). If anyone notices any artifacts (probably as horizontal lines along the 1000 pixel boundaries), let me know and I'll probably just increase the overlap a bit.