PointCloudLibrary/pcl

Update pcl.ico

Open

#3.056 geöffnet am 2. Mai 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (4.506 Forks)batch import
help wantedkind: todo

Repository-Metriken

Stars
 (9.023 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 7h) (3 gemergte PRs in 30 T)

Beschreibung

As shown in #3054 the pcl.ico doesn't fit modern systems anymore. Current ico file includes at maximum a 64x64 image, during 256x256 is recommend.

In general there are some issues which should be resolved for this file:

  • Include more image sizes. Optimum should be 16x16, 24x24, 32x32, 48x48, 64x64 and 256x256
  • Use transparency: Cloud should be filled with white area + black point, during everything outside of the cloud should be transparent.

In general an easy task - if there is an SVG file, which I didn't found :(.

Contributor Guide