Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image attributes? #1

Closed
mzmmohideen opened this issue Jan 19, 2017 · 1 comment
Closed

Image attributes? #1

mzmmohideen opened this issue Jan 19, 2017 · 1 comment

Comments

@mzmmohideen
Copy link

Hi,
This library was simply awesome. but i want to get attributes of each image along with it. so what to do? will i get with the help of this library or i need to do it manually?

Thanks

@jrowellfx
Copy link
Owner

Hi Mohideen - thanks for the compliment! I want to keep lsseq simple and have designed it following the general philosophy of unix tools in that they one one simple thing well. The way to get expanded features is to write other tools and chain them together with pipes etc. lsseq is written to behave only like the traditional unix command 'ls' as far as it makes sense.

Anyway, sorry, I didn't, nor do I have plans to, expand lsseq like you as asking.

However, there are libraries to help with such tasks, like ImageMagick, or opencv.

You could write a new tool that given the native output of lsseq then lists the desired attribute[s] for the sequence in question, you could make a long listing that show attributes per file, or aggregate them and give averages, or highs and lows etc.. or show common attributes vs differing attributes etc..

Good luck!
James.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants