07-02-2020 00:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-02-2020 00:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'm trying to add images to my app whose colour I can change, I saw on the guides that this is done with grey scale images. But how do i do this. I tried those online grey scale converters but it didn't work. Help.
Answered! Go to the Best Answer.
Accepted Solutions
07-02-2020 06:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-02-2020 06:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I ended up using the application they recommended. I have Photoshop, but that did not seem to work. So, I created the image I wanted, then I ran the recommended code...
convert original.png -colorspace gray final.png
Through ImageMagick. That did the trick.

07-02-2020 06:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-02-2020 06:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I ended up using the application they recommended. I have Photoshop, but that did not seem to work. So, I created the image I wanted, then I ran the recommended code...
convert original.png -colorspace gray final.png
Through ImageMagick. That did the trick.

