Re: Next Version of GDI+ (maybe GDI+ 2.0)



Wave files and video files are larger in size, but there are myriads of
program to handle them, edit them, apply fx on them, etc. since DOS times. I
work with SONAR (a music production system) and a song can easily consist of
1 giga bytes in raw wav data. The data is buffered.

The problem with images is that the trend was to load the image completely
from disk, to provide a fast display. Its time to change this trend a bit.

In the meantime, you can only use the framework Image class only for small
images (or not that large images, if that pleases you).

For everything else you should look for other libraries.

Best regards
Alejandro Lapeyre


"SharpCoderMP" <csharp_mp@xxxxxxxxxxxxxxxx> escribió en el mensaje
news:eQpp1epbFHA.720@xxxxxxxxxxxxxxxxxxxxxxx
>i don't get it. why you need such a huge images???
> i work in publishing brand. boy, it is really rare to need an image that
> is biger than 70-80mb. are you sure you need something of this size
> (400mb)?
> look at proffesional imaging software, even photoshop will have problems
> only with loading this giant! no matter what you do, if you want to load
> this image you still need alot of memory. not mentioning manipulating this
> monster.
>
> how much ram do you have? even 1gb won't be too much. and remember that
> this image needs to be loaded from disk. your os dosen't load 400mb in a
> wink of an eye even from superfast scsi hardrive.
>
>
>
> Benny wrote:
>> My technical images are having often more than 300 DPI and 10k px.
>> They must be displayed very accurate and detailed, so I can't do any
>> big rescaling or such things.
>>
>> The memory usage is to much for my project.
>> Now I have to try to load the image by myself in tiles. Thats what I
>> don't wanted to do.
>>
>> But back to the topic, does anyone know something about the next GDI+
>> release?
>>


.



Relevant Pages

  • Re: playing wave files consecutively with minimal latency
    ... Would the buffer store anything like my calls to play the sound using ... I'm writing an application for WM5 which plays a series of wave files. ... the wave files as resources in hope of cutting back on load time but they ...
    (microsoft.public.pocketpc.developer)
  • Re: playing wave files consecutively with minimal latency
    ... I'd load them into buffers and use the waveOutXxx APIs, ... The OpenNETCF libraries likely have the required calls (I din't write the ... I'm writing an application for WM5 which plays a series of wave files. ...
    (microsoft.public.pocketpc.developer)
  • aspnet_wp.exe taking up lots of memory
    ... one main page loads and imediately goes to the top of the memory usage list ... variables to keep track of field and direction info for sorting so that the ... the first page load should be slower than the rest but I think I'm ... object variables = Nothing but with .net I'm not sure which items need this ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Memory usage increases with ADO.NET v2.0 RTM
    ... higher memory usage. ... > Gen #0 GCs: 39 ... >> Tested load of 1,000,000 rows using code from this article. ... >> they hold references to all the rows in the data set, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... i work in publishing brand. ... it is really rare to need an image that is biger than 70-80mb. ... if you want to load this image you still need alot of memory. ... The memory usage is to much for my project. ...
    (microsoft.public.dotnet.framework.drawing)

Loading