Code Monkey home page Code Monkey logo

exifframe's Introduction

ExifFrame

概要

ExifFrameは,画像に白枠フレームを追加し,Exif情報をフレーム内に表示するウェブアプリケーションです.ユーザーは,アップロードした画像を加工した上で,その結果をダウンロードすることができます.また,自動で取得・表示されたExif情報を後らか手動で編集することも可能です.

サンプル

機能

  • 画像に白枠フレームの追加
  • 画像のExif情報を自動取得とフレーム内に表示
  • 加工後の画像のダウンロード
  • Exif情報の手動編集

使用方法

  1. ExifFrameにアクセスします
  2. アップロードボタンをクリックして,加工したい画像を選択します
  3. 画像がアップロードされると,自動的に白枠フレームが追加され,Exif情報がフレーム内に表示されます
  4. Exif情報を編集したい場合は,画面下部の入力欄に新しい情報を入力し,修正ボタンをクリックします
  5. ダウンロードボタンをクリックして,加工後の画像をダウンロードします

開発方法

セットアップ

git clone https://github.com/ry0y4n/ExifFrame.git
cd ExifFrame
npm install

ローカルサーバー立ち上げ

# python 2.X
$ python -m SimpleHTTPServer 8080

# python 3.X
$ python -m http.server 8080

# ruby
$ ruby -run -e httpd . -p 8080

# php
$ php -S localhost:8080

フレーミング後の画像チェック

npm run playwright

必要な環境

  • Webブラウザ(Chrome, Firefox, Safari等)
  • JavaScriptが有効な環境

開発者

Ryosuke Hyakuta

貢献者

Ippei Suzuki  Minagawa Tatsuya

お問い合わせ

質問やフィードバックがある場合は,GitHubのIssueを利用してお知らせいただくか,Twitterにてお問い合わせください.

exifframe's People

Contributors

ry0y4n avatar 1heisuzuki avatar cha84rakanal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.