Resolved issue #517. MAC version incorrect sRGB profile.
libpng warning: iCCP: known incorrect sRGB profile. --HG-- branch : develop
BIN
dist/application-x-valentina-i-measurements.png
vendored
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 3.8 KiB |
BIN
dist/application-x-valentina-pattern.png
vendored
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
dist/application-x-valentina-s-measurements.png
vendored
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
dist/macx/valentina_bundle_background.png
vendored
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 89 KiB |
BIN
dist/valentina.png
vendored
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
22
scripts/fix_png.sh
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
# The script helps to automate fixing issue "libpng warning: iCCP: known incorrect sRGB profile".
|
||||
# Main idea: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
|
||||
|
||||
# Use "pngcrush" to remove the incorrect sRGB profile from the png file
|
||||
# Link: http://pmt.sourceforge.net/pngcrush/
|
||||
|
||||
# -ow will overwrite the input file
|
||||
# -rem allb will remove all ancillary chunks except tRNS and gAMA
|
||||
# -reduce does lossless color-type or bit-depth reduction
|
||||
|
||||
#In the console output you should see "Removed the sRGB chunk.", and possibly more messages about chunk removals.
|
||||
#You will end up with a smaller, optimized png file. As the command will overwrite the original file, make
|
||||
#sure to create a backup or use version control.
|
||||
|
||||
# IMPORTANT!!! Run script inside 'scripts' directory.
|
||||
|
||||
# usage:
|
||||
# $ ./fix_png.sh
|
||||
|
||||
find .. -type f -iname '*.png' -exec pngcrush -ow -rem allb -reduce {} \;
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 446 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 872 B |
Before Width: | Height: | Size: 526 B After Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 1008 B After Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 667 B After Width: | Height: | Size: 555 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 675 B After Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 958 B |
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 479 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 567 B After Width: | Height: | Size: 483 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 988 B |
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 613 B After Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 642 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 836 B After Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 590 B After Width: | Height: | Size: 511 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 575 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 949 B |
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 782 B After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 482 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 474 B After Width: | Height: | Size: 75 B |
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 84 B |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1022 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 471 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 3.2 KiB |