Tagged Questions
3
votes
2answers
56 views
Search by file dimension [duplicate]
I have many photos. How to search files by its dimensions? For example, i want to search images with exact dimensions 500 x 500 pixels. Is there any utility for this task?
3
votes
4answers
428 views
How to visualize directory tree structures?
I know I can use tree to show the nested content of a directory. Alas, its output is hardly beautiful as I want to include it in a documentation. So eye-candy is a requirement.
So I was wondering if ...
6
votes
4answers
306 views
Find images by size: find / file / awk
I've been trying to find png image files a certain height (over 500px). I know that file will return image dimensions. Example:
$ file TestImg1a.png
TestImg1a.png: PNG image data, 764 x 200, ...
1
vote
0answers
110 views
Editing images with sips doesn't work without being executed directly from Terminal? [closed]
I made a cheesy application with a bash script using CocoaDialog, and within this application I need to modify the size of a photo. So, I researched a little and found the sips command; and it works ...