[ENH]MPEGImageMorph (0.2)

Karl Ramberg karl.ramberg at chello.se
Tue Nov 7 21:39:37 UTC 2000


Attached is a MPEGImageMorph

It utilizes form over instead of form paint, and
I see a speed doubling on my old mac :-)

Karl

ooops some instance variables got included in the first
version. fixed :-)
-------------- next part --------------
'From Squeak2.9alpha of 13 June 2000 [latest update: #2915] on 7 November 2000 at 10:36:32 pm'!
SketchMorph subclass: #MPEGImageMorph
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'MPEG3-Kernel'!

!MPEGImageMorph methodsFor: 'as yet unclassified' stamp: 'kfr 11/7/2000 22:17'!
drawOn: aCanvas
	aCanvas drawImage: self rotatedForm at: bounds origin ! !



More information about the Squeak-dev mailing list