Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image appears background square (ImageMagick 7.0.5) #38

Closed
blasterbug opened this issue Feb 26, 2017 · 11 comments
Closed

Image appears background square (ImageMagick 7.0.5) #38

blasterbug opened this issue Feb 26, 2017 · 11 comments
Labels

Comments

@blasterbug
Copy link

As a result, I got this strange white shaded square where the icon of the folder appears.
folderify_white_stuff

@lgarron
Copy link
Owner

lgarron commented Feb 27, 2017

It looks like your source image has more than one border – only the outermost one is removed.

What happens if you run ./f examples/src/octocat.png on a checkout of the repo?
If that works, you'll probably want to edit your image to have a transparent background without borders.

@blasterbug
Copy link
Author

Well, it does exactly the same.

@lgarron
Copy link
Owner

lgarron commented Feb 27, 2017

Hmm, it might be a a compatibility issue with ImageMagick, but... maybe not.

Any chance you can run (or ask someone to run) this on another Mac to see if they get the same result?

The OS version doesn't appear to be the problem, and any other information could be useful.

@blasterbug
Copy link
Author

I am running imagemagick 7.0.5-0, installed with brew

@lgarron
Copy link
Owner

lgarron commented Feb 28, 2017

Thanks for that detail. I've upgraded to imagemagick-7.0.5, and I can reproduce.

@lgarron lgarron changed the title Icon appear in a withe square (mac OS 10.12.3) Image appears background square (ImageMagick 7.0.5) Feb 28, 2017
@lgarron
Copy link
Owner

lgarron commented Feb 28, 2017

I don't know when I'll have time to fix this (I still have no idea how trivial it might be), but if you really want some folder images, I suggest downgrading to ImageMagick 6.9.6-5 temporarily.

@lgarron lgarron added the bug label Feb 28, 2017
@dardo82
Copy link

dardo82 commented Mar 12, 2017

I’ve had the same problem but I’ve been able to solve it by downgrading ImageMagick with HomeBrew.
brew uninstall imagemagick && brew install imagemagick@6 && brew link --force imagemagick@6

lgarron added a commit that referenced this issue Jan 12, 2018
lgarron added a commit that referenced this issue Jan 12, 2018
- The issue resulting in an unwanted white rectangle has been fixed. (#38)
@lgarron
Copy link
Owner

lgarron commented Jan 20, 2018

@blasterbug, @dardo82: would you mind verifying that the latest version of imagemagick works with the latest release of folderify for you?

@dardo82
Copy link

dardo82 commented Jan 20, 2018

Does it work for you?

@lgarron
Copy link
Owner

lgarron commented Jan 24, 2018

Does it work for you?

Yes, it does. Just want to make sure it works on more than my computer. :-)

@dardo82
Copy link

dardo82 commented Jan 28, 2018

If I try It again I’ll tell you if it does work or not, in the meanwhile I want to thank you for your good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants