Search found 4 matches

by jarrar.hussain
2016-06-21T11:39:09-07:00
Forum: Users
Topic: Image recognition: Generated tags
Replies: 9
Views: 5239

Re: Image recognition: Generated tags

Hi,


convert image +dither -colors 10 -unique colors txt:-

Here I get always 10 colours except black&white images :-( ... what I want to ignore here is hundreds of shades... and 10 colours only for real colour-rich images and not for basic images with few colours


convert image -format ...
by jarrar.hussain
2016-06-21T08:52:15-07:00
Forum: Users
Topic: Image recognition: Generated tags
Replies: 9
Views: 5239

Re: Image recognition: Generated tags

Hi Snibgo,

Thanks for your reply. That's great, please give me Linux based command line samples for the following:

- Identify unique colors (but not hundreds of shades) at max 10 colours
- identify image if it contains only product material or zero object like:


- distinguish between scenic & non ...
by jarrar.hussain
2016-06-21T05:51:05-07:00
Forum: Users
Topic: Image recognition: Generated tags
Replies: 9
Views: 5239

Re: Image recognition: Generated tags

Hi Guys,

Thanks for your quick response :-)

Actually I am satisfy with the performance & quality of ImagicMagic and with my current requirement & wants to continue.

Target of this project:
I get product data as csv/xml/json -feed for our commerce platform including images. I import that data into ...
by jarrar.hussain
2016-06-20T10:03:44-07:00
Forum: Users
Topic: Image recognition: Generated tags
Replies: 9
Views: 5239

Image recognition: Generated tags

Hi Guys,

I am using ImageMagick from last few years, but never use it intensively just resizing and some cropping.

But now I am working on a project where I have a big challenge to analysis more than 1M images per 48hrs and for that I would like to use ImageMagic 6.7.7-10 on Ubuntu 14.04.

The ...