source: trunk/SRC/Documentation/idldoc_assistant_output/Picture/image_viewer.html @ 163

Last change on this file since 163 was 163, checked in by navarro, 18 years ago

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File size: 10.7 KB
Line 
1
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>image_viewer.pro (SAXO Documentation Assistant)</title>
6  </head>
7
8  <body text="#000000" bgcolor="#FFFFFF">
9
10   
11<!-- Navbar template takes a structure with the following fields:
12       overview_href :
13       overview_selected :
14       dir_overview_href :
15       dir_overview_selected :
16       categories_href :
17       categories_selected :
18       index_href :
19       index_selected :
20       search_href :
21       search_selected :
22       file_selected :
23       source_href :
24       source_selected :
25       help_href :
26       help_selected :
27       etc_selected :
28
29       prev_file_href :
30       next_file_href :
31
32       view_single_page_href :
33       view_frames_href :
34
35       summary_fields_href :
36       summary_routine_href :
37       details_routine_href :
38
39       title :
40       subtitle :
41       user :
42-->
43
44
45<table border="0" cellpadding="0" cellspacing="0" width="98%" bgcolor="#F0F0FF" valign="bottom">
46  <tr>
47    <td width="10%">
48<a href=""><img src="./../prev.gif" border="0" alt="Previous"></a></td>
49    <td width="80%" align="center" valign="center">
50<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td>
51    <td width="10%" align="right">
52<a href="imdisp.html"><img src="./../next.gif" border="0" alt="Next"></a></td>
53  </tr>
54</table>
55
56
57    <h1><font size="-2">Picture/</font></h1>
58    <h2>image_viewer.pro</h2>
59
60    <dl>
61    </dl>
62
63   
64 The purpose of this program is to provide an interactive tool that can be used
65 to view JPEG, BMP, GIF, PNG, and TIFF picture files.  Images are loaded into
66 memory, so the initial file access may take a while, but once each picture has
67 been opened they can all be viewed in a very rapid fashion.
68
69
70   
71    <h2>Routine summary</h2>
72
73    <dl>
74     
75      <dt><a href="#_image_viewer_open_files">image_viewer_open_files<i>, event</i></a><dt>
76      <dd><font size="-1"> </font></dd>
77     
78      <dt><a href="#_image_viewer_open_folder">image_viewer_open_folder<i>, event</i></a><dt>
79      <dd><font size="-1"></font></dd>
80     
81      <dt><a href="#_image_viewer_cancel">image_viewer_cancel<i>, event</i></a><dt>
82      <dd><font size="-1"></font></dd>
83     
84      <dt><a href="#_image_viewer_timer">image_viewer_timer<i>, event</i></a><dt>
85      <dd><font size="-1"></font></dd>
86     
87      <dt><a href="#_image_viewer_exit">image_viewer_exit<i>, event</i></a><dt>
88      <dd><font size="-1"></font></dd>
89     
90      <dt><a href="#_image_viewer_help">image_viewer_help<i>, event</i></a><dt>
91      <dd><font size="-1"></font></dd>
92     
93      <dt><a href="#_image_viewer_thumbs">image_viewer_thumbs<i>, event</i></a><dt>
94      <dd><font size="-1"></font></dd>
95     
96      <dt><a href="#_image_viewer_cleanup">image_viewer_cleanup<i>, widgetID</i></a><dt>
97      <dd><font size="-1"></font></dd>
98     
99      <dt><a href="#_image_viewer_event">image_viewer_event<i>, event</i></a><dt>
100      <dd><font size="-1"></font></dd>
101     
102      <dt><a href="#_image_viewer">image_viewer</a><dt>
103      <dd><font size="-1"></font></dd>
104     
105    </dl>
106
107    <p>&nbsp;</p>
108   
109
110     
111      <a name="#_image_viewer_open_files"></a>
112
113      <h2>image_viewer_open_files  <font size="-1" color="#006633"> 
114 Visualization, Widget
115</font></h2>
116
117      <p><font face="Courier">image_viewer_open_files<i>, <a href="#_image_viewer_open_files_keyword_event">event</a></i></font></p>
118
119   
120
121
122   
123
124   
125    <h3>Parameters</h3>
126   
127
128    <a name="#_image_viewer_open_files_keyword_event"></a>
129    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
130      <font size="-1" color="#006633">in</font>
131     
132     
133      <font size="-1" color="#006633">required</font>
134     
135     
136     
137     
138    </h4>
139
140   
141
142   
143   
144
145   
146
147   
148    <h3>Version history</h3>
149   
150    <h4>Version</h4>
151 $Id: image_viewer.pro 157 2006-08-21 09:01:50Z navarro $
152_
153
154    <h4>History</h4> 
155 Written by: AEB, 1/02.
156
157   
158
159    <h3>Known issues</h3>
160   
161   
162   
163    <h4>Restrictions</h4>
164 While this program is running in an IDL session it will change the current
165 working directory, enables/disables color decomposition, and sets !QUIET=1,
166 !ORDER=0, & !P.BACKGROUND=0.  These settings are returned to their initial
167 settings before the program was initiated once it is terminated.
168
169
170 This program is supported in IDL version 5.5 and newer.  In order to open
171 GIF files or TIFF files with LZW compression the copy of IDL being used must
172 be licensed with these features.  IDL only supports BMP files in the standard
173 Windows format and does not support OS2 bitmaps.
174
175
176   
177   
178   
179   
180   
181   
182   
183
184    <font size="-3"><p>&nbsp;</p></font>
185    <hr size="1" color="#CCCCCC"/>
186     
187      <a name="#_image_viewer_open_folder"></a>
188
189      <h2>image_viewer_open_folder  </h2>
190
191      <p><font face="Courier">image_viewer_open_folder<i>, <a href="#_image_viewer_open_folder_keyword_event">event</a></i></font></p>
192
193   
194
195   
196
197   
198    <h3>Parameters</h3>
199   
200
201    <a name="#_image_viewer_open_folder_keyword_event"></a>
202    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
203      <font size="-1" color="#006633">in</font>
204     
205     
206      <font size="-1" color="#006633">required</font>
207     
208     
209     
210     
211    </h4>
212
213   
214   
215   
216
217   
218
219   
220   
221   
222   
223   
224   
225
226   
227   
228   
229   
230   
231
232   
233   
234   
235   
236   
237   
238   
239
240    <font size="-3"><p>&nbsp;</p></font>
241    <hr size="1" color="#CCCCCC"/>
242     
243      <a name="#_image_viewer_cancel"></a>
244
245      <h2>image_viewer_cancel  </h2>
246
247      <p><font face="Courier">image_viewer_cancel<i>, <a href="#_image_viewer_cancel_keyword_event">event</a></i></font></p>
248
249   
250
251   
252
253   
254    <h3>Parameters</h3>
255   
256
257    <a name="#_image_viewer_cancel_keyword_event"></a>
258    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
259      <font size="-1" color="#006633">in</font>
260     
261     
262      <font size="-1" color="#006633">required</font>
263     
264     
265     
266     
267    </h4>
268
269   
270   
271   
272
273   
274
275   
276   
277   
278   
279   
280   
281
282   
283   
284   
285   
286   
287
288   
289   
290   
291   
292   
293   
294   
295
296    <font size="-3"><p>&nbsp;</p></font>
297    <hr size="1" color="#CCCCCC"/>
298     
299      <a name="#_image_viewer_timer"></a>
300
301      <h2>image_viewer_timer  </h2>
302
303      <p><font face="Courier">image_viewer_timer<i>, <a href="#_image_viewer_timer_keyword_event">event</a></i></font></p>
304
305   
306
307   
308
309   
310    <h3>Parameters</h3>
311   
312
313    <a name="#_image_viewer_timer_keyword_event"></a>
314    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
315      <font size="-1" color="#006633">in</font>
316     
317     
318      <font size="-1" color="#006633">required</font>
319     
320     
321     
322     
323    </h4>
324
325   
326   
327   
328
329   
330
331   
332   
333   
334   
335   
336   
337
338   
339   
340   
341   
342   
343
344   
345   
346   
347   
348   
349   
350   
351
352    <font size="-3"><p>&nbsp;</p></font>
353    <hr size="1" color="#CCCCCC"/>
354     
355      <a name="#_image_viewer_exit"></a>
356
357      <h2>image_viewer_exit  </h2>
358
359      <p><font face="Courier">image_viewer_exit<i>, <a href="#_image_viewer_exit_keyword_event">event</a></i></font></p>
360
361   
362
363   
364
365   
366    <h3>Parameters</h3>
367   
368
369    <a name="#_image_viewer_exit_keyword_event"></a>
370    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
371      <font size="-1" color="#006633">in</font>
372     
373     
374      <font size="-1" color="#006633">required</font>
375     
376     
377     
378     
379    </h4>
380
381   
382   
383   
384
385   
386
387   
388   
389   
390   
391   
392   
393
394   
395   
396   
397   
398   
399
400   
401   
402   
403   
404   
405   
406   
407
408    <font size="-3"><p>&nbsp;</p></font>
409    <hr size="1" color="#CCCCCC"/>
410     
411      <a name="#_image_viewer_help"></a>
412
413      <h2>image_viewer_help  </h2>
414
415      <p><font face="Courier">image_viewer_help<i>, <a href="#_image_viewer_help_keyword_event">event</a></i></font></p>
416
417   
418
419   
420
421   
422    <h3>Parameters</h3>
423   
424
425    <a name="#_image_viewer_help_keyword_event"></a>
426    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
427      <font size="-1" color="#006633">in</font>
428     
429     
430      <font size="-1" color="#006633">required</font>
431     
432     
433     
434     
435    </h4>
436
437   
438   
439   
440
441   
442
443   
444   
445   
446   
447   
448   
449
450   
451   
452   
453   
454   
455
456   
457   
458   
459   
460   
461   
462   
463
464    <font size="-3"><p>&nbsp;</p></font>
465    <hr size="1" color="#CCCCCC"/>
466     
467      <a name="#_image_viewer_thumbs"></a>
468
469      <h2>image_viewer_thumbs  </h2>
470
471      <p><font face="Courier">image_viewer_thumbs<i>, <a href="#_image_viewer_thumbs_keyword_event">event</a></i></font></p>
472
473   
474
475   
476
477   
478    <h3>Parameters</h3>
479   
480
481    <a name="#_image_viewer_thumbs_keyword_event"></a>
482    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
483      <font size="-1" color="#006633">in</font>
484     
485     
486      <font size="-1" color="#006633">required</font>
487     
488     
489     
490     
491    </h4>
492
493   
494   
495   
496
497   
498
499   
500   
501   
502   
503   
504   
505
506   
507   
508   
509   
510   
511
512   
513   
514   
515   
516   
517   
518   
519
520    <font size="-3"><p>&nbsp;</p></font>
521    <hr size="1" color="#CCCCCC"/>
522     
523      <a name="#_image_viewer_cleanup"></a>
524
525      <h2>image_viewer_cleanup  </h2>
526
527      <p><font face="Courier">image_viewer_cleanup<i>, <a href="#_image_viewer_cleanup_keyword_widgetID">widgetID</a></i></font></p>
528
529   
530
531   
532
533   
534    <h3>Parameters</h3>
535   
536
537    <a name="#_image_viewer_cleanup_keyword_widgetID"></a>
538    <h4>widgetID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
539      <font size="-1" color="#006633">in</font>
540     
541     
542      <font size="-1" color="#006633">required</font>
543     
544     
545     
546     
547    </h4>
548
549   
550   
551   
552
553   
554
555   
556   
557   
558   
559   
560   
561
562   
563   
564   
565   
566   
567
568   
569   
570   
571   
572   
573   
574   
575
576    <font size="-3"><p>&nbsp;</p></font>
577    <hr size="1" color="#CCCCCC"/>
578     
579      <a name="#_image_viewer_event"></a>
580
581      <h2>image_viewer_event  </h2>
582
583      <p><font face="Courier">image_viewer_event<i>, <a href="#_image_viewer_event_keyword_event">event</a></i></font></p>
584
585   
586
587   
588
589   
590    <h3>Parameters</h3>
591   
592
593    <a name="#_image_viewer_event_keyword_event"></a>
594    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
595      <font size="-1" color="#006633">in</font>
596     
597     
598      <font size="-1" color="#006633">required</font>
599     
600     
601     
602     
603    </h4>
604
605   
606   
607   
608
609   
610
611   
612   
613   
614   
615   
616   
617
618   
619   
620   
621   
622   
623
624   
625   
626   
627   
628   
629   
630   
631
632    <font size="-3"><p>&nbsp;</p></font>
633    <hr size="1" color="#CCCCCC"/>
634     
635      <a name="#_image_viewer"></a>
636
637      <h2>image_viewer  </h2>
638
639      <p><font face="Courier">image_viewer</font></p>
640
641   
642
643   
644
645   
646
647   
648
649   
650   
651   
652   
653   
654   
655
656   
657   
658   
659   
660   
661
662   
663   
664   
665   
666   
667   
668   
669
670    <font size="-3"><p>&nbsp;</p></font>
671    <hr size="1" color="#CCCCCC"/>
672     
673
674   
675
676    <p><font color="gray" size="-3">&nbsp;&nbsp;Produced by IDLdoc 2.0 on Tue Aug 29 14:49:30 2006.</font></p>
677
678  </body>
679</html>
Note: See TracBrowser for help on using the repository browser.