All Projects → utsavoza → photo-editor

utsavoza / photo-editor

Licence: MIT license
A simple photo editing android application

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to photo-editor

Awesome Design
🌟 Curated design resources from all over the world.
Stars: ✭ 13,333 (+23291.23%)
Mutual labels:  adobe, creative
simple-photo-editor
Simple Photo Editor on Python
Stars: ✭ 21 (-63.16%)
Mutual labels:  photo-editor
ExtendScript
🍆 Getting started with ExtendScript ✨ by Jeff Davis
Stars: ✭ 23 (-59.65%)
Mutual labels:  adobe
acsm-calibre-plugin
Calibre plugin for ACSM->EPUB and ACSM->PDF conversion.
Stars: ✭ 118 (+107.02%)
Mutual labels:  adobe
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (-70.18%)
Mutual labels:  creative
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-54.39%)
Mutual labels:  adobe
porter
Multi-region blue-green Docker deployments and a whole lot more
Stars: ✭ 43 (-24.56%)
Mutual labels:  adobe
aio-cli-plugin-runtime
Adobe I/O Runtime plugin for the Adobe I/O CLI
Stars: ✭ 15 (-73.68%)
Mutual labels:  adobe
stock-api-libphp
PHP implementation of the Stock APIs
Stars: ✭ 16 (-71.93%)
Mutual labels:  adobe
plugin-toolkit-react
Adobe XD plugin UI components for React
Stars: ✭ 30 (-47.37%)
Mutual labels:  adobe
inker
Measure & copy CSS from your designs of Sketch, Gravit Designer, Adobe XD, Vectr, etc. Pro version: https://github.com/inker8/
Stars: ✭ 56 (-1.75%)
Mutual labels:  adobe
ovid-editor
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
Stars: ✭ 43 (-24.56%)
Mutual labels:  adobe
beeref
BeeRef Reference Image Viewer
Stars: ✭ 201 (+252.63%)
Mutual labels:  creative
Glitch-FX-Processing-Version
A Processing version of my Glitch-FX sketch with extra features
Stars: ✭ 20 (-64.91%)
Mutual labels:  photo-editor
acd
ACD helps you download Adobe Connect Sessions Videos and Audios, download files from FTP server, transfer files using Shift I/O
Stars: ✭ 117 (+105.26%)
Mutual labels:  adobe
commerce-cif-magento-graphql
Magento GraphQL data models and query builders for AEM
Stars: ✭ 20 (-64.91%)
Mutual labels:  adobe
open-type-features
Testing the OpenType features of installed fonts in Adobe InDesign
Stars: ✭ 40 (-29.82%)
Mutual labels:  adobe
aem-spa-project-archetype
Maven Archetype for creating new AEM SPA projects
Stars: ✭ 64 (+12.28%)
Mutual labels:  adobe
pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-21.05%)
Mutual labels:  creative
react-native-acpcore
A wrapper around the iOS and Android AEP Core SDK to allow for integration with React Native applications
Stars: ✭ 19 (-66.67%)
Mutual labels:  adobe

Photo Editor

A simple photo editing android application with Adobe I/O's image editor UI.

Instructions

In order to run the application

  • Register a new app for the Creative SDK.
  • Note your API Key (Client ID), Client Secret, and Redirect URI.
  • Add a new class called Keys as shown:
      public final class Keys {
        public static final String CREATIVE_SDK_CLIENT_ID = "<YOUR API_KEY HERE>";
        public static final String CREATIVE_SDK_CLIENT_SECRET = "<YOUR CLIENT_SECRET HERE>";
        public static final String CREATIVE_SDK_REDIRECT_URI = "<YOUR REDIRECT_URI HERE>";
        public static final String[] CREATIVE_SDK_SCOPES = { "email", "profile", "address" };
      }

More resources for the Creative SDK

Visit Adobe I/O for component guides, class references, and more.

Screenshots

License

MIT License

Copyright (c) 2017 utsavoza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].