Hello, is there any specific reason, why the standard de-referencing operator *() is not implemented for iterators? It seems, the "Value()" method does exactly what this operator is for. It appears that adding *() would make the iterators compatible to the STL algorithms as long as no ImageAdaptors are used. Many thanks, Gert