Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am thinking to develop new desktop application and that allows us to do some basic and advance image processing operation ( like Photoshop does but not exact )
for eg. set height and width of image (this is just basic requirement to start application).

is Java language best way to go with it?

Or any other language I should prefer for image processing.

If I can do image processing through JavaScript then will be more comfortable for me because I like JavaScript.

Suggestions Outside of box are welcome!!

What I have tried:

I have not tried such project yet because basic requirement of my project that fulfill most of the languages such as earlier example like set height and width of image but at advance level (like Photoshop does) the requirement would be anything. So I need one consistent language that fulfill most of my requirement in future.
Posted
Updated 13-Jun-16 17:05pm
v2
Comments
Sergey Alexandrovich Kryukov 17-May-16 20:33pm    
The answer is simple: it depends.
—SA

1 solution

Sergey is right. It depends what you need based on what you want to do. For example, MATLAB is the best language for image processing algorithm as it has a rich built-in-library. But the problem is when you want to build a real time system MATLAB is bit slow so you need to think about C++ in this case.

However, investigate every language whether they fit your needs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900