LedgerHQ / ledger-dev-doc

DEPRECATED - please use https://github.com/LedgerHQ/developer-portal
30 stars 33 forks source link

Unclear instruction: 14x14 icon generation "convert" command #58

Closed deanpress closed 3 years ago

deanpress commented 3 years ago

To generate the 14x14 icon from the 16x16 one, the instructions mention the following:

Nano X icons must be 14x14 px in size. Developers can create their Nano X icons from the 16x16 px Nano S one with the following command: convert nanos_app_<token>.gif -crop 14x14+1+1 +repage -negate nanox_app_<token>.gif

This instruction is unclear.

convert using which CLI? Which OS? What package do you need? etc.

TamtamHero commented 3 years ago

Like everything in this documentation: Linux convert is part of the imagemagick package. Doc updated here: https://github.com/LedgerHQ/ledger-dev-doc/commit/e294c37d29a366f801d25c7403158b13c1e1382e