u/voatHatesTheFirst - 2 Archived Voat Posts in v/programming
u/voatHatesTheFirst
  • home
  • search

u/voatHatesTheFirst

0 posts · 2 comments · 2 total

Active in: v/programming (2)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Project ideas

this is line one
this is line two
...
..
5

Lines of code, descriptive of size/complexity. In this case, pretty simple and easy. I was assuming it would be far more than that in Java.

In case your interested, here it is.

#!/usr/bin/env bash
mkdir thumbs

printf '%s\n' $(ls *png *jpg *gif ) > file
convert @file -resize 300x300 thumbs/thumb%03d.png

rm file

0 25 Oct 2017 23:59 u/voatHatesTheFirst in v/programming
Comment on: Project ideas

Java or such probably easiest.

5 lines with imagemagick in a bash script.

0 25 Oct 2017 21:12 u/voatHatesTheFirst in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.