Hi All,
I encounter two strange problems when I do large long image processing
(Image size: 19.68inch*393.7 inch 100 dpi)
1. I can't rotate this long image, but I could rotate small image.
The error code is:
Error Stack
------------------------------------------------
1 Aurigma.GraphicsMill The specified pixel format is not supported.
Call Stack
------------------------------------------------
at Aurigma.GraphicsMill.Thread.FireStoppedEvent(Object object, ErrorEventArgs args)
at Aurigma.GraphicsMill.Thread.TimerEventProcessor()
at Aurigma.GraphicsMill.Thread.ChangeActivityStatus(ActivityStatus status)
at Aurigma.GraphicsMill.Thread.EntryPoint()
at Aurigma.GraphicsMill.Thread.Start()
at Aurigma.GraphicsMill.Transforms.BitmapTransform.ApplyTransform(Bitmap bitmap)
at Aurigma.GraphicsMill.TransformsProvider._Rotate(Single angle)
at Aurigma.GraphicsMill.TransformsProvider.Rotate(Single angle)
2. I can't draw a rectangle region cover this long image. The largest size I could draw is
Height: 265.55 inch. When I want to resize the rectangle region into a larger height, nothing happens, it's still 265.55 inch. But if I change the code manually, for example set the height into a large number, it could show up a much longer rectangle region.
These two problems are really strange, I have spent one day, but no progress.
Thank you,
Edited by moderator Tuesday, February 15, 2011 1:40:37 PM(UTC)
| Reason: Not specified