.. index:: pair: struct; P1::CameraSdk::IStoredImageHandle::TileRequest .. _doxid-struct_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1_1_tile_request: struct P1::CameraSdk::IStoredImageHandle::TileRequest ===================================================== .. toctree:: :hidden: Overview ~~~~~~~~ Input parameter for requesting a tile. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct TileRequest { // fields uint32_t :target:`x`; uint32_t :target:`y`; uint32_t :target:`srcWidth`; uint32_t :target:`srcHeight`; float :target:`scaleFactor` = 1.0; :ref:`ImageFormat` :target:`fileFormat` = :ref:`ImageFormat::JPEG`; }; .. _details-struct_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1_1_tile_request: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Input parameter for requesting a tile. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - x - The horizontal pixel offset of the source crop * - y - The vertical pixel offset of the source crop * - src - Width The pixel width of the source crop * - src - Height The pixel height of the source crop * - scaleFactor - Optionally apply any down-scaling of the destination image tile: 0.0 < scaleFactor <= 1.0. * - fileFormat - Optionally define another image encoding format, than RGB24