All Projects → hugeterry → Ployfun

hugeterry / Ployfun

Licence: gpl-3.0
LowPoly image processing./导入图片生成Low Poly风格图片的app

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ployfun

snowb-bmf
Bitmap Font Generator Online
Stars: ✭ 103 (-79.68%)
Mutual labels:  bitmap
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (-66.27%)
Mutual labels:  bitmap
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-49.9%)
Mutual labels:  bitmap
BlueVGA
VGA library for STM32F103C (BluePill) that can manipulate a screen with 28x30 tiles with 8x8 pixels each, in a total resolution of 224x240 pixels with 8 colors using a very low footprint
Stars: ✭ 39 (-92.31%)
Mutual labels:  bitmap
ktx
简化Android开发的Kotlin库
Stars: ✭ 39 (-92.31%)
Mutual labels:  bitmap
dynamic-utils
Utility functions to perform dynamic operations on Android.
Stars: ✭ 86 (-83.04%)
Mutual labels:  bitmap
Gifflen-Android
Android上合成gif图片.
Stars: ✭ 54 (-89.35%)
Mutual labels:  bitmap
Ewahboolarray
A compressed bitmap class in C++.
Stars: ✭ 381 (-24.85%)
Mutual labels:  bitmap
bitmap-elixir
Bitmap implementation in Elixir using binaries and integers. Fast space efficient data structure for lookups
Stars: ✭ 30 (-94.08%)
Mutual labels:  bitmap
bitmap
Bitmap Data Structure In Golang
Stars: ✭ 27 (-94.67%)
Mutual labels:  bitmap
ProminentColor
Android Library to get average/prominent color of bitmap/drawable
Stars: ✭ 23 (-95.46%)
Mutual labels:  bitmap
jitmap
LLVM-jitted bitmaps
Stars: ✭ 25 (-95.07%)
Mutual labels:  bitmap
TakingImageOfAView
An example on how to take screenshot of a particular view
Stars: ✭ 15 (-97.04%)
Mutual labels:  bitmap
ImageSaveandShare
Library to save image locally and shows options to open and share !
Stars: ✭ 27 (-94.67%)
Mutual labels:  bitmap
Screenshott
[Android Library] Take a screenshot of your view layout , programmatically!
Stars: ✭ 311 (-38.66%)
Mutual labels:  bitmap
lock-bitmap
A very small class to work with images faster in .net
Stars: ✭ 20 (-96.06%)
Mutual labels:  bitmap
RxFbLiveVideoEmoticons
Demo of Fb Live Video Reactions using RxJava2
Stars: ✭ 93 (-81.66%)
Mutual labels:  bitmap
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (-6.71%)
Mutual labels:  bitmap
Magicalcamera
A library to take picture easy, transform your data in different format and save photos in your device
Stars: ✭ 327 (-35.5%)
Mutual labels:  bitmap
zigimg
Zig library for reading and writing different image formats
Stars: ✭ 112 (-77.91%)
Mutual labels:  bitmap

PolyFun Android APP

  • 为你的图片生成Low Poly风格图片的app
  • 通过一张输入图像,输出其对应的 low-poly 图
  • 直接下载:http://fir.im/polyfun

Demo

图片结果

算法

  • 通过灰度转化图片取边缘点以及随机取点
  • Delaunay三角剖分算法: 将生成的点组成三角形
  • 取三角形中点颜色为三角形颜色进行绘图
  • 完成

开源协议

GPL v3

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