Hi,
I have written an external to do just this, but I think you could do
it like this (untested):
1. Get the Dimensions of the Orignal Image. I think that:
put formattedWidth of image x into myOriginalWidth
put formattedHeight of image x into myOriginalHeight
On the image object you have already loaded should do the trick.
2. Create a new image object that is the same size as the orignal
but make it invisible.
3. Set the Filename of this new Image to point to the original image file:
set the filename of image NewImage to xxxxxxxxx
As I said I haven't tested this, but from my playing around I think
it should work ok.
Hope this helps
All the Best
Dave
I have an image that is larger than the screenRect. I scale it to fit the
window. Now I want to magnify a portion (100x100 pixels) in another image
object.
The problem is that if I put the text of (a portion of the imageData) into
the magnified image, it is VERY pixelized. I need to access the original
full resolution image for the magnified area.
How can I accomplish this without using an external? Thanks for any
suggestions.
Roger Eller <[EMAIL PROTECTED]>
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution