Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: ToByteArray performance issue

$
0
0
  • 5932 is the average time to capture desktop screen image (use bitmap format), compare with previous screen image and crop the "different zone". If different zone is empty then do not do next step. I use algorithm in http://bobcravens.com/2009/04/create-a-remote-desktop-viewer-using-c-and-wcf/
  • 6185 is the time to Read() method of MagickImage instance execute
  • 5168 is the time to ToByteArray(MagickFormat.Jpg) method of MagickImage instance execute
Your solution is good but not reduce bandwidth because all image is fixed size (screen resolution)
I thinks the my solution is balance between performance and bandwidth. Anyway, thanks for help :)

Viewing all articles
Browse latest Browse all 3693

Trending Articles