TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
LonamiWebs/Telethon/v1 • b9aafa3 • 1 files, +18/-11 Fix IOError with some image modes in photo resize This fixes image compression with mode "P" (potentially others) which is necessary as the server has erroneous alpha color with some types of images (mode "P" for example). This also properly applies the background argument that may be passed to _resize_photo_if_needed by always compressing images with alpha regardless of whether the server will compress the image for us. #telethon