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
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?
db
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
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.
db