Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试 ckFinder 和 imageresize 插件;它可以工作,但是在调整图像大小时,调整后图像的质量很糟糕,我找不到配置图像输出质量的参数。
我试过 Images.Quality = 100; (.net 集成)但没有运气。
有什么线索吗?谢谢
基于一些更好的组件实现你的oun......
您可以尝试使用没有插件的简单缩略图选项:
Thumbnails.MaxWidth = 100; Thumbnails.MaxHeight = 100; Thumbnails.Quality = 80;
关于Images.Quality,我认为它仅在图像大于Images.MaxWidth Images.MaxHeight(默认1600x1200)时使用它......
旧的ckfinder和一些插件是开源的,你可以查看并自己编写;