Move lib/danbooru, lib/danbooru_image_resizer to app/logical.

This commit is contained in:
evazion
2017-12-18 11:31:48 -06:00
parent 53c351ab71
commit efeaad25ca
12 changed files with 6 additions and 14 deletions

View File

@@ -71,7 +71,7 @@ class PixivUgoiraConverter
file = folder.first
temp_path = File.join(tmpdir, file.name)
file.extract(temp_path)
Danbooru.resize(temp_path, path, Danbooru.config.small_image_width, Danbooru.config.small_image_width, 85)
DanbooruImageResizer.resize(temp_path, path, Danbooru.config.small_image_width, Danbooru.config.small_image_width, 85)
end
end
end