Imaginary icon indicating copy to clipboard operation
Imaginary copied to clipboard

:unicorn: Remote images, as easy as one, two, three.

Results 7 Imaginary issues
Sort by recently updated
recently updated
newest added

Add `SwiftUI` adapter for ImageView Add `SwiftUI` adapter usage

In `Package.swift`, the `dependencies ` of `Cache` should not be `master`. ``` // swift-tools-version:5.1 import PackageDescription let package = Package( name: "Imaginary", products: [ .library( name: "Imaginary", targets: ["Imaginary"]), ],...

I have collection view with horizontal scrolling of images, those images are placing correct with original colour, after changing the images tint colour using this , the images are rotated....

When trying to prefetch multiple images sometimes app crashed on line: `results.append(result)` (in file MultipleImageFetcher.swift) Because trying to change array from multiple thread simultaneously. PR contains fix by using serial...

可以实现先出现缩略图再出现高清图吗

The SSLv2, SSLv23, and SSLv3 protocols contain several flaws that make them insecure, so they should not be used to transmit sensitive data. ImageDownloader.swift

If I download big image via ```swift self.session.dataTask(with: request, completionHandler: { [weak self] data, response, error} ``` image stored inside response. And I can catch crash. How can I use...