comparison OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h @ 820:55bce9b55054 Orthanc-0.7.5

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 May 2014 17:04:43 +0200
parents d380222b4c2a
children f2841a9e04cf
comparison
equal deleted inserted replaced
819:992be7e1736a 820:55bce9b55054
505 * @brief Graylevel, signed 16bpp image. 505 * @brief Graylevel, signed 16bpp image.
506 * 506 *
507 * The image is graylevel. Each pixel is signed and stored in two bytes. 507 * The image is graylevel. Each pixel is signed and stored in two bytes.
508 * 508 *
509 **/ 509 **/
510 PixelFormat_SignedGrayscale16 = 3, 510 PixelFormat_SignedGrayscale16 = 4,
511 /** 511 /**
512 * @brief Color image in RGB24 format. 512 * @brief Color image in RGB24 format.
513 * 513 *
514 * Color image in RGB24 format. 514 * Color image in RGB24 format.
515 * 515 *
516 **/ 516 **/
517 PixelFormat_RGB24 = 0, 517 PixelFormat_RGB24 = 0,
518 /** 518 /**
519 * @brief Color image in RGBA32 format.
520 *
521 * Color image in RGBA32 format.
522 *
523 **/
524 PixelFormat_RGBA32 = 1,
525 /**
519 * @brief Graylevel 8bpp image. 526 * @brief Graylevel 8bpp image.
520 * 527 *
521 * The image is graylevel. Each pixel is unsigned and stored in one byte. 528 * The image is graylevel. Each pixel is unsigned and stored in one byte.
522 * 529 *
523 **/ 530 **/
524 PixelFormat_Grayscale8 = 1, 531 PixelFormat_Grayscale8 = 2,
525 /** 532 /**
526 * @brief Graylevel, unsigned 16bpp image. 533 * @brief Graylevel, unsigned 16bpp image.
527 * 534 *
528 * The image is graylevel. Each pixel is unsigned and stored in two bytes. 535 * The image is graylevel. Each pixel is unsigned and stored in two bytes.
529 * 536 *
530 **/ 537 **/
531 PixelFormat_Grayscale16 = 2 538 PixelFormat_Grayscale16 = 3
532 }; 539 };
533 } 540 }
534 541
535 namespace Orthanc 542 namespace Orthanc
536 { 543 {