All Projects → george518 → CoreImage

george518 / CoreImage

Licence: other
裁剪核心图片

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CoreImage

FuzzImageMagick
Sample files for fuzzing ImageMagick
Stars: ✭ 15 (+0%)
Mutual labels:  imagemagick
Dev-Tools-Magento-2-Module
A collection of utilities meant to improve the experience of developing modules for Magento without breaking existing functionality.
Stars: ✭ 18 (+20%)
Mutual labels:  imagemagick
pdfScale
Bash Script to Scale and Resize PDFs using Ghostscript
Stars: ✭ 131 (+773.33%)
Mutual labels:  imagemagick
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+273.33%)
Mutual labels:  imagemagick
converjon
An advanced image conversion server and command line tool.
Stars: ✭ 52 (+246.67%)
Mutual labels:  imagemagick
srcset.sh
A command line script that generates multiple responsive versions of an image at width breakpoints -- 320,480,640,768,960,1024,1280,1440 pixels wide -- that match common Mobile and widescreen desktop/laptop viewports using Imagemagick's convert utility and outputs the needed <img/> tag
Stars: ✭ 20 (+33.33%)
Mutual labels:  imagemagick
cyan
Cyan Color Converter
Stars: ✭ 68 (+353.33%)
Mutual labels:  imagemagick
fukuro
Lightweight and powerful next-gen imageboard software based on abandoned Tinyboard
Stars: ✭ 21 (+40%)
Mutual labels:  imagemagick
magick-rust
Rust bindings for ImageMagick
Stars: ✭ 135 (+800%)
Mutual labels:  imagemagick
image-optimisation-tools-comparison
A Benchmarking Suite for popular Image Optimisation Tools
Stars: ✭ 28 (+86.67%)
Mutual labels:  imagemagick
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (-13.33%)
Mutual labels:  imagemagick
giftext
Convert texts to animated gifs
Stars: ✭ 44 (+193.33%)
Mutual labels:  imagemagick
mozscreenshots
Take screenshots of Mozilla applications in various UI configurations
Stars: ✭ 17 (+13.33%)
Mutual labels:  imagemagick
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (+53.33%)
Mutual labels:  imagemagick
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+740%)
Mutual labels:  imagemagick
MagickSlicer
Map tiles generator
Stars: ✭ 73 (+386.67%)
Mutual labels:  imagemagick
MagickWand
Swift wrapper for ImageMagick (MagickWand) for Linux and MacOS
Stars: ✭ 38 (+153.33%)
Mutual labels:  imagemagick
pdf-images
The library aims to simplify pdf-conversion by providing wrappers over poppler / pdfImages & imageMagick to convert pdfs to images.
Stars: ✭ 12 (-20%)
Mutual labels:  imagemagick
magickwand-crystal
Crystal C bindings for MagickWand library
Stars: ✭ 67 (+346.67%)
Mutual labels:  imagemagick
favicon
💥 Favicon Generator using Node.js and Imagemagick
Stars: ✭ 33 (+120%)
Mutual labels:  imagemagick

CoreImage 裁剪核心图片


##作用 核心图片:是指一张图片中最重要的部分。
目前适用于纯色背景图片截取和人物图片剪切

##效果展示 人物原图
github

截取280*280大小大图片。效果如下:
github

纯背景图片
github

去除背景。效果如下:
github

##环境 python3.4.3
openCv3.1.0

##Mac安装过程 brew install opencv3 --with-python3
brew unlink opencv
brew ln opencv3 --force
ln -s /usr/local/Cellar/opencv/2.4.12_2/lib/python2.7/site-packages/cv2.so cv2.so

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].