plot/
trueify.pro
top source trueify
Plot
result = trueify(image)
Turn an indexed image into an RGB-decomposed image based on the current colour table.
Return value
An RGB-decomposed version of Image based on the current colour table. If Image is MxN, Result is 3xMxN.
Parameters
- image in
A 2d byte array image.
Examples
image = TVRD()
decompimage = TRUEIFY(image)
WRITE_PNG, 'image.png', decompimage
Author information
- History:
Written by: Jeremy Bailin 12 June 2008 Public release in JBIU
File attributes
| Modification date: | Wed Apr 15 16:08:17 2009 |
| Lines: | 47 |
![[attach.png]](../idldoc-resources/attach.png)