This is an old revision of the document!


Our playspace

Playground metaphor

“Playground” is also an informal term to describe an area designed for any particular group of people, for example: “the resort spa has become a playground for millionaires”.

“Playground” can also simply be the title of a summer program. In many cities, the playgrounds have been turned into free daycare services that merely use the playground as a meeting place for the “playground program” to begin. From there, the childcare providers take their children to additional fun places as field trips, such as to a swimming pool, a miniature golf course, or a laser tag adventure.

Playgrounds can also be part of an overall playspace. The playspace can consist of areas for adults and can be considered a community gathering place.

Amis linguistes

Sachez que l'aire de jeux n'est pas définie à ce jour dans fr.wikipedia.org
(Ce qui n'est pas le cas du Bac à Sable)

'A vos claviers…'


Thanks to Wikipedia


What's all this Metadata stuff, anyway?

Metadata is information about information. An example would be the album and artist information contained in the ID3 tag of an MP3 song file. In the case of image files, this includes things such as height and width, as well as EXIF and IPTC blocks, which are written to a file when a digital camera takes a photo. Also, additional metadata can be written to the image file later in software, such as keywords. Metadata can be useful to the software you use, as well as to humans. Images may contain both EXIF and IPTC tags. Metadata can be used with many different types of file formats(JPEG, TIFF, RAW etc.). The future of metadata probably lies with the Metadata Working Group

Basic metadata

Basic metadata are things like filesize, width/height, color depth and sometimes even thumbnails. All images must have this data, and it is needed by browsers and other software to display the image properly. Historically, this data wasn't considered to be metadata, but in reality it is.

EXIF

EXIF (Exchangeable image file format) tags are typically used to describe how a photo was captured. The standard was created by a consortium of Japanese hardware manufacturers. For example, tags can contain information about the model of camera/smartphone used, lens, aperature size, focal length, exposure duration, date/time, GPS coordinates, etc. It could also contain scanner properties. There are many fields defined by the EXIF specification, but the ones used in a particular file will vary by the device used. Since it is an open standard, tag usage should be consistent across various software.

IPTC

IPTC headers are described by the Information Interchange Model (IIM). The header is named after the International Press Telecommunications Council (based in London), who created the standard in the 1990's to make it easier for news agencies to exchange information using computers. Adobe helped to bring this standard to public use. For our images, the IIM serves a purpose different from EXIF; It describes the content of the photo. Some cameras will allow you to record your name, and other copyright information to a digital photo, using this header. Sometimes, editing software is used to later add information like titles. headlines, captions, descriptions, keywords etc. Again, there are many possible fields described in the standard, and they are readable by most programs.

MakerNotes

IPTC and EXIF are open standards, but hardware manufacturers have their own secret sauce as well. Cameras will often record some metadata to digital photos which is proprietary, and sometimes device specific. Sometimes it is used by the cameras themselves, and sometimes by image processing software distributed by the companies with their cameras. For example, the Makernotes may include points on an image that the camera used for autofocusing, shutter sync, or noise reduction data. Since this metadata may reveal how a particular device works internally, companies do not publish the specifications to protect their business. Despite this, many Makernotes have been reverse engineered.

How Piwigo Handles Metadata "Out of the Box"

Piwigo has many ways to display and use metadata, and improvements are made with every update. Since metadata is stored with each image, it remains intact even if something happens to you Piwigo database.

By default, Piwigo displays some basic metadata on the photo page (dimensions, filesize etc.). When the metadata button is clicked (camera icon with 'i'), some additional EXIF metadata will be shown: Camera Make+Model, image capture date+time, and aperature F-number. Piwigo does not display IPTC metadata.

When you import images into Piwigo, the DateTimeOriginal field is extracted from the EXIF tag, and copied into the Piwigo database. It becomes the image's “Created on” property (which is searchable).

Expanding Piwigo's Metadata Capabilities

Your Piwigo 'tools' folder contains a tool that you can use to inspect all metadata (EXIF & IPTC) contained in an image file, and the labels that Piwigo can use to access it. This will be useful if you plan to enhance metadata use in your gallery. Simply upload an image file named 'sample.jpg' to the '(piwigo root)/tools/' directory, and then open '(your gallery URL)/tools/metadata.php' in your browser. Alternatively, you can use the read_metadata plugin.
(Note: It may be necessary to first install and enable Grum Plugin Classes.)
To change how Piwigo displays your metadata, you will need to modify your local configuration file (include/config.inc.php). This should be done using the LocalFiles Editor plugin to prevent permanent damage to your gallery.
 
Back to top
playground/playground.1513644430.txt.gz · Last modified: 2017/12/19 00:47 by executive
 
 
github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact