Displaying 1 to 6 from 6 results

ImageScout - A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.

  •    Swift

ImageScout is a Swift implementation of fastimage. It allows you to find the size and type of a remote image by downloading as little as possible. Sometimes you need to know the size of a remote image before downloading it, such as using a custom layout in a UICollectionView.

ImageSizeFetcher - Finds the type/size of an image given its URL by fetching as little data as needed

  •    Swift

Your app needs to find the size or type of an image but it's not locally stored – it’s on another asset server, or in the cloud (Amazon S3 for example); your webservice does not expose the size via APIs. You don’t want to download the entire image to your app server – it could be many tens of kilobytes, or even megabytes just to get this information.

fastimage - FastImage finds the size or type of an image given its URL by fetching as little as needed

  •    Javascript

FastImage finds the size or type of an image given its URL by fetching as little as needed. FastImage supports and has been tested on NodeJS 5.0+.




fastimage - Find the type or size of an image

  •    Elixir

Fastimage finds the dimensions/size or file type of a remote or local image file given the file path or url respectively. It streams the smallest amount of data necessary to ascertain the file size. This aspect is useful when getting the file size for very large images.

fastimage

  •    Crystal

Library that finds the dimensions and type of an image fetching as little as needed. Returns image type. Returns nil if image type is not supported.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.