Wie viele Pixel von Breite und Höhe hat ein 12 Megapixel Bild?

Viele Bilder bekomme ich per E-Mail wegen der Arbeit. Viele davon haben niedrigere Auflösung und sind nicht wirklich nützlich. Selten werde sie per ein Spiegelreflex Kamera gemacht. Ich verlange zb dass ein bild mindestens 5 Mega Pixel sein muss. Aber die anderen können es nicht berechnen weil sie nur die Pixel Breite und Höhe sehen, wenn sie mit dem Maus drauf klicken. Gibt es eine Tabelle wo man effektive PixelMasse von häufig benutzen Bildformate sehen kann?

Folgende populäre Formate von Digitalkamera oder Smartphone-Handys wären sehr nützlich:

1.3 MegaPixel
2.0 MegaPixel
3.2 MegaPixel
5.0 MegaPixel
8.0 MegaPixel
10.2 MegaPixel
12.0 MegaPixel
14.0 MegaPixel
16.0 MegaPixel

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Profile picture for user Guest
Permanenter Link

Megapixel - Breite und Höhe - Verhältnis - Pixel
3 MP --> 2016 × 1512 --> 4:3 --> 3.048.192
4 MP --> 2304 × 1728 --> 4:3 --> 3.981.312
5 MP --> 2592 × 1944 --> 4:3 --> 5.038.848
8 MP --> 3264 × 2448 --> 4:3 --> 7.990.272
9 MP --> 3488 × 2616 --> 4:3 --> 9.124.608
10 MP --> 3648 x 2736 --> 4:3 --> 9.980.928
12 MP --> 4048 × 3040 --> 4:3 --> 12.305.920
16 MP --> 4928 x 3264 --> 4:3 --> 16.084.992
22 MP --> 5344 × 4008 --> 4:3 --> 21.418.752

Suche

Neueste Kommentare

  • 3 weeks 6 days ago
    Transaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)

     Edit "/etc/my.cnf" ( under [mysqld] ):

    transaction_isolation="READ-COMMITTED"

    Restart MariaDB / MySQL:

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 2 months 1 week ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 2 months 1 week ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 2 months 1 week ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 2 months 1 week ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?