Skip to content

Commit

Permalink
そうじゃない
Browse files Browse the repository at this point in the history
  • Loading branch information
lune-sta committed Aug 9, 2016
1 parent 2812db5 commit 7dca0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/otaku_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_new_otaku(left_eye_color:, right_eye_color:, hair_color:, skin_color:, s

new_otaku = new_otaku.resample_bilinear(size, size)

back_ground_pixels = get_close_color_pixels(new_otaku, 0, 0, range:0)
back_ground_pixels = get_close_color_pixels(new_otaku, 0, 0, range:1)
new_otaku = transparent(new_otaku, back_ground_pixels)

new_otaku
Expand Down

0 comments on commit 7dca0c2

Please sign in to comment.