mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 13:40:08 +02:00
pre 0.7 before integrating with remote images
* Adding compare-page for comparing images. Issue #20. * Added option `no-upscale, nu` as resizing strategy to decline upscaling of smaller images. Fix #61. * Minor change in `CImage::resize()`, crop now does imagecopy without resamling. * Correcting internal details for save-as and response json which indicated wrong colors. Fix #62. * Fixed fill-to-fit that failed when using aspect-ratio. Fix #52. * JSON returns correct values for resulting image. Fix #58. * Corrected behaviour for skip-original. Fix #60.
This commit is contained in:
@@ -279,7 +279,7 @@ Revision history
|
||||
-------------------------------------
|
||||
|
||||
|
||||
v0.6.x (latest)
|
||||
v0.6.1 (2015-01-08)
|
||||
|
||||
* Adding compare-page for comparing images. Issue #20.
|
||||
* Added option `no-upscale, nu` as resizing strategy to decline upscaling of smaller images. Fix #61.
|
||||
|
@@ -41,7 +41,7 @@ input[type=text] {
|
||||
|
||||
<body>
|
||||
<h1>Compare images</h1>
|
||||
<p>Add link to images and visually compare them. Change the link och press return to load the image.</p>
|
||||
<p>Add link to images and visually compare them. Change the link och press return to load the image. <a href="http://dbwebb.se/opensource/cimage">Read more...</a></p>
|
||||
|
||||
<form>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user