plot/
trueify.pro
toptrueify
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 required
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
| Modifcation date: | Fri Jun 13 10:51:56 2008 |
| Lines: | 47 |
![[attach.png]](../idldoc-resources/attach.png)