Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stitching images of different resolutions doesn't sync the size #12

Open
himanpan opened this issue Nov 6, 2019 · 1 comment
Open

Comments

@himanpan
Copy link

himanpan commented Nov 6, 2019

If two images of different resolutions are used for creating a gif, the image with smaller resolution gets displayed in a shrunk size in the GIF, with rest of the space covered in white color.
This makes the GIF experience not so good.
It would be great if there is a way to match the image sizes while stitching them together!

@AbnerSquared
Copy link

The two ways I could see this working would be to either prevent being able to add a frame of an image that is larger than the main image size, or to downscale/upscale the image frame being added to match with the main image size. (Maybe something along the sides of AnimatedGif.DrawFrameFit(Image image), where it would draw the frame, and fit it accordingly to match with the current image size)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants