Am 11.04.2017 um 22:42 schrieb David Patterson:
The metadata about the images that appears in the System.out. stream along
with any of my own print statements

This is the first part of one of the blocks of xml that appears.

<?xml version="1.0" encoding="UTF-8"?><javax_imageio_jpeg_image_1.0>
   <JPEGvariety/>
   <markerSequence>
     <dqt>
       <dqtable elementPrecision="0" qtableId="0"/>
       <dqtable elementPrecision="0" qtableId="1"/>
     </dqt>
     <dht>
       <dhtable class="0" htableId="0"/>
       <dhtable class="0" htableId="1"/>
       <dhtable class="1" htableId="0"/>
       <dhtable class="1" htableId="1"/>
     </dht>

Is there a way to not have it printed? A way to have it sent to file
location to be kept? A way to send it to the processing code such as in
the ExtractImages class?

This looks like a debug log output from the JPEGUtil class. Do you have logging turned on in debug mode? If yes, please configure it so that it gets into a file.

Tilman


Thanks
.
Dave P

On Tue, Apr 11, 2017 at 1:53 PM, Tilman Hausherr <[email protected]>
wrote:

Am 11.04.2017 um 16:51 schrieb David Patterson:

With the suggestions I've gotten from this email service, I'm now able to
process the images and start to work with them.

I see that there are xml files of metadata that get dumped to the
System.out PrintStream. Is there a way to either receive those as xml
documents, or to disable their creation?

What are you talking about? Metadata in images, or the xmp metadata?

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to