Difference between revisions of "PT Multimedia"

From ADF Docs
Jump to: navigation, search
Line 1: Line 1:
 
== About Multimedia App ==
 
== About Multimedia App ==
 
The Multimedia application is built in the [[Overview|Application Development Framework (ADF)]].
 
The Multimedia application is built in the [[Overview|Application Development Framework (ADF)]].
 +
 +
== Overview ==
 +
The Photo Gallery provides the ability to set dimension requirements for the uploaded image and to resize according to the sizes selected for the category. 
 +
 +
A Photo Category is associated with Photo Size elements.  The selections are the dimensions required for the initial upload and the resize processing dimensions.  The fields in the element define the category title and the directory to store the category's upload images.
 +
 +
The Photo Size element provides a collection of predefined dimensions and directory names.  Elements are selected and associated with the Photo Category. 
 +
 +
The Photo element stores the information for the uploaded photo.  This element stores the path to the original photo and the category for the photo.  Combining these fields, we are able to return the size breakdowns for the photo category.

Revision as of 22:12, 5 August 2010

About Multimedia App

The Multimedia application is built in the Application Development Framework (ADF).

Overview

The Photo Gallery provides the ability to set dimension requirements for the uploaded image and to resize according to the sizes selected for the category.

A Photo Category is associated with Photo Size elements. The selections are the dimensions required for the initial upload and the resize processing dimensions. The fields in the element define the category title and the directory to store the category's upload images.

The Photo Size element provides a collection of predefined dimensions and directory names. Elements are selected and associated with the Photo Category.

The Photo element stores the information for the uploaded photo. This element stores the path to the original photo and the category for the photo. Combining these fields, we are able to return the size breakdowns for the photo category.