Changeset 2812672
- Timestamp:
- 11/05/2022 02:56:36 PM (3 years ago)
- Location:
- image-display-control
- Files:
-
- 2 edited
- 6 copied
-
tags/0.0.4 (copied) (copied from image-display-control/trunk)
-
tags/0.0.4/frameright.php (copied) (copied from image-display-control/trunk/frameright.php) (1 diff)
-
tags/0.0.4/languages (copied) (copied from image-display-control/trunk/languages)
-
tags/0.0.4/license.txt (copied) (copied from image-display-control/trunk/license.txt)
-
tags/0.0.4/readme.txt (copied) (copied from image-display-control/trunk/readme.txt) (4 diffs)
-
tags/0.0.4/src (copied) (copied from image-display-control/trunk/src)
-
trunk/frameright.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-display-control/tags/0.0.4/frameright.php
r2812634 r2812672 6 6 * Author: Frameright 7 7 * Author URI: https://frameright.io 8 * Version: 0.0. 38 * Version: 0.0.4 9 9 * License: GPL-3.0-or-later 10 10 * License URI: license.txt -
image-display-control/tags/0.0.4/readme.txt
r2812634 r2812672 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 9 Stable Tag: 0.0. 39 Stable Tag: 0.0.4 10 10 11 11 An easy way to leverage image cropping metadata on your site. Made by Frameright. Power to the pictures! … … 13 13 == Description == 14 14 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. 15 An 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. 20 16 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. 17 This 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. 24 18 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. 19 The [Frameright app](https://frameright.app/) can be used to define such image regions and insert them in the metadata of a picture. 27 20 28 21 = How does it work? = 29 22 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. 23 When 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. 33 24 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. 25 Within 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. 38 26 39 27 == Frequently Asked Questions == … … 41 29 = I have an issue or I want to contribute code = 42 30 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. 31 Please 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. 46 32 47 33 == Changelog == 48 34 49 = 0.0.3 (TODO) = 35 = 0.0.4 (2022-11-05) = 36 * Improved documentation. 37 38 = 0.0.3 (2022-11-03) = 50 39 * Renamed software components to avoid name clashes with other plugins. 51 40 … … 58 47 == Credits == 59 48 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)! 49 This 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 6 6 * Author: Frameright 7 7 * Author URI: https://frameright.io 8 * Version: 0.0. 38 * Version: 0.0.4 9 9 * License: GPL-3.0-or-later 10 10 * License URI: license.txt -
image-display-control/trunk/readme.txt
r2812634 r2812672 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 9 Stable Tag: 0.0. 39 Stable Tag: 0.0.4 10 10 11 11 An easy way to leverage image cropping metadata on your site. Made by Frameright. Power to the pictures! … … 13 13 == Description == 14 14 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. 15 An 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. 20 16 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. 17 This 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. 24 18 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. 19 The [Frameright app](https://frameright.app/) can be used to define such image regions and insert them in the metadata of a picture. 27 20 28 21 = How does it work? = 29 22 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. 23 When 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. 33 24 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. 25 Within 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. 38 26 39 27 == Frequently Asked Questions == … … 41 29 = I have an issue or I want to contribute code = 42 30 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. 31 Please 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. 46 32 47 33 == Changelog == 48 34 49 = 0.0.3 (TODO) = 35 = 0.0.4 (2022-11-05) = 36 * Improved documentation. 37 38 = 0.0.3 (2022-11-03) = 50 39 * Renamed software components to avoid name clashes with other plugins. 51 40 … … 58 47 == Credits == 59 48 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)! 49 This 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.