1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
// // Copyright 2005-2007 Adobe Systems Incorporated // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // #ifndef BOOST_GIL_PACKED_PIXEL_HPP #define BOOST_GIL_PACKED_PIXEL_HPP #include #include #include #include namespace boost { namespace gil { /// A model of a heterogeneous pixel whose channels are bit ranges. /// For example 16-bit RGB in '565' format. /// \defgroup ColorBaseModelPackedPixel packed_pixel /// \ingroup ColorBaseModel /// \brief A heterogeneous color base whose elements are reference proxies to channels in a pixel. Models ColorBaseValueConcept. This class is used to model packed pixels, such as 16-bit packed RGB. /// \defgroup PixelModelPackedPixel packed_pixel /// \ingroup PixelModel /// \brief A heterogeneous pixel used to represent packed pixels with non-byte-aligned channels. Models PixelValueConcept /// /// Example: /// \code /// using rgb565_pixel_t = packed_pixel_type, rgb_layout_t>::type; /// static_assert(sizeof(rgb565_pixel_t) == 2, ""); /// /// rgb565_pixel_t r565; /// get_color(r565,red_t()) = 31; /// get_color(r565,green_t()) = 63; /// get_color(r565,blue_t()) = 31; /// assert(r565 == rgb565_pixel_t((uint16_t)0xFFFF)); /// \endcode /// \ingroup ColorBaseModelPackedPixel PixelModelPackedPixel PixelBasedModel /// \brief Heterogeneous pixel value whose channel references can be constructed from the pixel bitfield and their index. Models ColorBaseValueConcept, PixelValueConcept, PixelBasedConcept /// Typical use for this is a model of a packed pixel (like 565 RGB) /// \tparam BitField Type that holds the bits of the pixel. Typically an integral type, like std::uint16_t. /// \tparam ChannelRefs MP11 list whose elements are packed channels. They must be constructible from BitField. GIL uses packed_channel_reference /// \tparam Layout defining the color space and ordering of the channels. Example value: rgb_layout_t template struct packed_pixel { BitField _bitfield{0}; // TODO: Make private using layout_t = Layout; using value_type = packed_pixel; using reference = value_type&; using const_reference = value_type const&; static constexpr bool is_mutable = channel_traits>::is_mutable; packed_pixel() = default; explicit packed_pixel(const BitField& bitfield) : _bitfield(bitfield) {} template packed_pixel(Pixel const& p, typename std::enable_if::value>::type* /*dummy*/ = nullptr) { check_compatible(); static_copy(p, *this); } packed_pixel(int chan0, int chan1) : _bitfield(0) { static_assert(num_channels::value == 2, ""); gil::at_c<0>(*this) = chan0; gil::at_c<1>(*this) = chan1; } packed_pixel(int chan0, int chan1, int chan2) : _bitfield(0) { static_assert(num_channels::value == 3, ""); gil::at_c<0>(*this) = chan0; gil::at_c<1>(*this) = chan1; gil::at_c<2>(*this) = chan2; } packed_pixel(int chan0, int chan1, int chan2, int chan3) : _bitfield(0) { static_assert(num_channels::value == 4, ""); gil::at_c<0>(*this) = chan0; gil::at_c<1>(*this) = chan1; gil::at_c<2>(*this) = chan2; gil::at_c<3>(*this) = chan3; } packed_pixel(int chan0, int chan1, int chan2, int chan3, int chan4) : _bitfield(0) { static_assert(num_channels::value == 5, ""); gil::at_c<0>(*this) = chan0; gil::at_c<1>(*this) = chan1; gil::at_c<2>(*this) = chan2; gil::at_c<3>(*this) = chan3; gil::at_c<4>(*this) = chan4; } template auto operator=(Pixel const& p) -> packed_pixel& { assign(p, is_pixel()); return *this; } template bool operator==(Pixel const& p) const { return equal(p, is_pixel()); } template bool operator!=(Pixel const& p) const { return !(*this==p); } private: template static void check_compatible() { gil_function_requires>(); } template void assign(Pixel const& p, std::true_type) { check_compatible(); static_copy(p, *this); } template bool equal(Pixel const& p, std::true_type) const { check_compatible(); return static_equal(*this, p); } // Support for assignment/equality comparison of a channel with a grayscale pixel static void check_gray() { static_assert(std::is_same::value, ""); } template void assign(Channel const& channel, std::false_type) { check_gray(); gil::at_c<0>(*this) = channel; } template bool equal (Channel const& channel, std::false_type) const { check_gray(); return gil::at_c<0>(*this) == channel; } public: auto operator=(int channel) -> packed_pixel& { check_gray(); gil::at_c<0>(*this) = channel; return *this; } bool operator==(int channel) const { check_gray(); return gil::at_c<0>(*this) == channel; } }; ///////////////////////////// // ColorBasedConcept ///////////////////////////// template struct kth_element_type, K> { using type = typename channel_traits>::value_type; }; template struct kth_element_reference_type, K> { using type = typename channel_traits>::reference; }; template struct kth_element_const_reference_type, K> { using type = typename channel_traits>::const_reference; }; template inline auto at_c(packed_pixel& p) -> typename kth_element_reference_type, K>::type { return typename kth_element_reference_type < packed_pixel, K >::type{&p._bitfield}; } template inline auto at_c(const packed_pixel& p) -> typename kth_element_const_reference_type, K>::type { return typename kth_element_const_reference_type < packed_pixel, K>::type{&p._bitfield}; } ///////////////////////////// // PixelConcept ///////////////////////////// // Metafunction predicate that flags packed_pixel as a model of PixelConcept. // Required by PixelConcept template struct is_pixel> : std::true_type {}; ///////////////////////////// // PixelBasedConcept ///////////////////////////// template struct color_space_type> { using type = typename Layout::color_space_t; }; template struct channel_mapping_type> { using type = typename Layout::channel_mapping_t; }; template struct is_planar> : std::false_type {}; //////////////////////////////////////////////////////////////////////////////// /// Support for interleaved iterators over packed pixel //////////////////////////////////////////////////////////////////////////////// /// \defgroup PixelIteratorModelPackedInterleavedPtr Pointer to packed_pixel /// \ingroup PixelIteratorModel /// \brief Iterators over interleaved pixels. /// The pointer packed_pixel* is used as an iterator over interleaved /// pixels of packed format. /// Models PixelIteratorConcept, HasDynamicXStepTypeConcept, MemoryBasedIteratorConcept template struct iterator_is_mutable*> : std::integral_constant::is_mutable> {}; template struct iterator_is_mutable*> : std::false_type {}; }} // namespace boost::gil #endif