]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/images/processing/rotation/rotation.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / images / processing / rotation / rotation.factor
index 87cea5f255538224cf1bbd373a8c1dc4e0a1a51d..863fa2e3f1361c70cadd4549ca054771f1b3dc37 100644 (file)
@@ -46,7 +46,7 @@ ERROR: unsupported-rotation degrees ;
 :  normalize-degree ( n -- n' ) 360 rem ;
 
 : processing-effect ( image quot -- image' )
-    '[ image>pixel-rows @ flatten-table ] [ (>>bitmap) ] [ ] tri ; inline
+    '[ image>pixel-rows @ flatten-table ] [ bitmap<< ] [ ] tri ; inline
 
 :: rotate' ( image n -- image )
     n normalize-degree :> n'