Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within I/O and Streams
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
I/O and Streams
can add adtional metadata?
Moayad Abu Jaber
Ranch Hand
Posts: 80
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Dear rancher,
I can add additional metadata? if yes, anyone post sample code or the how can do that
Best Regards,
Moayad Abu Jaber
SCJP 5.0, SCWCD 1.4, SCBCD 5.0
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Add metadata to what? You need to
Tell Us The Details
.
[
How To Ask Questions On JavaRanch
]
Moayad Abu Jaber
Ranch Hand
Posts: 80
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sorry,
I want to add additional metadata to files. By default the File have default metadata like "title, subject, .. etc"
Best Regards,
Moayad Abu Jaber
SCJP 5.0, SCWCD 1.4, SCBCD 5.0
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What kind of file? What sets the metadata in the first place? You are leaving out crucial details.
[
How To Ask Questions On JavaRanch
]
Moayad Abu Jaber
Ranch Hand
Posts: 80
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Im now convert
BufferedImage
to TIFF file. I used API for that but now I want to add additional metadata to TIFF file.
below you will find part of converting file from BufferedImage to TIFF file:
File tifFile = new File("scanning_" + new Date().getTime() + ".tif"); BufferedImage[] tiffImage = new BufferedImage[i]; images.toArray(tiffImage); TIFFWriter.createTIFFFromImages(tiffImage, TIFFWriter.TIFF_CONVERSION_TO_BLACK_WHITE, TIFFWriter.TIFF_COMPRESSION_GROUP4, tifFile);
thanks for your attention.
Best Regards,
Moayad Abu Jaber
SCJP 5.0, SCWCD 1.4, SCBCD 5.0
Joe Ess
Bartender
Posts: 9626
16
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I believe you can use the
Java Advanced Imaging API
to access TIFF metadata.
[
How To Ask Questions On JavaRanch
]
The airline is called "Virgin"? Don't you want a plane to go all the way? This tiny ad will go all the way:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
what is metadata means ?
Help with WSAD 4 and clearcase
When to use @annotation instead of marker interface declarations
How To Know oracle table information
Problem Installing Eclipse
More...