randybondsjr / easy-thumbnail-creator

Web application for generating thumbnail images for ArcGIS Online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Thumbnail Creator

PHP Web application for generating thumbnail images for ArcGIS Online, based loosely off of https://github.com/Esri/thumbnail-builder-js (but really could be used for any thumbnail creation). This application uses PHP to create an image on the fly for ArcGIS Online thumbnails. By default, the foreground and background pre-packaged files are found in directories of the same name. To use your own images, replace the files in those folders and edit the HTML accordingly to point to them in the form (index.php).

Users can also upload background images. I did not allow for upload of foreground images to control general branding.

The CDN libraries were used for js and css to lighten the size of the repository.

Requirements

  1. PHP
  2. PHP GD Library
  3. jQuery
  4. [jQuery Validate] (http://jqueryvalidation.org/)
  5. jQuery Validate Additonal Methods

Recommended (not required)

  1. Bootstrap -- not required, but html built with it in mind

Installation

Install on any PHP Server by forking or downloading zip.

Future

  1. Resize and Crop User Uploaded Images - Currently the user uploaded images are simply cropped, not resized and then cropped. Eventually, this should be added.

Resources

  1. A Photoshop file is included in the repository for easy thumbnail foreground creation (thumbnail-template.psd).

Pull Requests Welcome!

About

Web application for generating thumbnail images for ArcGIS Online


Languages

Language:PHP 82.0%Language:JavaScript 13.3%Language:CSS 4.6%