Results 1 to 4 of 4
- 12-03-2011, 08:39 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 4
- Rep Power
- 0
how to convert .PES format to image
Hello,
I would like to convert a Brother Embroidery Format (.PES) file to a thumbnail image.
The code should read in a flat file and generate a BufferedImage object.
Does anyone know how to do that? I have been searching the internet for an answer and I found nothing!
I just want a general algorithm or a pseudocode on how to do that.
Thank you very much.
Stratos
- 12-03-2011, 09:34 PM #2
Re: how to convert .PES format to image
You would have to start by learning/underfstanding the .PES file format. Is that available to you?
dbIf you're forever cleaning cobwebs, it's time to get rid of the spiders.
- 12-03-2011, 10:10 PM #3
Member
- Join Date
- Dec 2011
- Posts
- 4
- Rep Power
- 0
Re: how to convert .PES format to image
No it's not. I guess I need to find that from the internet, right?
Since I find this piece of information, dDo you think it would be difficult to convert .PES file it to image?
Thank you
- 12-05-2011, 09:04 PM #4
Re: how to convert .PES format to image
What's difficult is relative to experience and motivation. It would certainly be difficult for me, since I have no experience in writing a program to parse a file according to its known format.
It also depends on the complexity of the said format. If its an uncompressed format, it may not be that difficult after all.
dbIf you're forever cleaning cobwebs, it's time to get rid of the spiders.
Similar Threads
-
How to Convert .jpg to .bmp Image Format
By deshmukh.niraj04 in forum New To JavaReplies: 12Last Post: 04-07-2011, 12:51 PM -
convert .txt file in .csv format
By rajuchacha007 in forum New To JavaReplies: 19Last Post: 03-18-2010, 10:10 AM -
How Convert a Byte array to a image format
By perlWhite in forum New To JavaReplies: 2Last Post: 08-23-2009, 09:11 PM -
How Convert a Byte array to a image format
By perlWhite in forum Advanced JavaReplies: 1Last Post: 08-22-2009, 08:05 PM -
how to convert one format to another format
By mahipal_reddy621 in forum New To JavaReplies: 1Last Post: 12-02-2008, 11:21 AM
Bookmarks