reimund / Tych-Panel

Easy diptych, triptych and n-tych creation in Photoshop
http://lumens.se/tychpanel/
205 stars 17 forks source link

Unexpected pixel row/column count #6

Closed reimund closed 12 years ago

reimund commented 12 years ago

Originally issued by baloneysandwiches.

When I add a 300x 450 image to a 300x450 image, I wind up with a new canvas that is 599 (!) by 450px. There's a rounding error being introduced. Try it. Over the span of many columns, for what I'm doing it's unacceptable. Even if I could work around the first bug the resizing makes this unusable for technical applications where a few pixels is a dealbreaker.

reimund commented 12 years ago

It's not really a rounding error, but done intentionally in order to have the images line up after resizing. Basically one row of pixels are cropped out. However I think I can leave that out when the user have chosen "Don't resize".

Will have to think about it some more.

reimund commented 12 years ago

I have changed so that if the Don't resize option is chosen you don't get this problem.