Search found 1 match
- 2018-08-24T14:52:34-07:00
- Forum: Users
- Topic: Convert & identify trouble
- Replies: 3
- Views: 2658
Convert & identify trouble
Hi, I'm trying to write a script to get the phash of generated thumbnails of files using a single command, but I'm having trouble discarding the generated thumb (which I don't need). This is the command I'm using at the moment: convert "image.jpg" -resize "128x128!" -verbose -identify -moments miff ...