Image.st
changeset 7551 a58984867d2f
parent 7537 bdc9ada5cde7
child 7552 6d862b1829d9
equal deleted inserted replaced
7550:b38f65fc5d21 7551:a58984867d2f
 12655 
 12655 
 12656      i := Image fromFile:'goodies/bitmaps/gifImages/garfield.gif'.
 12656      i := Image fromFile:'goodies/bitmaps/gifImages/garfield.gif'.
 12657      i inspect.
 12657      i inspect.
 12658      (i subImageIn:(300@160 corner:340@200)) inspect
 12658      (i subImageIn:(300@160 corner:340@200)) inspect
 12659     "
 12659     "
       
 12660     "
       
 12661      |i|
       
 12662 
       
 12663      i := Image fromFile:'/Volumes/tmp/fillimage.ok.png'.
       
 12664      i inspect.
       
 12665      (i subImageIn:(0@0 corner:i width@i height)) inspect
       
 12666     "
 12660 
 12667 
 12661     "Created: 20.9.1995 / 01:24:20 / claus"
 12668     "Created: 20.9.1995 / 01:24:20 / claus"
 12662 ! !
 12669 ! !
 12663 
 12670 
 12664 !Image methodsFor:'pixel functions'!
 12671 !Image methodsFor:'pixel functions'!