• 0

How would you sort 20000 unrelated pictures?


Question

I've accrued around 20000 images of internet randomness, and their disparate file names have finally triggered my OCD. I'm at a complete loss at a practical structure and method for batch sorting and renaming them. My lazy inclination is to rename by creation date, but after meeting people who sort their porn by color and emotion (don't ask) and others with too much time sorting their image collection by subject (i.e. img \bears \ bear tongue \beartonguelong.jpg ), I feel like I should... do better.

If no exiting program can automate this, I think I'm going to have to write or try to convince my developer friend to write a script to determine the RGB value of each picture and rename them as RGB scales so I can search them by rough color ranges. i.e. R24G10B01.jpg for all images with R240-249, G100-109, B 10-19. Maybe too much work for something like this. Either way, I'm just polling to see if there's any organization structures for random pictures I'm not thinking of.

Recommended Posts

  • 0

For those inquiring, apart from occasional inspiration / reference for design work, they get played as a random slideshow in my living room. Juxtaposition of design, photography, cats, funnies, boobs, boob design, photography of boobs and funny boobs is a hit with the guests. And thanks for the offer remixedcat, I'll make a two button keyboard for Angel with BOOBS and GTFO, but I imagine she'd sort all the cat erotica into the BOOBS folder.

  • 0

How would you sort 20000 unrelated pictures?

I've accrued around 20000 images of internet randomness

I wouldn't, they are already sorted on the internet.....kinda good place to leave them

  • Like 2
  • 0

I did this with 13,000 images. I used a database program. You can use iphoto, acdsee, picasa, what ever. I use ACDSee. I do not use a folder stucture. I use a database. So when I want to find something. It is tagged. It took many hours to fix but when it was done. BANG so easy to find what i want now.

  • 0

  1. Upload the images to a webserver.
  2. Write a script to access Google's Custom Search API and search by image, you can use this for free 100 times a day (alternatively you can get 1,000 requests for $5, max of 10,000 a day).
  3. Look for a familiar result; use results from typical image hoarding websites that you can grab a tag off. If no familiar results found mark to tag manually.
  4. Set up a cron job to run the script once a day for 200 days.

  • 0

Ok here is a more complete reply.

I used http://www.myphotoindex.com/ this works great and is a stand alone software. Not updated in a while but works good for tagging and making a database of tags for your stuff. Like I said I did this for 10s of thousands of my photos. I use for reference or inspiration. this software worked great for me then i moved to ACDSEE Pro and use the database and keywords there. This way at least the keywords can be seen in lightroom and windows if I decide to change software.

How I tag. Example: This is short list. I do everything from color, ethnic, theme, body type, body parts, clothing, etc. 20k of images will take you weeks and many hours but worth it if you look through your collection often and try to search.

*Color

-- black

-- blue

-- red

--etc

*Model

-- legs

-- eyes

-- boobs

-- etc

*Props

--guitar

--teddy bear

--etc

  • 0

I did a simple average colour + HSL sort once on a folder full of random images (a thumbnail service). It could be done much better (interesting colour vs. average colour for starters), but it worked pretty well.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Ventoy 1.1.15 is out.
    • Win11Debloat 06.24.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.24.2026 changelog: With this release, the legacy app list generator and CustomAppsList file support is removed. This only affects users using legacy command-line methods. More info here: #664 Features & Improvements Clean up styling to better match Windows fluent design guidelines by @Raphire in #638 Add GPO override warning alert and WhatIf dry-run previews by @HetCreep in #611 Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in #615 Guard against loading, saving & executing undefined features by @Raphire in #665 Simplify Window management & update minimum window sizes by @Raphire in #671 Update start menu backup/restore with timestamped filenames by @Raphire in #672 Clean up feature execution logic for readability by @Raphire in #641 Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in #662 Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters Update CLI app removal to use newer app removal methods Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex Fix removal of Microsoft Copilot Fixes Fix: Replace P/Invoke dynamic DLL imports with WPF native methods to fix temp DLL access-denied errors by @Raphire in #661 Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in #637 Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in #642 Fix: Respect Feature min/max version for comboboxes by @Raphire in #639 Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in #647 Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in #651 Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in #655 Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in #645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in #658 Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in #656 Download: Win11Debloat 06.24.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Age of Empires Mobile PC Version The Band The Show The Movie
    • never mind the video had a couple swear words... gosh it was funny!
    • It's expensive, but I bet it will still sell out just like the Steam Deck and the Steam Controller
  • Recent Achievements

    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      416
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      77
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!