Like the the amazing “histogram” property in Ruby (RMagicK), that computes a list of colors in a photo, in order of frequency – is there anything similar to this for Classic ASP/.NET, in the form of a third-party plugin or component?
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like RMagick is a derivative of ImageMagick. The Windows version has an installer that allows you to install a COM component. (You will have to check this in the installer for it to be installed). Link
This COM component can be used from classic ASP.
I have some classic ASP code that uses ImageMagick, the syntax is a bit unusual. Please note that this won’t function on its own, because it depends om some other functions, but it will give you an idea of how to use the COM component:
I don’t know how to perform a histogram, but I hope this piece of code together with the imagemagick docs will get you there.
Erik