PC Review


Reply
 
 
kresimir ivkovic
Guest
Posts: n/a
 
      2nd Apr 2009
That quest is been last years.

How I can display Big picture example 45000 * 18000 * 16bit on screen on
some control like PictureBox or Panel or .... ???
I must display picture of measurment from digital osciloscope ).
Also this action go online mode.

Sorry for my bad grammar.


VB.NET C# or any language

thanx so much all deve Guru's for any suggestion

 
Reply With Quote
 
 
 
 
Niko Suni
Guest
Posts: n/a
 
      6th Apr 2009
I would recommend downsampling the image in your own application.

The fastest way to do this is to take every n'th pixel in x and y direction
of the original bitmap (where n = source size/destination size). However,
this produces lowest quality results and will miss any data that falls
between the sampled pixels.

To get a high-fidelity result, take n*n blocks from the original bitmap and
calculate the average of each block, then use that average for the new
pixels. While this is a lot slower, it is also necessary for accurate
results.

In any case, you need to use CPU for this, because commercial-grade GPUs do
not support textures as big as your source data.

Manipulating images of this size is inherently slow, so don't expect stellar
performance on off-the-shelf hardware. However, modern CPU will easily
manage several frames (or even tens of frames) per second on this kind of
data volume.

All of this info applies regardless of whether the processing happens on a
client or a server machine. Therefore, once you get the algorithm working,
it is easy to create an online application from it.

-Niko Suni, consultant



"kresimir ivkovic" <(E-Mail Removed)> wrote in message
newsA7242B8-F137-428B-BF54-(E-Mail Removed)...
> That quest is been last years.
>
> How I can display Big picture example 45000 * 18000 * 16bit on screen on
> some control like PictureBox or Panel or .... ???
> I must display picture of measurment from digital osciloscope ).
> Also this action go online mode.
>
> Sorry for my bad grammar.
>
>
> VB.NET C# or any language
>
> thanx so much all deve Guru's for any suggestion


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I change POINT SIZES - in Word - from the Pica system to cicer AnnA Lundgren Microsoft Word Document Management 1 1st Mar 2008 09:18 PM
Re: Why does Word keep Changing to Pica from Inches Graham Mayor Microsoft Word Document Management 2 29th Dec 2006 07:40 AM
Stop the pica madness! Daniel J Microsoft Word New Users 2 4th Aug 2004 09:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:56 AM.