summaryrefslogtreecommitdiff
path: root/OPJViewer/OPJViewer.dsp
AgeCommit message (Collapse)Author
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
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-09-03Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the ↵Giuseppe Baruffa
JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next
2007-08-31Fixed save capabilities in OPJViewer due to recent code upgradeGiuseppe Baruffa
2007-08-02Added a basic saving capability to OPJViewerGiuseppe Baruffa
2007-06-18Reload image doesn't crash in OPJViewer; more settings saved to registryGiuseppe 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-27Following to Hervé's suggestions, all the exit() calls, added by JPWL ↵Giuseppe Baruffa
strict checking in t2.c and j2k.c, have been substituted with (object free'ing + opj_evt_message(EVT_ERROR) + return); added linking to TIFF library in the JPWL VC6 workspaces
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-23Added Readme file for OPJViewerGiuseppe Baruffa
2007-02-22Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of ↵Francois-Olivier Devaux
the University of Perugia