Questions tagged [djvu]

DjVu is an open file format designed primarily for scanned documents.

DjVu (pronounced like déjà vu) is a computer file format designed primarily to store scanned documents, especially those containing a combination of text, line drawings, and photographs. It uses technologies such as image layer separation of text and background/images, progressive loading, arithmetic coding, and lossy compression for bitonal (monochrome) images. This allows for high-quality, readable images to be stored in a minimum of space, so that they can be made available on the web.

34 questions
0
votes
1 answer

Ghostscript (MinGW compile) issue with pipes

Solution is in last comment, but just in case if anyone is looking for workaround I summarized it here: http://sourceforge.net/mailarchive/message.php?msg_id=30391589 I managed to build GSDjVu with MinGW and current stable GhostScript (9.06). Quest…
theta
  • 24,593
  • 37
  • 119
  • 159
0
votes
2 answers

PyQt4 - python-djvulibre Segmentation Fault

While I was trying to write a small program to preview DjVu files I encountered a peculiar problem. This is a small function that renders a page of a DjVu document into QImage class of PyQt4. import djvu.decode as DjVu from PyQt4.QtCore import…
Marcus
  • 1,685
  • 1
  • 18
  • 33
-1
votes
1 answer

PInvoke - Issue while calling DJVU function from C# code. Attempted to read or write protected memory

UPDATE 3-4-15:11IS As recommended by David modified PInvoke as below, this time I am getting different error "Unhandled exception of type System.ExecutionEngineException occurred in mscorlib.dll" [DllImport("C:\\Program…
Naga
  • 2,368
  • 3
  • 23
  • 33
-2
votes
1 answer

How to convert all djvu files to pdf

it's answer. Just use nodejs and ddjvu from DJView lib. There imports const fs = require('fs'); const os = require('os'); const {spawn} = require('child_process'); const path = require('path'); const maxProcess = os.cpus().length - 1;// count of…
BigClap
  • 27
  • 4
1 2
3