There are a lot of wallpapers and there is an application, you need to crop each image without compressing, but removing the extra pixels on the left and right, in addition, you need to make all the images under the format mdpi hdpi xhdpi xxhdp xxxhpi. But how to automate all this?

    1 answer 1

    for example, using the convert program from the imagemagick toolkit .

    You can crop the image in different ways, for example, using the crop command.

    here are many examples of using this command.

    • Thank! This is what you need! - MrMEX