iOS photo thumbnail thumbnail blur problem

Source: Internet
Author: User

Use Alasset to get thumbnails of pictures, generally have fuzzy problems

[_imageview setimage:[uiimage ImageWithCGImage:asset.thumbnail];

For this kind of problem, the more simple way to modify is to use

[_imageview setimage:[uiimage ImageWithCGImage:asset.aspectRatioThumbnail];

Aspectratiothumbnail gets the thumbnail image of the original photo, not the square map. If you use it directly, you'll have problems.

You can see that the pictures are stretched and the proportions are uncoordinated. Can make it self-adapting

_imageview=[[uiimageview Alloc] Initwithframe:cgrectmake (00= Uiviewcontentmodescaleaspectfill;

This is

found that the picture scale is not maladjusted, but the pattern is chaotic. The immediate thought is to cut the picture, so that the size of the appropriate. But there's a simpler way to use masks

_imageview=[[uiimageview Alloc] Initwithframe:cgrectmake (00== YES;

This can be achieved similar to the cutting function, the perfect solution.

iOS photo thumbnail thumbnail blur problem

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.