mklement0 / fileicon

macOS CLI for managing custom icons for files and folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aspect Ratio

edwardbackstrom opened this issue · comments

With the switch to the new API, icons no longer respect aspect ratio. Is it possible to implement the code mentioned at https://stackoverflow.com/a/7748088/2386737 to correct this?

@edwardbackstrom: Thanks for the link; I'll take a look.

In the meantime, I've found this Imagemagick script to be useful in preprocessing the image so it's square: squareup.

(Scroll down past the table of contents links.)

Hi, There is any development about it? currently, the icon looks good, but stretch all over the icon sizes
can it be in regular size? like a poster or A4 shape

the icon
image

he image
poster

@MuliTu, truthfully, I have no plans to dig deeper, but perhaps @peterkaminski tip helps.

commented

I wrote https://github.com/guidezpl/media-folder-icons a few years ago to do this, it still works great.