Images With Alpha Layer Exported Twice #7
Labels
📚 documentation
🔌 file I/O plugins
Pro Motion file I/Oplugins
🔌 plugins
Pro Motion plugins
🔬 research
Issue requires further researching
♻️ help wanted
Extra attention is needed
♻️ question
Further information is requested
💀 bug
Something isn't working
⚠️ important
Priority: High
Milestone
Currently, whenever an image containing an Alpha layer is exported, the plugin is invoked twice (for
image.ext
andimage.alpha.ext
). This occurs regardless of whetherisWriteTrueColorSupported()
returns true or false.This seems connected to PM NG native behaviour when saving to file formats that don't support alpha channels, for which PM created and additional
.alpha.<ext>
file to store the Alpha layer in order to reconstruct it when loading that image again.This is either a bug or an undocumented feature — the former suggests that PM should be handling creation of the extra file.
For more details, see also:
The text was updated successfully, but these errors were encountered: