summaryrefslogtreecommitdiff
path: root/OPJViewer/source/OPJViewer.cpp
AgeCommit message (Collapse)Author
2008-02-11Minor style modifications to comply with c99 compiler flag; removed ↵Giuseppe Baruffa
Microsoft-specific "union-in-struct" syntax; Re-enabled cstr_info struct creation when -W switch is specified. Changed a number of things in opjviewer (e.g., decoding thread does not execute GUI calls anymore), to have it running under linux --> it is better than before, but still crashes
2008-01-31In opjviewer, unification of JPEG 2000 family handlers (*.jp2, *.mj2, *.j2k) ↵Giuseppe Baruffa
in a single file
2007-11-29Added index.h and index.c in VC6 projects; wrapped index.h in the C++ ↵Giuseppe Baruffa
preprocessor; modified OPJViewer project and some files.
2007-11-05Fixed a bug which prevented JPWL from working on multi-tiled images; added ↵Giuseppe Baruffa
some more fields in the interface info structures (keep a list of markers, save start packet number for each tile)
2007-10-23Improved success for the linux build; OPJViewer shows all the COM contentsGiuseppe Baruffa
2007-09-07Adapted the JPWL and OPJViewer code to new interface; fixed a samll bug in ↵Giuseppe Baruffa
JPWL which created large EPBs even when null protection was specified
2007-08-02Added a basic saving capability to OPJViewerGiuseppe Baruffa
2007-06-21Previous, home, and next frame buttons for exploring MJ2 files in OPJViewerGiuseppe Baruffa
2007-06-18Reload image doesn't crash in OPJViewer; more settings saved to registryGiuseppe Baruffa
2007-06-17added toolbar to OPJViewerGiuseppe Baruffa
2007-06-16Possibility to disable parsing in OPJViewer; also, saves common settings to ↵Giuseppe Baruffa
the registry; automatic build numbering
2007-06-03OPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); ↵Giuseppe Baruffa
added an encoder settings tab, for future integration with "save file as..." in JPEG 2000 format
2007-04-27workarounds for rendering differently sized componentsGiuseppe Baruffa
2007-04-22enable/disable decoding in OPJViewerGiuseppe Baruffa
2007-03-30OPJViewer should now work under Linux, at least with not big j2k files. ↵Giuseppe Baruffa
Tested under Suse 10.1 64 bit.
2007-03-29Some coding style adaptations for compiling the OPJViewer GUI under Linux. ↵Giuseppe Baruffa
It compiles, but does not yet display images.
2007-03-27Improved parsing in OPJViewer, as well some aesthetic modifications; support ↵Giuseppe Baruffa
for image rendering with bit depths lower than 8 bits; can display an arbitrary frame of an MJ2 file (only in B/W, though); can reload a file; better image resizing capabilities
2007-03-01Zoom capability and decoder settings dialog in OPJViewerGiuseppe Baruffa
2007-02-22Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of ↵Francois-Olivier Devaux
the University of Perugia