MAVProxy
MAVProxy copied to clipboard
When Running MavProxy Map I get libpng warning: iCCP: known incorrect sRGB profile
When Running Mavproxy Map on Ubuntu I get the following message on Console
libpng warning: iCCP: known incorrect sRGB profile
I fixed it using
mogrify *.png
on
/.local/lib/python3.10/site-packages/MAVProxy/modules/mavproxy_map/data
Reference - https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
Shall I add a PR for this?
On Sat, 27 Jan 2024, Vinura Perera wrote:
Shall I add a PR for this?
Yes please!