You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After saving a created slide, the images are saved fine, but the alignment applies a crop to each image after loading, causing them to load incorrectly. Removing the crop information from the .overmix.xml file resolves the issue.
So the cropped image is saved with the crop applied, but crop information is still saved in the alignment. One of those needs to be changed.
ImageEx also has two implementation of crop, this needs to be merged somehow. I also think chroma subsampling should be handled better, by increasing the crop amount when needed instead of multiplying it by two.
The slide creation will also likely produce the wrong alignment info for files with subsampling, so this should be fixed as well.
The text was updated successfully, but these errors were encountered:
After saving a created slide, the images are saved fine, but the alignment applies a crop to each image after loading, causing them to load incorrectly. Removing the crop information from the .overmix.xml file resolves the issue.
So the cropped image is saved with the crop applied, but crop information is still saved in the alignment. One of those needs to be changed.
ImageEx
also has two implementation ofcrop
, this needs to be merged somehow. I also think chroma subsampling should be handled better, by increasing the crop amount when needed instead of multiplying it by two.The slide creation will also likely produce the wrong alignment info for files with subsampling, so this should be fixed as well.
The text was updated successfully, but these errors were encountered: