Loading...
You are not logged-in Login/Register





  • Posts   Search Threads
  • haerleMay 19, 2009 6:01 AM PDT   
    Unified Image Codec interface and debug version of malloc/free

    Hello,

    I'm currently trying out the Unified Image Codec interface. In debug mode my application crashes on deletion of a ImageBuffer object instance when it is built and running in debug mode. This happens both if the object is created on the heap and on the stack.

    Do you have any idea how to avoid this problem? Creating the object on the heap and not deleting it is not a good workaround I think.

    Thx for your help,

    Fabian


    Vladimir Dudnik (Intel)May 19, 2009 7:44 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Hi Fabian,

    do you use the latest IPP 6.0 update 2 UIC sample?

    Regards,
      Vladimir


    haerleMay 19, 2009 7:56 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Hi Fabian,

    do you use the latest IPP 6.0 update 2 UIC sample?

    Regards,
    Vladimir

    Hi Vladimir,

    I am using the samples of w_ipp-samples_p_6.0.0.130. Can you tell me how to modify the makefile to compile the libraries in debug mode? This would also help me debug my application.

    Regards,

    Fabian


    haerleMay 20, 2009 12:20 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Hi Vladimir,

    the following seems to work: I compiled the uic libaries in debug mode with the following changes in the according makefiles (e.g. ipp-samplesimage-codecsuicsrciouic_iouic_io.mak):

    - change CXXFLAGS = /c /O2 /MD to CXXFLAGS = /c /O2 /MDd /Zi
    - add /DEBUG to LDFLAGS

    Now I both have a dll version for my release compiles and my debug compiles (plus pdb files). The application doesn't crash any more.

    best,

    Fabian


    Vladimir Dudnik (Intel)May 20, 2009 1:18 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Hi Fabian,

    glad to hear you solve issue.

    Just notice, we are going to extend UIC sample with support for PNG format (based on zlib and libpng libraries optimized by IPP). Please stay tuned for upcoming IPP 6.1 release.

    Although, your feedback is important for us to better understand our customer needs.

    Regards,
      Vladimir



    haerleMay 20, 2009 3:35 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Although, your feedback is important for us to better understand our customer needs.

    Hi Vladimir,

    concerning customer needs: I would also appreciate multiplane TIFF saving with LZW and ZIP compression for 16 bit grayscale images.

    best,

    Fabian


    Vladimir Dudnik (Intel)May 21, 2009 4:45 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Thanks Fabian, we will take it into account.

    Regards,
      Vladimir


    Chao Y (Intel)May 25, 2009 1:21 AM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Hi Fabian,

    glad to hear you solve issue.

    Just notice, we are going to extend UIC sample with support for PNG format (based on zlib and libpng libraries optimized by IPP). Please stay tuned for upcoming IPP 6.1 release.

    Although, your feedback is important for us to better understand our customer needs.

    Regards,
    Vladimir


    Fabian, we put it into our feature request database and it will be considered in the future release.


    senmeganathJune 14, 2009 10:12 PM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Quoting - Chao Yu (Intel)

    Fabian, we put it into our feature request database and it will be considered in the future release.

    Hi All,

    I have a problem with Conversion of BMP image to JPEG. currently i m using UIC & IPP 6.0. but its properly working in IJL.
    Even the demo application also the same result while convertiong BMP image to JPEG. please help me...


    Vladimir Dudnik (Intel)June 15, 2009 2:55 PM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free


    Hello,

    What exactly problem with conversion do you have?

    Regards,
      Vladimir

    Ying Song (Intel)July 31, 2009 1:30 PM PDT
    Rate
     
    Re: Unified Image Codec interface and debug version of malloc/free

    Quoting - senmeganath

    Hi All,

    I have a problem with Conversion of BMP image to JPEG. currently i m using UIC & IPP 6.0. but its properly working in IJL.
    Even the demo application also the same result while convertiong BMP image to JPEG. please help me...

    Please also try the latest version Intel IPP 6.1 update 1 to see if this problem still persists.
    Thanks,
    Ying



Forum jump:  

Intel Software Network Forums Statistics

17,025 users have contributed to 48,319 threads and 172,758 posts to date.

In the past 24 hours, we have 11 new thread(s) 54 new posts(s), and 47 new user(s).

In the past 3 days, the most popular thread for everyone has been Optimalization of sine function\'s taylor expansion The most posts were made to Most likely, the issue is that The post with the most views is Optimalization of sine function\'s taylor expansion

Please welcome our newest member redfruit83


For more complete information about compiler optimizations, see our Optimization Notice.