Skip to content

Commit

Permalink
Fixes background transparency in SNG files
Browse files Browse the repository at this point in the history
  • Loading branch information
Axadiw committed Nov 25, 2015
1 parent f2563aa commit 8dc4f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basset/helpers/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def convert_single_file(self, source_file, destination_file, target_resolution,

convert_string = "convert " \
"-density {0}00% " \
"-background none " \
"\"{1}\" " \
" {2} " \
"-resize {3}x{4} " \
Expand Down

0 comments on commit 8dc4f03

Please sign in to comment.