Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

What does this script do?
In a script I have:


java MNISTtoPPM "testImg" "testLbl" $1 | convert - GIF:- | xv -


The output from the java program that takes 3 arguments are piped to:

convert - GIF:- | xv -

but when I run it like: ./viewtest 2

I get:

convert: no decode delegate for this image format `/tmp/magick-XXPYD6zc'.

So something goes wrong with the imagemagic convert command. How should:

| convert - GIF:- | xv -

be understood and why the error?

Report this thread to moderator Post Follow-up to this message
Old Post
saneman
03-21-08 12:15 AM


Re: What does this script do?
In <fruda7$bu1$1@news.net.uni-c.dk> saneman <asdfsdf@asd.com> writes:

> In a script I have:

> java MNISTtoPPM "testImg" "testLbl" $1 | convert - GIF:- | xv -

At a guess, it runs a java program which produces an image on the
standard output, which is then fed to the "convert" program which
manioulates the image into the GIF format, and then feeds that image
into the "xv" program for viewing.

> convert: no decode delegate for this image format `/tmp/magick-XXPYD6zc'.

> So something goes wrong with the imagemagic convert command. How should:

Sounds like ImageMagick doesn't know how to interpret the image.  Perhaps
it needs the right codec?

--
John Gordon                   A is for Amy, who fell down the stairs
gordon@panix.com              B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"


Report this thread to moderator Post Follow-up to this message
Old Post
John Gordon
03-21-08 12:15 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Unix Programming archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 09:40 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.