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

Saving a blend as an image sequence #7

Closed
NoJustAnother opened this issue Feb 19, 2022 · 2 comments
Closed

Saving a blend as an image sequence #7

NoJustAnother opened this issue Feb 19, 2022 · 2 comments
Assignees

Comments

@NoJustAnother
Copy link

NoJustAnother commented Feb 19, 2022

The .gif exported has (sometimes) compression artifacts. How can a blend created in the Python Image Morpher be exported as an image sequence?
Converting the .gif to an image sequence does not help as the compression artifacts still remain.
Thank You!

@ddowd97
Copy link
Owner

ddowd97 commented Feb 19, 2022

Hi - Thanks for your interest in this project!

How can a blend created in the Python Image Morpher be exported as an image sequence?

Currently, the GUI does not support saving full blends as multiple frames (instead of as gifs), but this is a good suggestion... In the next feature update, I'll have some combo box added to choose between these two methods for saving full blends. In the meantime, you can accomplish the same thing by performing and saving single blends at each Alpha interval you need.

The .gif exported has (sometimes) compression artifacts.

By 'sometimes', do you mean that the artifacting is not 100% reproducible, or that only some frames have the issue?
Can you provide more information, such as the following, so I can debug for any potential issues?

  1. Input image and text files (most useful) - You can find the text files in the PIM Images_Points folder
    • Otherwise, can you please provide the format, width, height, and bit depth for each input image file?
  2. Is 'Transparency Layer' checked when you see the artifacts?
  3. What value for 'Full Blend' is used when you see the artifacts?
  4. Were the images resized with PIM at any point?

@ddowd97 ddowd97 self-assigned this Feb 19, 2022
@NoJustAnother
Copy link
Author

NoJustAnother commented Feb 25, 2022

In the next feature update, I'll have some combo box added to choose between these two methods for saving full blends

Thank you!

By 'sometimes', do you mean that the artifacting is not 100% reproducible, or that only some frames have the issue?

Well, this issue is not with the Python Image Morpher but with the .gif file format itself. It usually tends to reduce the amount of colours in the images and this results in 'banding'. This was the same reason why I was suggesting to be able to export as multiple frames so that we can combine the frames into a video/file format other than .gif.

https://www.quora.com/Why-does-a-PNG-sequence-to-a-GIF-result-in-artifacts-ffmpeg-png-gif-admin

PS: Thank you for all of this! Very much grateful to you!

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