Best method to resize image ??
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
There are several methods to resize images. I need to know a best method which results high quality image. Thank you
0 commentaires
Réponses (1)
Jan
le 28 Avr 2011
The "best quality" depends on the exact definition of "best". If you need to keep the original colors 'nearest' is the best method, while 'lanczos3' is much nicer if the result should look smooth.
I prefer 'lanczos3' to up- and down-scale photos, because the introduced artifacts are "minimal" - but be aware that "minimal" concerns a specific minimization criterion only. See: http://en.wikipedia.org/wiki/Lanczos_resampling
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!