Convert Dymo .lwl files to Image Formats

Discussion about how to convert file format between each other.
Forum rules
1. English language only please
2. No spam, advertisement or inappropriate material
3. No trolling and flaming
Post Reply
PostaGram
Posts: 1
Joined: March 4, 2015, 4:30 pm

Convert Dymo .lwl files to Image Formats

Post by PostaGram »

I was able to convert .lwl Dymo files to Image .gif or .jpg
The program is lwl.c and requires the use of netpbm and ImageMagik
The Dymo Label Writer 450 has a raster width of 672 pix.
I'll be happy to share this with anyone wishing to convert LWL files.
It was not an easy task for I'm new to c code. However it works
and documents all the printer commands as it converts to .pbm
ascii text. The text is then converted to image formats of your
choice via netpbm and then further converted with ImageMagik.
Dwayne
User avatar
michelin
Posts: 94
Joined: February 11, 2013, 4:47 pm

Re: Convert Dymo .lwl files to Image Formats

Post by michelin »

Thanks for your information.
Post Reply