Plugin Directory

Changeset 2812672


Ignore:
Timestamp:
11/05/2022 02:56:36 PM (3 years ago)
Author:
lourot
Message:

0.0.4

Location:
image-display-control
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • image-display-control/tags/0.0.4/frameright.php

    r2812634 r2812672  
    66 * Author:            Frameright
    77 * Author URI:        https://frameright.io
    8  * Version:           0.0.3
     8 * Version:           0.0.4
    99 * License:           GPL-3.0-or-later
    1010 * License URI:       license.txt
  • image-display-control/tags/0.0.4/readme.txt

    r2812634 r2812672  
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    9 Stable Tag: 0.0.3
     9Stable Tag: 0.0.4
    1010
    1111An easy way to leverage image cropping metadata on your site. Made by Frameright. Power to the pictures!
     
    1313== Description ==
    1414
    15 An image file (e.g. JPEG, PNG) contains metadata, i.e. information about the
    16 image, e.g. which camera model was used, when the picture has been taken or
    17 various image regions. Image regions are useful for describing specific areas
    18 of the image (e.g. objects, people) or for indicating how the image should be
    19 cropped or rotated to best fit a given container.
     15An image file (e.g. JPEG, PNG) contains metadata, i.e. information about the image, e.g. which camera model was used, when the picture has been taken or various image regions. Image regions are useful for describing specific areas of the image (e.g. objects, people) or for indicating how the image should be cropped or rotated to best fit a given container.
    2016
    21 This WordPress plugin reads such image regions in order to automatically crop
    22 images the best possible way, dependending on which container they are being
    23 displayed in.
     17This WordPress plugin reads such image regions in order to automatically crop images the best possible way, depending on which container they are being displayed in.
    2418
    25 The [Frameright app](https://frameright.app/) can be used to define such image
    26 regions and insert them in the metadata of a picture.
     19The [Frameright app](https://frameright.app/) can be used to define such image regions and insert them in the metadata of a picture.
    2720
    2821= How does it work? =
    2922
    30 When uploading an image via the Image Library, cropped versions of that image
    31 (so-called hardcrops) are automatically generated according to the image region
    32 metadata and also added to the Image Library.
     23When uploading an image via the Image Library, cropped versions of that image (so-called hardcrops) are automatically generated according to the image region metadata and also added to the Image Library.
    3324
    34 Within a post or page an author can then either directly insert these hardcrops
    35 or insert the original image. Upon changing the ratio of the original image
    36 within a post or page, the best suited hardcrop will automatically be rendered
    37 to visitors.
     25Within a post or page an author can then either directly insert these hardcrops or insert the original image. Upon changing the ratio of the original image within a post or page, the best suited hardcrop will automatically be rendered to visitors.
    3826
    3927== Frequently Asked Questions ==
     
    4129= I have an issue or I want to contribute code =
    4230
    43 Please use the [GitHub repository](https://github.com/Frameright/image-display-control-wordpress)
    44 to raise [issues](https://github.com/Frameright/image-display-control-wordpress/issues)
    45 about the plugin or submit pull requests.
     31Please use the [GitHub repository](https://github.com/Frameright/image-display-control-wordpress) to raise [issues](https://github.com/Frameright/image-display-control-wordpress/issues) about the plugin or submit pull requests.
    4632
    4733== Changelog ==
    4834
    49 = 0.0.3 (TODO) =
     35= 0.0.4 (2022-11-05) =
     36* Improved documentation.
     37
     38= 0.0.3 (2022-11-03) =
    5039* Renamed software components to avoid name clashes with other plugins.
    5140
     
    5847== Credits ==
    5948
    60 This plugin is based on [Frameright/image](https://github.com/Frameright/image),
    61 a fork of [dchesterton/image](https://github.com/dchesterton/image), an image
    62 metadata library. Many thanks to [dchesterton](https://github.com/dchesterton)!
     49This plugin is based on [Frameright/image](https://github.com/Frameright/image), a fork of [dchesterton/image](https://github.com/dchesterton/image), an image metadata library. Many thanks to [dchesterton](https://github.com/dchesterton)!
  • image-display-control/trunk/frameright.php

    r2812634 r2812672  
    66 * Author:            Frameright
    77 * Author URI:        https://frameright.io
    8  * Version:           0.0.3
     8 * Version:           0.0.4
    99 * License:           GPL-3.0-or-later
    1010 * License URI:       license.txt
  • image-display-control/trunk/readme.txt

    r2812634 r2812672  
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    9 Stable Tag: 0.0.3
     9Stable Tag: 0.0.4
    1010
    1111An easy way to leverage image cropping metadata on your site. Made by Frameright. Power to the pictures!
     
    1313== Description ==
    1414
    15 An image file (e.g. JPEG, PNG) contains metadata, i.e. information about the
    16 image, e.g. which camera model was used, when the picture has been taken or
    17 various image regions. Image regions are useful for describing specific areas
    18 of the image (e.g. objects, people) or for indicating how the image should be
    19 cropped or rotated to best fit a given container.
     15An image file (e.g. JPEG, PNG) contains metadata, i.e. information about the image, e.g. which camera model was used, when the picture has been taken or various image regions. Image regions are useful for describing specific areas of the image (e.g. objects, people) or for indicating how the image should be cropped or rotated to best fit a given container.
    2016
    21 This WordPress plugin reads such image regions in order to automatically crop
    22 images the best possible way, dependending on which container they are being
    23 displayed in.
     17This WordPress plugin reads such image regions in order to automatically crop images the best possible way, depending on which container they are being displayed in.
    2418
    25 The [Frameright app](https://frameright.app/) can be used to define such image
    26 regions and insert them in the metadata of a picture.
     19The [Frameright app](https://frameright.app/) can be used to define such image regions and insert them in the metadata of a picture.
    2720
    2821= How does it work? =
    2922
    30 When uploading an image via the Image Library, cropped versions of that image
    31 (so-called hardcrops) are automatically generated according to the image region
    32 metadata and also added to the Image Library.
     23When uploading an image via the Image Library, cropped versions of that image (so-called hardcrops) are automatically generated according to the image region metadata and also added to the Image Library.
    3324
    34 Within a post or page an author can then either directly insert these hardcrops
    35 or insert the original image. Upon changing the ratio of the original image
    36 within a post or page, the best suited hardcrop will automatically be rendered
    37 to visitors.
     25Within a post or page an author can then either directly insert these hardcrops or insert the original image. Upon changing the ratio of the original image within a post or page, the best suited hardcrop will automatically be rendered to visitors.
    3826
    3927== Frequently Asked Questions ==
     
    4129= I have an issue or I want to contribute code =
    4230
    43 Please use the [GitHub repository](https://github.com/Frameright/image-display-control-wordpress)
    44 to raise [issues](https://github.com/Frameright/image-display-control-wordpress/issues)
    45 about the plugin or submit pull requests.
     31Please use the [GitHub repository](https://github.com/Frameright/image-display-control-wordpress) to raise [issues](https://github.com/Frameright/image-display-control-wordpress/issues) about the plugin or submit pull requests.
    4632
    4733== Changelog ==
    4834
    49 = 0.0.3 (TODO) =
     35= 0.0.4 (2022-11-05) =
     36* Improved documentation.
     37
     38= 0.0.3 (2022-11-03) =
    5039* Renamed software components to avoid name clashes with other plugins.
    5140
     
    5847== Credits ==
    5948
    60 This plugin is based on [Frameright/image](https://github.com/Frameright/image),
    61 a fork of [dchesterton/image](https://github.com/dchesterton/image), an image
    62 metadata library. Many thanks to [dchesterton](https://github.com/dchesterton)!
     49This plugin is based on [Frameright/image](https://github.com/Frameright/image), a fork of [dchesterton/image](https://github.com/dchesterton/image), an image metadata library. Many thanks to [dchesterton](https://github.com/dchesterton)!
Note: See TracChangeset for help on using the changeset viewer.