Mercurial > hg > octave-lojdl
comparison src/DLD-FUNCTIONS/__magick_read__.cc @ 11585:1473d0cf86d2
untabify source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:21:27 -0500 |
parents | 57632dea2446 |
children | 12df7854fa7c |
comparison
equal
deleted
inserted
replaced
11584:cda4aa780d58 | 11585:1473d0cf86d2 |
---|---|
522 error ("__magick_read__: image depths greater than 16-bit are not supported"); | 522 error ("__magick_read__: image depths greater than 16-bit are not supported"); |
523 } | 523 } |
524 } | 524 } |
525 #else | 525 #else |
526 | 526 |
527 error ("imread: this installation of Octave does not support reading images." | 527 error ("imread: image reading ave does not support reading images." |
528 " Image reading capabilities were disabled when this installation was compiled."); | 528 " Image reading capabilities were disabled when this installation was compiled."); |
529 | 529 |
530 #endif | 530 #endif |
531 | 531 |
532 return output; | 532 return output; |
533 } | 533 } |