Forgot your password?
typodupeerror

Comment The Intel Image Processing Library supports this (Score 4, Informative) 64

If you decide to write the application yourself, and you are using an Intel architecture, then you might consider using the Intel Image Processing Library.

The library provides a set of low-level image manipulation functions in DLL and static form. A part of the API deals with tiling of big images, so that only the viewable fraction of the image is loaded in the memory. The library comes with a demo app that demonstrates its capabilities including the tiling of images.

Slashdot Top Deals

A method of solution is perfect if we can forsee from the start, and even prove, that following that method we shall attain our aim. -- Leibnitz

Working...