ofnuts wrote:
Technically, the Gimp-2.8 way is wrong, because it darkens images.
If you still want the 2.8 results, apply the gamma encoding over the current image (so that Gimp linearizes it to the initial gamma values) let Gimp do its thing, and remove the extra encoding. You may have round-off errors, though
You can find functions to apply the gamma-encoding both ways (actually, the sRGB encoding used by Gimp) in my script.
thanks,that gives perfect result.(just noting,levels gamma 2.2>blur>levels gamma 0.45 also works,but maybe less accurate).