Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-10-19 12:20:53 +0300
committerGhostkeeper <rubend@tutanota.com>2020-10-19 12:21:21 +0300
commit5cd62ae15b8a6d88fdb723e26ead2d6193e751ed (patch)
tree256c1acbfde7fe3be852de2d4ea9f4321f54618c /plugins/UM3NetworkPrinting
parentff10eac372ea5e1788b5c16628bd2ea11fae6745 (diff)
Optimise images losslessly
This runs a filter optimisation to choose the best PNG filters for compression, then RLE optimisation. The pixel value output is still the same, but file size somewhat smaller.
Diffstat (limited to 'plugins/UM3NetworkPrinting')
-rw-r--r--plugins/UM3NetworkPrinting/resources/png/Ultimaker 3 Extended.pngbin1038742 -> 920730 bytes
-rw-r--r--plugins/UM3NetworkPrinting/resources/png/Ultimaker 3.pngbin792765 -> 698757 bytes
-rw-r--r--plugins/UM3NetworkPrinting/resources/png/Ultimaker S3.pngbin484401 -> 440557 bytes
-rw-r--r--plugins/UM3NetworkPrinting/resources/png/Ultimaker S5.pngbin1476464 -> 1298912 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3 Extended.png b/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3 Extended.png
index 1ce19c2933..c4beb8d709 100644
--- a/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3 Extended.png
+++ b/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3 Extended.png
Binary files differ
diff --git a/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3.png b/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3.png
index 4639cb3fde..e499d767c1 100644
--- a/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3.png
+++ b/plugins/UM3NetworkPrinting/resources/png/Ultimaker 3.png
Binary files differ
diff --git a/plugins/UM3NetworkPrinting/resources/png/Ultimaker S3.png b/plugins/UM3NetworkPrinting/resources/png/Ultimaker S3.png
index b6ce6e1273..d92e454d23 100644
--- a/plugins/UM3NetworkPrinting/resources/png/Ultimaker S3.png
+++ b/plugins/UM3NetworkPrinting/resources/png/Ultimaker S3.png
Binary files differ
diff --git a/plugins/UM3NetworkPrinting/resources/png/Ultimaker S5.png b/plugins/UM3NetworkPrinting/resources/png/Ultimaker S5.png
index 29ba428e38..56400f7027 100644
--- a/plugins/UM3NetworkPrinting/resources/png/Ultimaker S5.png
+++ b/plugins/UM3NetworkPrinting/resources/png/Ultimaker S5.png
Binary files differ