images compactified
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2000 23:25:26 +0200
changeset 1404 f088630ac860
parent 1403 26707fae4b93
child 1405 0b2e421db465
images compactified
ResourceSelectionBrowser.st
--- a/ResourceSelectionBrowser.st	Wed Aug 30 21:50:24 2000 +0200
+++ b/ResourceSelectionBrowser.st	Wed Aug 30 23:25:26 2000 +0200
@@ -217,14 +217,15 @@
      the ImageEditor may not be able to read the specification."
 
     "
+     self iconClass inspect
      ImageEditor openOnClass:self andSelector:#iconClass
     "
 
     <resource: #image>
 
     ^Icon
-	constantNamed:#'ResourceSelectionBrowser iconClass'
-	ifAbsentPut:[(Depth2Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@UUUUU!!Q****(@F**** @Z****@A****(@F**** @Z****@A****(LF**** TZ****@A****(@F**** @Z****@B@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 0 0]; mask:((Depth1Image new) width: 18; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@') ; yourself); yourself]!
+        constantNamed:#'ResourceSelectionBrowser iconClass'
+        ifAbsentPut:[(Depth2Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@*****ABUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@A@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 170 170 170 255 255 255]; mask:((Depth1Image new) width: 18; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@') ; yourself); yourself]!
 
 iconPrivateClass
     "This resource specification was automatically generated