]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/images/bitmap/loading/loading.factor
Specialized array overhaul
[factor.git] / basis / images / bitmap / loading / loading.factor
index 82805fb6887d3b64a598cb04b281d73d6ba64b28..823cfcd03a9f67c519103a62146b49ef164013e1 100644 (file)
@@ -4,8 +4,9 @@ USING: accessors arrays byte-arrays combinators
 compression.run-length fry grouping images images.loader io
 io.binary io.encodings.8-bit io.encodings.binary
 io.encodings.string io.streams.limited kernel math math.bitwise
-sequences specialized-arrays.ushort summary ;
+sequences specialized-arrays summary ;
 QUALIFIED-WITH: bitstreams b
+SPECIALIZED-ARRAY: ushort
 IN: images.bitmap.loading
 
 SINGLETON: bitmap-image