Popularity
5.5
Stable
Activity
0.0
Stable
472
18
45
Code Quality Rank:
L4
Programming language: Swift
Tags:
Images
UIImageView-BetterFace-Swift alternatives and similar libraries
Based on the "Images" category.
Alternatively, view UIImageView-BetterFace-Swift alternatives based on common mentions on social networks and blogs.
-
SDWebImage
Asynchronous image downloader with cache support as a UIImageView category -
Kingfisher
a lib for image download and caching. -
SwiftGen-Assets
A tool to auto-generate Swift enums for all your UIImages from your Assets Catalogs. -
Nuke
Advanced pure Swift framework for loading, caching, processing, displaying and preheating images. -
HanekeSwift
A lightweight generic cache for iOS written in Swift with extra love for images. -
GPUImage 2
GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing. -
AlamofireImage
AlamofireImage is an image component library for Alamofire. -
SkyFloatingLabelTextField
A beautiful and flexible text field control implementation of "Float Label Pattern". -
YPImagePicker
Instagram-like image picker & filters for iOS. -
UIImageColors
iTunes style color fetcher for UIImage. -
gifu
highly performant animated GIF support for iOS in Swift. -
GPUImage 3
GPUImage 3 is a BSD-licensed framework for GPU-accelerated video and image processing using Metal. -
APNGKit
High performance and delightful way to play with APNG format in iOS. -
SwiftSVG
A single pass SVG parser with multiple interface options (String, NS/UIBezierPath, CAShapeLayer, and NS/UIView) -
TinyCrayon
A smart and easy-to-use image masking and cutout SDK for mobile apps. -
Lightbox
A convenient and easy to use image viewer for your iOS app. -
SwiftGif
A small UIImage extension with gif support. -
Sharaku
Image filtering UI library like Instagram. -
ImageScout
a Swift implementation of fastimage -
CTPanoramaView
A library that displays spherical or cylindrical panoramas with touch or motion based controls. -
FlexibleImage
A simple way to play with image! -
AXPhotoViewer
An iPhone/iPad photo gallery viewer, useful for viewing a large (or small!) number of photos. -
PassportScanner
Scan the MRZ code of a passport and extract the first name, last name, passport number, nationality, date of birth, expiration date and personal number. -
FMPhotoPicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor -
Agrume
A lemony fresh iOS image viewer written in Swift. -
Viewer
Image viewer (or Lightbox) with support for local and remote videos and images. -
XAnimatedImage
XAnimatedImage is a performant animated GIF engine for iOS written in Swift based on FLAnimatedImage -
JLStickerTextView
A UIImageView allow you to add multiple Label (multiple line text support) on it, you can edit, rotate, resize the Label as you want with one finger ,then render the text on Image. -
KFSwiftImageLoader
An extremely high-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and Watch. -
Moa
An image download extension of the image view for iOS, tvOS and macOS. -
MCScratchImageView
A custom ImageView that is used to cover the surface of other view like a scratch card, user can swipe the mulch to see the view below -
MapleBacon
Swift image download and caching library. -
ImageLoader
A lightweight and fast image loader for iOS written in Swift. -
SwiftColorArt
font schema generator according image colours. -
ImageDetect
Detect and crop faces, barcodes and texts in image with iOS 11 Vision API. -
FacebookImagePicker
Facebook album photo picker written in Swift. -
Vulcan
Multi image downloader with priority in Swift -
DTPhotoViewerController
A fully customizable photo viewer ViewController to display single photo or collection of photos, inspired by Facebook photo viewer. -
Kanvas
A iOS library for adding effects, drawings, text, stickers, and making GIFs from existing media or the camera. -
LetterAvatarKit
A UIImage extension that generates letter-based avatars. -
ATGMediaBrowser
Image slide-show viewer with multiple predefined transition styles, and with ability to create new transitions with ease. -
PASImageView
async remote download your image and round them. automatically.
Scout APM - Leading-edge performance monitoring starting at $39/month
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of UIImageView-BetterFace-Swift or a related project?
README
UIImageView-BetterFace-Swift
The Swift version of https://github.com/croath/UIImageView-BetterFace
Why?
- Have problems showing the resized image previews?
- People in the preview only have chins but not faces?
- A group photo doesn't look well?
Try UIImageView-BetterFace!
Preview
How?
- drag
BFImageView.swift
to your project - use
BFImageView
subclass - add this:
anImageView.needsBetterFace = true
- done
- still have problems? clone the project and see the demo.