Palettized BMPs are incorrectly row padded. This might result in invalid or tilted subtitles. The padding logic is likely copied from the 24-bit BMP output, which requires a different amount of padding (24-bit pixels vs 8-bit pixels).
Fix for 8-bit BMP row padding
Log in to post a comment.
Fix for 8-bit BMP row padding