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
// // SPDX-License-Identifier: BSD-3-Clause // Copyright (c) Contributors to the OpenEXR Project. // #ifndef INCLUDED_IMF_COMPRESSOR_H #define INCLUDED_IMF_COMPRESSOR_H //----------------------------------------------------------------------------- // // class Compressor // //----------------------------------------------------------------------------- #include "ImfForward.h" #include "ImfCompression.h" #include "ImfContext.h" #include "openexr_compression.h" #include #include #include OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER class IMF_EXPORT_TYPE Compressor { public: //--------------------------------------------- // Constructor -- hdr is the header of the file // that will be compressed or uncompressed //--------------------------------------------- IMF_EXPORT Compressor (const Header& hdr, exr_compression_t compression_type, size_t maxScanLineSize, int scanlines = -1); //----------- // Destructor //----------- IMF_EXPORT virtual ~Compressor (); Compressor (const Compressor& other) = delete; Compressor& operator= (const Compressor& other) = delete; Compressor (Compressor&& other) = delete; Compressor& operator= (Compressor&& other) = delete; //---------------------------------------------- // Maximum number of scan lines processed by // a single call to compress() and uncompress(). //---------------------------------------------- IMF_EXPORT virtual int numScanLines () const; //---------------------------------------------- // Return the compression type used by this compressor. //---------------------------------------------- exr_compression_t compressionType () const { return _comp_type; } //-------------------------------------------- // Format of the pixel data read and written // by the compress() and uncompress() methods. // The default implementation of format() // returns XDR. //-------------------------------------------- enum IMF_EXPORT_ENUM Format { NATIVE, // the machine's native format XDR // Xdr format }; IMF_EXPORT virtual Format format () const; //---------------------------- // Access to the file's header //---------------------------- const Header& header () const { return _header; } //------------------------------------------------------------------------- // Compress an array of bytes that represents the contents of up to // numScanLines() scan lines: // // inPtr Input buffer (uncompressed data). // // inSize Number of bytes in the input buffer // // minY Minimum y coordinate of the scan lines to // be compressed // // outPtr Pointer to output buffer // // return value Size of compressed data in output buffer // // Arrangement of uncompressed pixel data in the input buffer: // // Before calling // // compress (buf, size, minY, ...); // // the InputFile::writePixels() method gathers pixel data from the // frame buffer, fb, and places them in buffer buf, like this: // // char *endOfBuf = buf; // // for (int y = minY; // y <= min (minY + numScanLines() - 1, header().dataWindow().max.y); // ++y) // { // for (ChannelList::ConstIterator c = header().channels().begin(); // c != header().channels().end(); // ++c) // { // if (modp (y, c.channel().ySampling) != 0) // continue; // // for (int x = header().dataWindow().min.x; // x <= header().dataWindow().max.x; // ++x) // { // if (modp (x, c.channel().xSampling) != 0) // continue; // // Xdr::write (endOfBuf, fb.pixel (c, x, y)); // } // } // } // // int size = endOfBuf - buf; // //------------------------------------------------------------------------- virtual int compress (const char* inPtr, int inSize, int minY, const char*& outPtr); IMF_EXPORT virtual int compressTile ( const char* inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char*& outPtr); //------------------------------------------------------------------------- // Uncompress an array of bytes that has been compressed by compress(): // // inPtr Input buffer (compressed data). // // inSize Number of bytes in the input buffer // // minY Minimum y coordinate of the scan lines to // be uncompressed // // outPtr Pointer to output buffer // // return value Size of uncompressed data in output buffer // //------------------------------------------------------------------------- virtual int uncompress ( const char* inPtr, int inSize, int minY, const char*& outPtr); IMF_EXPORT virtual int uncompressTile ( const char* inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char*& outPtr); void setExpectedSize (size_t sz) { _expectedSize = sz; } void setTileLevel (int lx, int ly) { _levelX = lx; _levelY = ly; } exr_storage_t storageType () const { return _store_type; } void setStorageType (exr_storage_t st) { _store_type = st; } protected: Context _ctxt; const Header& _header; size_t _maxScanLineSize = 0; int _numScanLines = -1; exr_compression_t _comp_type; exr_storage_t _store_type; exr_decode_pipeline_t _decoder = EXR_DECODE_PIPELINE_INITIALIZER; exr_encode_pipeline_t _encoder = EXR_ENCODE_PIPELINE_INITIALIZER; bool _decoder_init = false; bool _encoder_init = false; std::unique_ptr _memory_buffer; uint64_t _buf_sz = 0; size_t _expectedSize = 0; int _levelX = 0; int _levelY = 0; uint64_t runEncodeStep ( const char* inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char*& outPtr); uint64_t runDecodeStep ( const char* inPtr, int inSize, IMATH_NAMESPACE::Box2i range, const char*& outPtr); }; //----------------------------------------------------------------- // Construct a Compressor for compression type c: // // maxScanLineSize Maximum number of bytes per uncompressed // scan line. // // header Header of the input or output file whose // pixels will be compressed or uncompressed. // // return value A pointer to a new Compressor object (it // is the caller's responsibility to delete // the object), or 0 (if c is NO_COMPRESSION). // //----------------------------------------------------------------- IMF_EXPORT Compressor* newCompressor (Compression c, size_t maxScanLineSize, const Header& hdr); //----------------------------------------------------------------- // Construct a Compressor for compression type c for a tiled image: // // tileLineSize Maximum number of bytes per uncompressed // line in a tile. // // numTileLines Maximum number of lines in a tile. // // header Header of the input or output file whose // pixels will be compressed or uncompressed. // // return value A pointer to a new Compressor object (it // is the caller's responsibility to delete // the object), or 0 (if c is NO_COMPRESSION). // //----------------------------------------------------------------- IMF_EXPORT Compressor* newTileCompressor ( Compression c, size_t tileLineSize, size_t numTileLines, const Header& hdr); //----------------------------------------------------------------- // Return the maximum number of scanlines in each chunk // of a scanline image using the given compression scheme //----------------------------------------------------------------- IMF_EXPORT int numLinesInBuffer (Compression comp); OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT #endif