convert serveral image files to a single djvu file
Posted
by
user62046
on Super User
See other posts from Super User
or by user62046
Published on 2012-12-15T15:43:18Z
Indexed on
2012/12/15
17:07 UTC
Read the original article
Hit count: 267
Suppose I have serveral BMP image file, say 001.bmp, 002.bmp,..., 100.bmp. I want to convert these files to a single djvu file, whose first page is the content of 001.bmp, the second page is the content of 002.bmp...etc.
What is the best way (software) to do this task? I don't want to upload those image file to a server, since it takes too much time. On the other hand, I am not restricted to use BMP files, I can also work with PNG or JPG files.
© Super User or respective owner