Closed fearocanity closed 1 year ago
dupe #11 But the fix doesn't work in my side either
@fearocanity Sorry for the late reply. This is not a bug, but probably caused by my misleading documentation on this. --resize_opt center
will crop the largest rectangle from the center to fit the aspect ratio of the tile width and height, either specified or inferred.
TLDR; If you want each tile to be a square, specify the size like this: --size 50 50
@fearocanity Sorry for the late reply. This is not a bug, but probably caused by my misleading documentation on this.
--resize_opt center
will crop the largest rectangle from the center to fit the aspect ratio of the tile width and height, either specified or inferred.TLDR; If you want each tile to be a square, specify the size like this:
--size 50 50
Sorry, probably my english comprehension is too bad😅 I will give my feedback later!! Thanks for responding! I tested it just now too, and it works now.
Context: I'm trying to work with 100+ images, And I want the tiles to be squared. But the option that was referred for my expected result is not working nor doesn't do its functionality. (BTW, I'm running it in Ubuntu 18). And also I'm using the latest version of this tool.
Based on your readme guide of
--resize_opt
:My options:
(Cropped) Output: