spillerrec / Overmix

Automatic anime screenshot stitching in high quality
http://spillerrec.dk/category/software/programs/overmix/
GNU General Public License v3.0
193 stars 14 forks source link

not upscaling chroma chrashes with alpha (fix architecture) #28

Closed spillerrec closed 10 years ago

spillerrec commented 10 years ago

If using an alpha mask, SimpleRender crashes when not using chroma upscaling. This is likely because they differ in size, however downscaling all alpha planes will be slow... Usually we don't have unique alpha planes, it is a few used for several images, so we should look into how this can be optimized.

spillerrec commented 10 years ago

It crashes anyway because the alpha plane is always full size, not local size... This is a mess...

spillerrec commented 10 years ago

AverageRender can now be used instead of SimpleRender, which doesn't crash. We want to extend AImageAligner with a way of handling alpha planes. This will help LayeredAligner, which needs to create a lot of alpha planes, but obviously can't modify the images. Closing this and creating another issue for that.