Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Convert error message seems not related to ImageResizer. Possibly you'll need 
to specify the that the data from stdin is in png file format via command line 
parameters in convert.exe.

Original comment by [email protected] on 2 Jun 2013 at 6:58

  • Changed state: Invalid
  • Added labels: Type-Defect
  • Removed labels: Performance

from 2dimagefilter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I change the command with this :

ImageResizer /load imagein.png /resize auto "xBR 3x 
<NoBlend>(thresholds=0,vbounds=wrap,hbounds=wrap,radius=1.00,centered=0)" 
/stdout | convert png:- imageout.png

But another error message appear:

magick.exe: Improper image header `-' @ error/png.c/ReadPNGImage/3999.
magick.exe: no images defined `output.png' @ error/convert.c/ConvertImageCommand
/3106.

As I said before, I tried ImageMagick Convert with Pngnq-s9, but none of both 
error that I mentioned appear. Could you mention working example to prove that 
there is no problem with ImageResizer.

Thanks

Original comment by [email protected] on 3 Jun 2013 at 5:57

  • Changed state: Re-Opened

from 2dimagefilter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I think I know where the Problem could be. ImageResizer outputs status messages 
to stdout before the image data is sent to it and ImageMagick can not 
distinguish both from each other. I'll figure out a way to supress any status 
messages when an stdout parameter is present.

Original comment by [email protected] on 1 Jul 2013 at 2:07

from 2dimagefilter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I have a similar problem. Converting files works fine except when using stdin

# convert test.png test.gif
# cat test.png | convert png:- test.gif
convert: improper image header `-' @ error/png.c/ReadPNGImage/4000.
convert: no images defined `test.gif' @ 
error/convert.c/ConvertImageCommand/3106.

Original comment by [email protected] on 5 Jan 2014 at 3:35

from 2dimagefilter.

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.