This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Jpeg creation with imglib

Hello,

has anybody ever written a function that can convert bitmaps into jpeg-images based on imglib?

Since I'm not that familiar with image processing, I would appreciate it very much if you could share the code with me.

Thanks,

Martin

  • Hi Martin

    There is no example code available in the imglib package that does the complete bmp-to-jpeg conversion. However, based on the image processing signal chain you plan to implement, you can look at the algorithm kernels that are available in imglib (see IMGLIB_Users_Manual.chm located at imglib_c66x_x_x_x_x\docs) and leverage any relevant functions.