How an enhancement(or any operation that modifies the image) is applied to an image that is stored in the form of pyramids, Is it first applied to a certain pyramid layer(present zoom level) and then reapplied to a different layer if user zoom in or zoom out, OR enhancement is applied all at once to the whole pyramid, OR Is there some algorithm using which one can efficiently propagate the effect of enhancement onto other pyramid layers.
I want to know what is the best possible way of doing this.