-
This problem occurs with Ahead of time compiled code on 32-bit Windows specifically. It occurs in the 2018/02/15 release as well as some earlier releases.
Even if Target::NoRuntime is used to allow…
-
A CZI file has this metadata for a subblock:
```xml
2021-03-03T12:51:11.0123443Z<ImageScaling>
<ImagePixelSize>6.5,6.5</ImagePixelSize>
</ImageScaling><CameraState&g…
-
We need better scaling quality for the auto-resizing feature for images. Turns out that PHP's `imagescale()` produces kinda crappy, pixelated results.
-
Hi Pierre,
Following your recommandation on the mailing list I open a new issue : If I resize a picture to a size which is not a multiple of the original size I have artifacts on the white background…
-
When i change bitmap of image after doing some zoom and drag. how can i restore it same zoom and x y value of image ?
i tried this method to restore it. Imagescale is working fine but x and y value…
-
* [ * ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/Alamofire/AlamofireImage/blob/master/CONTRIBUTING.md).
## What did you do?
I am using …
-
I recently put in various performance improvements in the form of using @StateObject. I now have consistent crash from various screens when the app goes into the background. Digging into it, I find t…
-
Launching lib/main.dart on iPhone 13 Pro Max in debug mode...
Running Xcode build...
Xcode build done. 15.5s
Failed to build iOS app
Error output from Xco…
-
This is a stable image scale with a unique id and can be strongly cached:
- `some-image/@@images/71292397-ba62-4ca0-a6d6-37707e151e35.jpeg`
These are unstable image scales which may change when …
-
Hi,
In the GD image library if you use `imagecreatefromjpeg()` to create an image resource and then use it with `imagescale()` to resize an image and `imagejpeg()` to send the image to a destinatio…