logo       

Blank jpg output from my own code: msg#00226

Subject: Blank jpg output from my own code
I wrote some very basic svg -> jpg code which looks very much like the
examples I found (and also like the source for batik-rasterizer.jar,
but my jpg output is always a blank white image of the correct height
and width size.

The svg I am converting was created in Illustrator 10, and is
basically just line art.

Running the rasterizer util on my svg outputs a good jpg, and my code
outputs a good png. I am running my code as a server side J2EE
application in JRE Standard Edition (build 1.4.2_05-141.3) for OS X,
with batik 1.5.1.

I tried running my application with -Djava.awt.headless=true as well,
but it outputs the same blank jpg file.

Any thoughts or suggestions on what to try next?

--

ImageTranscoder transcoder = new JPEGTranscoder();

// transcoder.addTranscodingHint(JPEGTranscoder.KEY_XML_PARSER_CLASSNAME,
"org.apache.crimson.parser.XMLReaderImpl");
// transcoder.addTranscodingHint(JPEGTranscoder.KEY_QUALITY, new Float(.8));

TranscoderInput input = null;
TranscoderOutput output = null;
OutputStream outputStream = null;

try {
 String inPathRaw =  "/path/to/filename.svg";
 String outPathRaw = "/path/to/filename.jpg";

 String inPath = new File(inPathRaw).toURL().toString();

 input = new TranscoderInput( inPath );

 outputStream = new FileOutputStream(outPathRaw);    
 output = new TranscoderOutput(outputStream);

try {
  transcoder.transcode(input, output);
} catch(Exception te) {
  te.printStackTrace();
}

outputStream.flush();
outputStream.close();


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe