Just wondering if there are any dev-paks for image libraries. Something like cximage. I just want to find the average pixel colour of part of jpg files.
Thanks very much.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
then probably not. However you don't need a DevPak to be able to use a library, if it is Open Source you can build your own library from source. If you have such a library, you can simply link it to your code you don't need a DevPak.
If you do build your own cximage library that you might consider creating a DevPak and posting it on DevPaks.org
A quick look at the source download at http://www.xdp.it/download.htm indicates that it is not a particularly complex build, but that it does have a number of library dependencies. You can build these libraries from the included source, but many are already available as DevPaks.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just wondering if there are any dev-paks for image libraries. Something like cximage. I just want to find the average pixel colour of part of jpg files.
Thanks very much.
If it is not at either of:
http://www.devpaks.org/
http://old.devpaks.org/
http://sourceforge.net/project/showfiles.php?group_id=10639&package_id=146170
then probably not. However you don't need a DevPak to be able to use a library, if it is Open Source you can build your own library from source. If you have such a library, you can simply link it to your code you don't need a DevPak.
If you do build your own cximage library that you might consider creating a DevPak and posting it on DevPaks.org
A quick look at the source download at http://www.xdp.it/download.htm indicates that it is not a particularly complex build, but that it does have a number of library dependencies. You can build these libraries from the included source, but many are already available as DevPaks.
Clifford