Git Product home page Git Product logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Could you propose a patch with your proposed fix ?

Original comment by [email protected] on 8 Apr 2010 at 6:30

  • Changed state: Started

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Hi,
I tried modifying the source-code to include those lines of code, but it 
failed. 
Maybe it was where I put them, I'm not sure. Instead, I have re-written all the 
print statements that I need to acertain a status of how the encoding is going. 
When 
run in a console, it's exactly the same as before, just my app can now see what 
is 
being output.

Original comment by [email protected] on 26 May 2010 at 10:44

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
I tried image_to_j2k.exe with the current svn code, and the console (MSYS or 
windows console, win xp) output is the same than linux:

torri@CARO-50BC2B3960 ~/svnroot/openjpeg/build/libopenjpeg/.libs
$ ../../codec/.libs/image_to_j2k.exe -i ~/ebuilder2.png -o ebuilder.j2k

[INFO] tile number 1 / 1

(there is a pause, then)

[INFO] - tile encoded in 1.145806 s
Generated outfile ebuilder.j2k

maybe the OP should verify again with at least openjpeg 1.4

Original comment by [email protected] on 4 Mar 2011 at 10:59

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Sorry it's been a while. I will give OpenJPEG 1.4 a go since I am now also 
rewriting my app from scratch with VB.NET 2008.

A fresh start can always help.

Thanks for your input.

Original comment by [email protected] on 9 Jul 2011 at 12:08

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Hello again.

I have now tried v1.4 and still the same issue. I found the old forum posts I 
made regarding this issue as I initially thought it was my app at fault. I have 
since rewrote my app and the same applies. I fixed it by simply changing the 
fprintf statements in the source for image_to_j2k to printf. Is this something 
you could do by default, or will I need to modify each version myself?

Many thanks

Original comment by [email protected] on 11 Jul 2011 at 11:40

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
one could maybe ad an fflush in the definition of the callbacks. But it adds 
overhead and there can be problems if one use get() just after for example

Original comment by [email protected] on 28 Jul 2011 at 6:05

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
Hi James,

Concerning the "fprintf(stdout, ...)", they are strictly equivalent to 
"printf(...)" so renaming them should not change anything. Or am I wrong ?

Concerning the "fprintf(stderr, ...)", I'm not in favor of renaming them into 
"printf". A better solution would be to redirect stderr to whatever you want, 
from your app.

Original comment by antonin on 9 Aug 2011 at 10:44

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024

Original comment by mathieu.malaterre on 10 Feb 2012 at 10:37

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024

Original comment by mathieu.malaterre on 26 Feb 2014 at 9:03

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from openjpeg.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 3, 2024
no update in years, closing issue. Re-open if you can provide more input.

Original comment by mathieu.malaterre on 26 Feb 2014 at 2:07

  • Changed state: WontFix

from openjpeg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.