All Projects → jogendra → Phimpme Ios

jogendra / Phimpme Ios

Licence: mit
Phimp.me - Photo Image Editor and Sharing App. Phimp.me is a Photo App for iOS that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to social networks.

Programming Languages

swift
15916 projects
swift4
162 projects

Projects that are alternatives of or similar to Phimpme Ios

Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+483.54%)
Mutual labels:  ios-app, xcode
Flutter Ai Rubik Cube Solver
Flutter-Python rubiks cube solver.
Stars: ✭ 744 (+841.77%)
Mutual labels:  ios-app, image-processing
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (+487.34%)
Mutual labels:  image-processing, filter
Ios Open Gpx Tracker
GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
Stars: ✭ 344 (+335.44%)
Mutual labels:  ios-app, xcode
Papr
🌁 An Unsplash app for iOS
Stars: ✭ 1,025 (+1197.47%)
Mutual labels:  ios-app, photos
Fmphotopicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
Stars: ✭ 428 (+441.77%)
Mutual labels:  photos, filter
Icepa
iOS system-wide VPN based Tor client
Stars: ✭ 519 (+556.96%)
Mutual labels:  ios-app, xcode
photo-magician
🎨 provide some common image process apis with canvas
Stars: ✭ 12 (-84.81%)
Mutual labels:  photos, filter
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (+1048.1%)
Mutual labels:  image-processing, filter
Pesdk Ios Examples
A fully customizable photo editor for your app.
Stars: ✭ 837 (+959.49%)
Mutual labels:  image-processing, filter
Flutter photo
Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Stars: ✭ 285 (+260.76%)
Mutual labels:  xcode, photos
Eventkit
A template conference app, featuring real-time schedule and data changes & running on Realm 🚀
Stars: ✭ 59 (-25.32%)
Mutual labels:  ios-app, xcode
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+54.43%)
Mutual labels:  photos, filter
React Native Mixpanel
A React Native wrapper for Mixpanel tracking
Stars: ✭ 451 (+470.89%)
Mutual labels:  ios-app, xcode
InstaSmart
A Flutter app to plan and beautify your Instagram feed
Stars: ✭ 18 (-77.22%)
Mutual labels:  photos, ios-app
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (+498.73%)
Mutual labels:  image-processing, filter
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+684.81%)
Mutual labels:  photos, ios-app
Pulse
❤️ A heart rate camera pulse detector written in Swift.
Stars: ✭ 53 (-32.91%)
Mutual labels:  filter, ios-app
Flexibleimage
A simple way to play with the image!
Stars: ✭ 798 (+910.13%)
Mutual labels:  image-processing, filter
Kotlin Multiplatform Showcase
A real minimal app illustrating Kotlin Multiplatform
Stars: ✭ 51 (-35.44%)
Mutual labels:  ios-app, xcode

Phimp.me iOS

Phimp.me is a Photo App for iOS that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to social networks.


Features

  • [ ] Click beautiful images using the Phimp.me app. Use various advanced scene modes and variety of balance modes.

  • [ ] Use your voice actions to invoke Camera, Just say "Hey Siri click a picture". You can also select front and rear camera based on voice.

  • [ ] Browse the local gallery inside the app with folder and all photos mode. Copy, move and add a description to the images.

  • [ ] Edit images with various cool filters with optimized performance, built using GPUImage framework.

  • [ ] Enhance contrast, hue, satur, temp, tint, and sharpness of the image.

  • [ ] Use 'Crop and rotate' features from Transform section to get your perfect image.

  • [ ] Apply different stickers - facial, express, objects, comments, wishes, emojis, hashtag.

  • [ ] Write anything on the images in your handwriting!.

  • [ ] Easily go back and forth with 'redo' and 'undo'.

  • [ ] Finally, after all this editing you can easily share the image to your favourite social media sites with our easy-to-use sharing feature.

  • [ ] Facebook, Twitter, NextCloud, OwnCloud, Imgur, Dropbox, Box, Flickr, Pinterest, Instagram, Whatsapp, and Tumblr - You name it and we have it covered.


Setting up the iOS Project

  1. Clone the repo
$ git clone https://github.com/imjog/phimpme-iOS.git
  1. Navigate to the project folder
$ cd phimpme-iOS
  1. Open Phimpme.xcodeproj from the folder.

  2. Build the project (⌘+B) and check for any errors.

  3. Run the app (⌘+R).and test it.

Screenshots

Following design is using for app development:

Branch Policy

Note: For the initialization period all commits go directly to the master branch. In the next stages we follow the branch policy as below:

We have the following branches

  • ipa - All the automatic builds generates, i.e., the ipas go into this branch
  • master - This contains the stable code. After significant features/bugfixes are accumulated on development, we move it to master.
  • development - All development goes on in this branch. If you're making a contribution, you are supposed to make a pull request to development.

Code practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  • Single commit per pull request
  • For writing commit messages please read the COMMITSTYLE carefully. Kindly adhere to the guidelines.
  • Follow uniform design practices. The design language must be consistent throughout the app.
  • The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
  • If the PR is related to any front end change, please attach relevant screenshots in the pull request description.
  • Please follow the guides and code standards: Swift Style Guide
  • Please follow the good iOS development practices: iOS Good Practices

License

This project is currently licensed under the MIT. A copy of LICENSE should be present along with the source code.

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