Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a thin line of background showing on the right side (#50)
* Fix a thin line of background showing on the right side of contact sheets If the contact sheet width (minus horizontal spacing) is not evenly divisible by the number of image columns, a thin line of background is left visible on the right side after composition. Fix this by interpreting the value of --width as a target we try to match as closely as possible, instead of as an unchangable constant. In the current implementation this is an upper limit. * Remove dead code The grid is never set to None, so this check is useless * Don't pass float dimensions to MediaInfo.desired_size This should make the calculated frame height match the frame width more closely, since the final rounding of the width is now preformed before it is used in the calculation.
- Loading branch information