diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-07-23 18:03:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-07-23 18:03:54 -0500 |
commit | 345323342317d66904b2a1167c927b6911961bf2 (patch) | |
tree | 87b262d04ebfd640baf4b40c39732017d86ead23 /src | |
parent | 1ab2fd5906037966806f9119400fca444feba3c6 (diff) | |
download | kscope-345323342317d66904b2a1167c927b6911961bf2.tar.gz kscope-345323342317d66904b2a1167c927b6911961bf2.zip |
Fix invalid headers in PNG files and optimize for size
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmark.png | bin | 690 -> 584 bytes |
-rw-r--r-- | src/call_graph.png | bin | 741 -> 732 bytes |
-rw-r--r-- | src/called_tree.png | bin | 463 -> 410 bytes |
-rw-r--r-- | src/calling_tree.png | bin | 445 -> 391 bytes |
-rw-r--r-- | src/file_ro.png | bin | 892 -> 743 bytes |
-rw-r--r-- | src/file_rw.png | bin | 647 -> 541 bytes |
-rw-r--r-- | src/file_save.png | bin | 838 -> 665 bytes |
-rw-r--r-- | src/hi16-app-kscope.png | bin | 815 -> 766 bytes |
-rw-r--r-- | src/hi32-app-kscope.png | bin | 1828 -> 1647 bytes |
-rw-r--r-- | src/lo16-app-kscope.png | bin | 326 -> 263 bytes |
-rw-r--r-- | src/lo32-app-kscope.png | bin | 308 -> 212 bytes |
-rw-r--r-- | src/query_locked.png | bin | 774 -> 733 bytes |
-rw-r--r-- | src/query_unlocked.png | bin | 923 -> 815 bytes |
-rw-r--r-- | src/tab_list.png | bin | 279 -> 208 bytes |
14 files changed, 0 insertions, 0 deletions
diff --git a/src/bookmark.png b/src/bookmark.png Binary files differindex 5e76158..9c912b3 100644 --- a/src/bookmark.png +++ b/src/bookmark.png diff --git a/src/call_graph.png b/src/call_graph.png Binary files differindex 0b87ddd..c551ad9 100644 --- a/src/call_graph.png +++ b/src/call_graph.png diff --git a/src/called_tree.png b/src/called_tree.png Binary files differindex db58776..3ae0fc5 100644 --- a/src/called_tree.png +++ b/src/called_tree.png diff --git a/src/calling_tree.png b/src/calling_tree.png Binary files differindex 89e40d2..045d7a0 100644 --- a/src/calling_tree.png +++ b/src/calling_tree.png diff --git a/src/file_ro.png b/src/file_ro.png Binary files differindex 6d0d29d..d314b6d 100644 --- a/src/file_ro.png +++ b/src/file_ro.png diff --git a/src/file_rw.png b/src/file_rw.png Binary files differindex 8312c6b..e107dbc 100644 --- a/src/file_rw.png +++ b/src/file_rw.png diff --git a/src/file_save.png b/src/file_save.png Binary files differindex 41b3f43..c4e7831 100644 --- a/src/file_save.png +++ b/src/file_save.png diff --git a/src/hi16-app-kscope.png b/src/hi16-app-kscope.png Binary files differindex 7659966..9cf8c6e 100644 --- a/src/hi16-app-kscope.png +++ b/src/hi16-app-kscope.png diff --git a/src/hi32-app-kscope.png b/src/hi32-app-kscope.png Binary files differindex 54d2af0..8f7ba3d 100644 --- a/src/hi32-app-kscope.png +++ b/src/hi32-app-kscope.png diff --git a/src/lo16-app-kscope.png b/src/lo16-app-kscope.png Binary files differindex fd8ef48..ec02f94 100644 --- a/src/lo16-app-kscope.png +++ b/src/lo16-app-kscope.png diff --git a/src/lo32-app-kscope.png b/src/lo32-app-kscope.png Binary files differindex 5bb28f8..e241d8b 100644 --- a/src/lo32-app-kscope.png +++ b/src/lo32-app-kscope.png diff --git a/src/query_locked.png b/src/query_locked.png Binary files differindex 25db6b2..470bca7 100644 --- a/src/query_locked.png +++ b/src/query_locked.png diff --git a/src/query_unlocked.png b/src/query_unlocked.png Binary files differindex 3a1a0d3..138bf9b 100644 --- a/src/query_unlocked.png +++ b/src/query_unlocked.png diff --git a/src/tab_list.png b/src/tab_list.png Binary files differindex b0cb478..44fdb8f 100644 --- a/src/tab_list.png +++ b/src/tab_list.png |