-
```
What steps will reproduce the problem?
1. Download the following image and try resizing it:
http://www.dirnat.no/multimedia.ap?id=718
The result can be seen here:
http://www.dirnat.no/multimedia.a…
-
Supersedes #549
This is my attempt to document what we need to complete before we release:
@knnniggett
- ~~zms is causing memory corruption in some of my test environments. I've spent quite a bit of…
-
```
What steps will reproduce the problem?
1. Download the following image and try resizing it:
http://www.dirnat.no/multimedia.ap?id=718
The result can be seen here:
http://www.dirnat.no/multimedia.a…
-
For example
https://park-topic-attachments.s3.cn-north-1.amazonaws.com.cn/dea34f3d-7a19-42c0-9d97-d4579544688c
this image has mime type but extension name, af_setImageWithURL will not work on it
-
I've written a few simple IDL routines that interact with the Helioviewer API documented at http://api.helioviewer.org/docs/v2/
The first is _hv_source.pro_ which returns the Source ID for a specifie…
-
First, IE9 displays an inline style of `opacity: 0` even after being loaded. The image is not centering or filling the parent.
All of my scripts are called before the ends.
My code:
```
jQuery(f…
-
`[CCSprite spriteWithCGImage:key:]` is hardcoded for a content scale of 1.0. Not overly useful.
-
```
What steps will reproduce the problem?
1. Download the following image and try resizing it:
http://www.dirnat.no/multimedia.ap?id=718
The result can be seen here:
http://www.dirnat.no/multimedia.a…
-
In Imageloader 1.8.4 it was possible to load a center part of a large Image in a Image view. It took the center of the image automatically, and drawned it in the imageview.
Now I would like to do an…
-
$image = new \Phalcon\Image\Adapter\GD('file.jpg');
$image->resize(200, 200)->crop(100, 100);
$image->save('new_file.jpg');
works bad. Picture colors are darkened.
$image = new \Phalcon\Image\Adapte…