Hi, > have ?". This answers stupid questions without using up too much > space. .. and the particuar piece of code in thatthat does the calculation should probably do proper floating point propagation.. (double-cast missing). :-/ const double megapix = (double)imageSize.width() * imageSize.height() / 1000000; -h