Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我有这张图片http://i.stack.imgur.com/78yU0.png我想让它透明。我的意思是我想要粉红色的背景消失......
但是,它很长,做像素棒需要一段时间。我可以使用 ImageMagick 并做点什么吗?
仿佛变魔术:
convert 78yU0.png -fuzz "2%" -transparent #ff00ff transparent.png
在 gimp 中查看您的图像以获得粉红色的颜色时出于兴趣,看起来您的图像没有正确放置在画布上。它似乎仍然有效,但以后可能会导致问题?