All Projects → Jameak → ImageDownloader

Jameak / ImageDownloader

Licence: MIT license
A program for downloading and filtering images based on their resolution.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to ImageDownloader

animethemes-dl
THIS PROJECT HAS BEEN ABANDONED. Downloads anime themes from animethemes.moe. Supports Batch download and MAL/AniList connecting.
Stars: ✭ 21 (-65%)
Mutual labels:  download, filter
Liked-Saved-Image-Downloader
Save content you enjoy!
Stars: ✭ 80 (+33.33%)
Mutual labels:  reddit, imgur
tootbot
Python tool for mirroring Reddit posts to Twitter and Mastodon
Stars: ✭ 68 (+13.33%)
Mutual labels:  reddit, imgur
Imguralbumbot
A reddit bot for linking direct images of single-picture albums
Stars: ✭ 107 (+78.33%)
Mutual labels:  reddit, imgur
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+4480%)
Mutual labels:  reddit, imgur
Flews
A multi-service news app written in Flutter
Stars: ✭ 148 (+146.67%)
Mutual labels:  reddit, imgur
Bulk Downloader For Reddit
Downloads media from reddit posts
Stars: ✭ 756 (+1160%)
Mutual labels:  reddit, imgur
SmartImage
Reverse image search tool (SauceNao, ImgOps, trace.moe, and more)
Stars: ✭ 346 (+476.67%)
Mutual labels:  reddit, imgur
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+116.67%)
Mutual labels:  reddit, imgur
morphmorph
😱 Isomorphic transformations. Map, transform, filter, and morph your objects
Stars: ✭ 26 (-56.67%)
Mutual labels:  filter
romans
A Simple PHP Roman Numerals Library
Stars: ✭ 40 (-33.33%)
Mutual labels:  filter
Vividl
Modern Windows GUI for youtube-dl/ yt-dlp
Stars: ✭ 189 (+215%)
Mutual labels:  download
CwsShareCount
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
Stars: ✭ 13 (-78.33%)
Mutual labels:  reddit
php-simple-request
php-simple-request is a request parser library designed to simplify requests validation and filtering using annotations, generating at the same time an object representation from the request data.
Stars: ✭ 15 (-75%)
Mutual labels:  filter
ArminC-uBlock-Settings
⚙️ ArminC's settings for uBlock₀ - remove most of the ads, pop-ups and trackers.
Stars: ✭ 24 (-60%)
Mutual labels:  filter
reddit-moderator-toolbox
Moderator toolbox for reddit extension development.
Stars: ✭ 80 (+33.33%)
Mutual labels:  reddit
vsc-markdown-image
Easy to insert a image to markdown
Stars: ✭ 140 (+133.33%)
Mutual labels:  imgur
ytdl
youtube download cli in rust.
Stars: ✭ 22 (-63.33%)
Mutual labels:  download
elastic-composer
Client-side Elasticsearch query generator and executor. Filter fields, find search suggestions, and paginate query results for your indicies using a simple, reactive, and high-level API
Stars: ✭ 14 (-76.67%)
Mutual labels:  filter
loadkit
Java 资源加载器,充分拓展ClassLoader#getResources(name)的能力,实现递归加载,支持普通风格 / 包名风格 / ANT风格 / 正则风格路径的资源加载同时支持自定义过滤器,通常作为框架的基础类库。
Stars: ✭ 39 (-35%)
Mutual labels:  filter

ImageDownloader

ImageDownloader provides a way to filter images by specifying a minimum and maximum resolution.

Features

ImageDownloader supports downloading and filtering images originating from Reddit and Imgur, as well as images located in local directories. The user can specify a maximum and minimum resolution that images from all supported sources must fit. Exact resolutions can be specified by choosing identical minimum and maximum requirements.

The following image sources are supported:

  • Imgur albums and account profiles.
  • Reddit posts can be sourced from any subreddit, with additional filtering options. Posts linking to i.redd.it, DeviantArt, or Imgur images are explicitly supported, as well as Imgur albums. An attempt is made at downloading any other image linked to, if the url ends in one of the whitelisted image extensions.
  • Files in local directories can also be filtered. Images that adhere to the resolution requirements are copied into the destination folder, without modifying the original files.

When posts are grabbed from Reddit, the following additional options are supported:

  • You can specify to pull posts from the main subreddit page, or from other tabs such as new or top.
  • It is possible to specify whether to include posts marked NSFW in the results.
  • Links to Imgur albums are parsed and will apply the resolution-filter to all images in that album. It is possible to skip these Imgur albums if so desired.
  • The user can specify how many posts to pull, which will automatically page through the reddit posts using the &after and &count api parameters. This option is currently limited to 1000 posts.

Usage

To download any number of Reddit posts from a specific subreddit, simply specify the subreddit, the output folders, and optionally add filters.

The following UI example will download images from the top 25 posts of all time from the wallpapers-subreddit, provided that the image resolution is between 1920x1080 - 2540x1440, that the post doesn't link to an album, and that the post hasn't been marked NSFW:

Example of the Reddit tab UI

License

Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].