C++ and an Image lib?

Started by
13 comments, last by sathenzar 18 years, 7 months ago
no offense intended. But back to my original question does anyone have any ideas?
Advertisement
i don't use a compiler i meant if i made one could i (custum language made)
Matt : mattb0001@hotmail.comClick me please
Quote:Original post by gamerking
i don't use a compiler i meant if i made one could i (custum language made)


If you are able to register extern functions in your script you should be able to register ImageMagick functions as well.
For example...
I thought about a sort of 'image script processing' implemented via AngelScript + FreeImage. In this case the 'core' of the application is a compiled program written in C++. The application could load the scripts and perform different operations on the images without recompile the program.
Quote:Original post by sathenzar
no offense intended. But back to my original question does anyone have any ideas?


? If you are talking about resizing an image I posted the solution...

O sorry, I didnt' see that. I did look at it. It's not well documented. I don't know how you use their functions.

This topic is closed to new replies.

Advertisement