All Projects → agilie → Agimagecontrols

agilie / Agimagecontrols

Licence: mit
cool tools for image edition

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Agimagecontrols

Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+794.01%)
Mutual labels:  camera, capture, avfoundation
Pbjvision
📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
Stars: ✭ 1,940 (+794.01%)
Mutual labels:  camera, capture, avfoundation
Pynet
Generating RGB photos from RAW image files with PyNET
Stars: ✭ 211 (-2.76%)
Mutual labels:  camera, image-processing, photos
Pynet Pytorch
Generating RGB photos from RAW image files with PyNET (PyTorch)
Stars: ✭ 169 (-22.12%)
Mutual labels:  camera, image-processing, photos
Android Camera2 Secret Picture Taker
Take pictures 📷 secretly (without preview or launching device's camera app) using Android CAMERA2 API
Stars: ✭ 275 (+26.73%)
Mutual labels:  camera, photos, capture
TuSDK-for-Android-demo
TuSDK Android 图像 SDK Demo
Stars: ✭ 93 (-57.14%)
Mutual labels:  photos, camera, filters
Swiftycam
A Snapchat Inspired iOS Camera Framework written in Swift
Stars: ✭ 1,879 (+765.9%)
Mutual labels:  camera, photos, avfoundation
MCamera
CameraViewController which allows to take photos, set filters, peform image blurring and more.
Stars: ✭ 28 (-87.1%)
Mutual labels:  photos, camera, avfoundation
Gncam
📷 A Swift 3 library for interacting with the camera on iOS using AVFoundation
Stars: ✭ 42 (-80.65%)
Mutual labels:  camera, photos, avfoundation
Camerafragment
A simple easy-to-integrate Camera Fragment for Android
Stars: ✭ 2,312 (+965.44%)
Mutual labels:  camera, photos, capture
Androidcamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, v…
Stars: ✭ 2,112 (+873.27%)
Mutual labels:  camera, filters
Pictureselectorlight
Picture Selector Library for Android or 图片选择器
Stars: ✭ 145 (-33.18%)
Mutual labels:  camera, photos
Hybridcamera
Video and photo camera for iOS
Stars: ✭ 145 (-33.18%)
Mutual labels:  camera, avfoundation
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-35.94%)
Mutual labels:  camera, image-processing
Fullscreencamera
A Full Screen Camera App written in Swift
Stars: ✭ 131 (-39.63%)
Mutual labels:  camera, avfoundation
Whatsapp Like Photoeditor
A library module that tries to mimic whatsapp photo editor.
Stars: ✭ 121 (-44.24%)
Mutual labels:  image-processing, filters
Gpuimage X
A Cross-platform (for both Android & iOS) Framework for GPU-based Filters, Video and Image Processing.
Stars: ✭ 154 (-29.03%)
Mutual labels:  camera, image-processing
Similarimagehunter
Mac 上寻找相似内容的图片工具
Stars: ✭ 155 (-28.57%)
Mutual labels:  image-processing, tools
Alcameraviewcontroller
A camera view controller with custom image picker and image cropping.
Stars: ✭ 2,023 (+832.26%)
Mutual labels:  camera, photos
Annca
Android library to simplify work with camera for video and photo with using different camera apis.
Stars: ✭ 169 (-22.12%)
Mutual labels:  camera, photos

AGImageControls

Metal

Made by Agilie CI Status Version License Platform

Hey, everyone! We’re happy to share with you our new lightweight and open-source library called AGImageControls and free to use. Integrate AGImageControls library into your project and get an efficient tool for photos, screenshots, and other images processing. (Supporting Metal Performance Shaders)

AGImageControls allows users to:

  • process any image with special filters. Due to these filters, a user can control the saturation, brightness, contrast, and sharpness of the picture, and also apply a gradient of the appropriate color and the suitable transparency

  • easily supplement an image with a title and a brief description. In addition, one can select the font type, color, and size

  • use vector masks to add emotions and accents to the image. You can also turn the elements through 360 degrees and set the desired slope

Note (Device only)

Make sure that you are running on an actual device (not the simulator) that has an A7 or better chip (an iPhone 5S, iPhone 6, iPhone 6 Plus, iPad Air, or iPad mini (2nd generation))

Installation

AGImageControls is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AGImageControls"

Demo

AGImageControls Demo AGImageControls Demo AGImageControls Demo

Example

To run the example project, clone the repo, and run pod install from the Example directory first. You can also see an example :

Usage

  1. Import AGImageControls module to your ViewController class

    import AGImageControls
    
  2. Add AGCameraSnapViewController to ViewController, then set delegate for it

    let camera = AGCameraSnapViewController()
        camera.delegate = self
    self.present(camera, animated: true, completion: nil)
    
  3. Conform your ViewController to AGCameraSnapViewControllerDelegate protocol

    func fetchImage (cameraSnapViewController : AGCameraSnapViewController, image : UIImage) {
      self.imageView.image = image
    }
    
  4. AGCameraSnapViewController works with default implementation.

Troubleshooting

Problems? Check the Issues block to find the solution or create an new issue that we will fix asap. Feel free to contribute.

Author

This iOS visual component is open-sourced by [email protected]

Contributors

Contact us

If you have any questions, suggestions or just need a help with web or mobile development, please email us at [email protected]. You can ask us anything from basic to complex questions.

License

AGImageControls is available under The MIT License (MIT) Copyright © 2017 Agilie Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].