summaryrefslogtreecommitdiff
path: root/sample/src/CIAF_1
AgeCommit message (Collapse)AuthorFilesLines
2016-09-17Drop legacy nofullsize and album width/height/quality tagsTomas Bzatek1-8/+1
This drops the legacy functionality that doesn't really fit into the new flexible design concept and makes code unnecessarily complicated. Most of these overrides affected only the "preview" image size anyway. This also makes the <item src> attribute mandatory as it's being the only source of metadata (unless overriden or supplied externally). This unfortunately breaks the so-far 100% album XML files compatibility.
2015-01-25theming: Make custom image size handling fully flexibleTomas Bzatek1-1/+1
This commit brings full flexibility of custom image size definition and usage. When a custom image size is defined, it automatically maps to the album <item> tag arguments. Alternatively, this automatic name matching can be overriden by <size tagname="..."> theme setup tags. This allows us to supply image of different sizes that can be also used in templates. Legacy behaviour of "fullsize" and "preview" image size fallback is retained (though not recommended in new theming setups).
2013-04-07Add ability to specify thumbnail square crop hintTomas Bzatek1-1/+8
In simple crop square mode it's sometimes viable to specify position of the square. This is vastly useful for portrait pictures so that you don't crop the head off the body.
2013-03-16Add support for writing external EXIF metadata back to imagesTomas Bzatek1-2/+5
Turned off by default, this will copy all data from supplied external EXIF metadata file back to all generated image files. All user overrides are still applied on top of it. Another reason for turning this off is file size concern, target image files would carry a lot more information that may not be always needed and would increase total amount of data transferred.
2013-03-10Add support for datetime/timezone shiftTomas Bzatek2-0/+19
Simple datetime shift, including EXIF data modification.
2012-12-27Support external EXIF metadataTomas Bzatek3-0/+14
This brings an ability to specify external file to read EXIF/IPTC data from. The motivation was to work around RAW editors randomly stripping some EXIF blocks.
2009-04-11Support for interspacesTomas Bzatek1-1/+5
2009-02-25The Ultimate Entity Solution (tm)Tomas Bzatek1-2/+2
2008-12-31Use image title as meta descriptionTomas Bzatek1-0/+9
Allow per-album meta tags
2008-12-30Optional fallback to IPTC/EXIF captions and commentsTomas Bzatek2-0/+4
2008-12-26Add support for album and index separatorsTomas Bzatek1-1/+7
2008-08-10Support for footnotesTomas Bzatek1-0/+4
2008-08-10Support for supplied thumbnailsTomas Bzatek3-0/+6
(useful if you have framed preview and original images and want to have non-framed thumbnails)
2008-08-10Support for different preview image bordersTomas Bzatek6-0/+19
Strip trailing whitespaces
2008-07-31The <item src> parameter can now be omitted when preview src is specifiedTomas Bzatek1-1/+11
Skip items with no source or preview image src specified.
2008-07-27Initial commitv0.99.0Tomas Bzatek8-0/+51