Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-13 Thread Jessica Smith
On Fri, Nov 11, 2022 at 8:16 PM Eryk Sun wrote: > If sys.std* are console files, then in Python 3.6+, sys.std*.buffer.raw will > be _io._WindowsConsoleIO > io.TextIOWrapper uses locale.getpreferredencoding(False) as the default > encoding Thank you for your replies - checking the

Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread Inada Naoki
On Sat, Nov 12, 2022 at 11:53 AM Inada Naoki wrote: > > On Sat, Nov 12, 2022 at 10:21 AM 12Jessicasmith34 > <12jessicasmit...@gmail.com> wrote: > > > > > > Two questions: any idea why this would be happening in this situation? > > AFAIK, stdout *is* a console when these images are running the

Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread Inada Naoki
On Sat, Nov 12, 2022 at 10:21 AM 12Jessicasmith34 <12jessicasmit...@gmail.com> wrote: > > > Two questions: any idea why this would be happening in this situation? AFAIK, > stdout *is* a console when these images are running the python process. > Second - is there a way I can check the locale and

Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread Eryk Sun
On 11/11/22, 12Jessicasmith34 <12jessicasmit...@gmail.com> wrote: > > any idea why this would be happening in this situation? AFAIK, stdout > *is* a console when these images are running the python process. If sys.std* are console files, then in Python 3.6+, sys.std*.buffer.raw will be

Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread 12Jessicasmith34
> If stdout isn't a console (e.g. a pipe), it defaults to using the process code page (i.e. CP_ACP), such as legacy code page 1252 (extended Latin-1). First off, really helpful information, thank you. That was the exact background I was missing. Two questions: any idea why

Re: Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread Eryk Sun
On 11/10/22, Jessica Smith <12jessicasmit...@gmail.com> wrote: > > Weird issue I've found on Windows images in Azure Devops Pipelines and > Github actions. Printing Unicode characters fails on these images because, > for some reason, the encoding is mapped to cp1252. What is particularly > weird

Strange UnicodeEncodeError in Windows image on Azure DevOps and Github

2022-11-11 Thread Jessica Smith
tem 2022-11-10T23:55:15.8367650Z Microsoft Windows Server 2022 2022-11-10T23:55:15.8367954Z 10.0.20348 2022-11-10T23:55:15.8368389Z Datacenter 2022-11-10T23:55:15.8368696Z ##[endgroup] 2022-11-10T23:55:15.8369023Z ##[group]Runner Image 2022-11-10T23:55:15.8369654Z Image: windows-2022 2022-11-10T23:55

[issue401424] Fix for 110629: guarantee unique image names

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue210629] Tkinter Image names may be reused (PR#28)

2022-04-10 Thread admin
Change by admin : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue401424] Fix for 110629: guarantee unique image names

2022-04-10 Thread admin
Change by admin : -- github: None -> 33042 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue210629] Tkinter Image names may be reused (PR#28)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32700 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42916] Support for DICOM image file format in imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue6497] Support for digital Cinema/film DPX and Kodak Cineon image file formats in imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue26337] Bypass imghdr module determines the type of image

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue21574] Port image types detections from PIL to the imghdr module

2022-03-13 Thread Irit Katriel
Irit Katriel added the comment: imghdr is deprecated as per PEP 594, so there won't be further enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue42205] Add image/webp to list of non-standard mimetypes

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- superseder: image/webp support in mimetypes -> Support webp and avif image formats in mimetypes ___ Python tracker <https://bugs.python.org/issu

[issue42049] Add image/webp to list of media types in mimetypes.py

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- superseder: image/webp support in mimetypes -> Support webp and avif image formats in mimetypes ___ Python tracker <https://bugs.python.org/issu

[issue38902] image/webp support in mimetypes

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Support webp and avif image formats in mimetypes versions: +Python 3.11 -Python 3.10 ___ Python tra

[issue45639] Support webp and avif image formats in mimetypes

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- title: Support webp and aivf image formats in mimetypes -> Support webp and avif image formats in mimetypes ___ Python tracker <https://bugs.python.org/issu

[issue45639] Support webp and aivf image formats in mimetypes

2022-02-01 Thread Éric Araujo
Change by Éric Araujo : -- title: Support modern image formats in MIME types -> Support webp and aivf image formats in mimetypes ___ Python tracker <https://bugs.python.org/issu

[issue46456] Add mime type "image/avif"

2022-01-23 Thread jiahua wang
Change by jiahua wang : -- keywords: +patch pull_requests: +29010 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30823 ___ Python tracker ___

[issue46456] Add mime type "image/avif"

2022-01-21 Thread jiahua wang
New submission from jiahua wang : https://www.iana.org/assignments/media-types/image/avif -- components: Library (Lib) messages: 411134 nosy: wangjiahua priority: normal severity: normal status: open title: Add mime type "image/avif" versions: P

[issue42028] Regression in mimetypes for image/bmp

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45639] Support modern image formats in MIME types

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___ ___

[Python-announce] Benchmark Smil vs Scikit-image (morphological features)

2021-12-21 Thread Jose-Marcio Martins da Cruz
Hello, We've done a comparative benchmark (speed and memory usage) with Smil and Scikit-Image. Smil is a mathematical morphology dedicated library of functions. So comparisons are done only on this area. We've been working on Mathematical Morphology for more than 50 years now the discipline

[Python-announce] [ANN] Benchmark Smil vs Scikit-image (morphological features)

2021-12-21 Thread Jose-Marcio Martins da Cruz
Hello, We've done a comparative benchmark (speed and memory usage) with Smil and Scikit-Image. Smil is a mathematical morphology dedicated library of functions. So comparisons are done only on this area. We've been working on Mathematical Morphology for more than 50 years now

[issue45639] Support modern image formats in MIME types

2021-10-27 Thread Adam Konrad
Change by Adam Konrad : -- keywords: +patch pull_requests: +27523 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29259 ___ Python tracker ___

[issue45639] Support modern image formats in MIME types

2021-10-27 Thread Adam Konrad
New submission from Adam Konrad : Modern image types webp and avif are not recognized by the mimetypes module. Problem: Many tools are written in Python and running on macOS. Good example is the AWS CLI. Running commands like "s3 sync" will save files with .webp and .avif

Re: [tkinter]Synchronous image diplay

2021-10-20 Thread Cameron Simpson
oop to resume, render, then run any pending idle tasks (which run when the event loop is idle, implying that any pending rendering is complete). So you know at that time that a new image will have been displayed. Think of it like flush() for file output, but for a GUI. Cheers, Camer

[issue38902] image/webp support in mimetypes

2021-10-06 Thread Leo Antunes
Change by Leo Antunes : -- nosy: +costela ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

2021-09-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It is not clear whether we want to backport this change. -- ___ Python tracker ___ ___

[issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

2021-09-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Since this change has a user-visible effect a NEWS entry is required. Just copy it from issue22589. -- nosy: +serhiy.storchaka ___ Python tracker

[issue42028] Regression in mimetypes for image/bmp

2021-07-31 Thread Andrei Kulakov
Andrei Kulakov added the comment: This was fixed in https://github.com/python/cpython/pull/26300 so the issue can be closed as fixed, and the PR can also be closed. -- nosy: +andrei.avk ___ Python tracker

[issue38902] image/webp support in mimetypes

2021-07-28 Thread Ivan Borshchov
-stream to AWS headers, so in the end when users click Open Image on new tab they get webp downloaded 藍藍藍 https://github.com/jschneier/django-storages/blob/6071ac3410ee6ecd498b5691f1b45d376374bffc/storages/backends/s3boto.py#L391 -- nosy: +ivan2

Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-22 Thread Arak Rachael
On Monday, 21 June 2021 at 21:20:18 UTC+2, Dan Stromberg wrote: > I don't know about OpenCV, but here's a way of creating a ppm image file of > arbitrary size and arbitrary solid color: > https://stromberg.dnsalias.org/svn/solid/trunk > > On Mon, Jun 21, 2021 at 4:01 AM Arak Ra

Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-22 Thread Arak Rachael
A1" - "B2 = equalized A2" - "B3 = equalized A3" - "B4 = equalized A4" These parameters govern what the script will do with the images. The script will: get a list of available images (based on sources parameter, via glob.glob function) and sort it alphabetically i

Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-21 Thread Dan Stromberg
I don't know about OpenCV, but here's a way of creating a ppm image file of arbitrary size and arbitrary solid color: https://stromberg.dnsalias.org/svn/solid/trunk On Mon, Jun 21, 2021 at 4:01 AM Arak Rachael wrote: > Hi guys! > > Does anyone know how to do this, if possible wi

create an empty RGB image with specified number of cells (rows, columns)

2021-06-21 Thread Arak Rachael
Hi guys! Does anyone know how to do this, if possible with OpenCv? -- https://mail.python.org/mailman/listinfo/python-list

Re: How to check if an image contains an element I am searchig for

2021-06-17 Thread Arak Rachael
> > On Thu, Jun 17, 2021 at 7:35 AM Dan Stromberg > > > > wrote: > > > > > > > > > > On Wed, Jun 16, 2021 at 2:04 PM Barry wrote: > > > > > > > > > > > >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael

Re: How to check if an image contains an element I am searchig for

2021-06-17 Thread Arak Rachael
; > > > On Wed, Jun 16, 2021 at 2:04 PM Barry wrote: > > > > > > > > > >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael > > > > > >>> > > > > > wrote: > > > > > >>> I have an image f

Re: How to check if an image contains an element I am searchig for

2021-06-17 Thread Peter J. Holzer
t; > >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael > > > > wrote: > > > > >>> I have an image from google maps to say and I need to check if it > > > > >>> has > > > > road markings, in order to do tha

Re: How to check if an image contains an element I am searchig for

2021-06-17 Thread Chris Angelico
>> > > >> >> > > >> https://xkcd.com/1425/ >> > > >> >> >> > > He means that image processing is a hard problem that requires expertise >> > > to solve. >> > > >> > > > >> > > > Her

Re: How to check if an image contains an element I am searchig for

2021-06-17 Thread Dan Stromberg
On Wed, Jun 16, 2021 at 2:44 PM Chris Angelico wrote: > On Thu, Jun 17, 2021 at 7:35 AM Dan Stromberg wrote: > > > >> How well can you define the things you're looking for? > > > >> > > > >> https://xkcd.com/1425/ > > > >> > &g

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Cameron Simpson
On 16Jun2021 15:51, Arak Rachael wrote: >I understand your concerns. Actually I am doing image processing of >satellite pictures for smart cars. I have been given the option to use >InfranView and do it manually or create a Python script. If you need to slice images into 100x100 pixel

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Arak Rachael
; > > wrote: > > > >>> > > > >>> Hi guys, > > > >>> > > > >>> I have an image from google maps to say and I need to check if it has > > > road markings, in order to do that, I believe I need to change the > > >

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Chris Angelico
On Thu, Jun 17, 2021 at 7:35 AM Dan Stromberg wrote: > > On Wed, Jun 16, 2021 at 2:04 PM Barry wrote: > > > >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael > > wrote: > > >>> > > >>> Hi guys, > > >>> > > &

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Dan Stromberg
On Wed, Jun 16, 2021 at 2:04 PM Barry wrote: > >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael > wrote: > >>> > >>> Hi guys, > >>> > >>> I have an image from google maps to say and I need to check if it has > road mar

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Chris Angelico
erent colors (concrete vs > asphalt vs gravel vs dirt -- and then you get asphalt/tar patches applied > to pot-holes and cracks in concrete). Also, as in that photo, many of the > vehicles are near enough to the road color that any range used to ensure > picking up variations in the road

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Barry
> On 16 Jun 2021, at 21:46, Arak Rachael wrote: > > On Wednesday, 16 June 2021 at 22:08:31 UTC+2, Chris Angelico wrote: >>> On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael wrote: >>> >>> Hi guys, >>> >>> I have an image from

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Chris Angelico
On Thu, Jun 17, 2021 at 6:44 AM Arak Rachael wrote: > > On Wednesday, 16 June 2021 at 22:08:31 UTC+2, Chris Angelico wrote: > > On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael wrote: > > > > > > Hi guys, > > > > > > I have an image from google maps

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Arak Rachael
On Wednesday, 16 June 2021 at 22:08:31 UTC+2, Chris Angelico wrote: > On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael wrote: > > > > Hi guys, > > > > I have an image from google maps to say and I need to check if it has road > > markings, in order to do

Re: How to check if an image contains an element I am searchig for

2021-06-16 Thread Chris Angelico
On Thu, Jun 17, 2021 at 6:06 AM Arak Rachael wrote: > > Hi guys, > > I have an image from google maps to say and I need to check if it has road > markings, in order to do that, I believe I need to change the effects on the > image so the markings and road can be

How to check if an image contains an element I am searchig for

2021-06-16 Thread Arak Rachael
Hi guys, I have an image from google maps to say and I need to check if it has road markings, in order to do that, I believe I need to change the effects on the image so the markings and road can be white or something and the things I don't need like cars, trees and so on to be black. images

[issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

2021-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: David and Steve merged the seemingly conflicting PRs. -- nosy: +r.david.murray, steve.dower, terry.reedy versions: +Python 3.11 -Python 3.8 ___ Python tracker

[issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

2021-05-21 Thread Andreas Jansson
Change by Andreas Jansson : -- keywords: +patch pull_requests: +24903 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26300 ___ Python tracker ___

[issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'

2021-05-21 Thread Andreas Jansson
New submission from Andreas Jansson : The mime type of .bmp was changed from image/x-ms-bmp in https://github.com/python/cpython/pull/4756. https://github.com/python/cpython/pull/3062 then re-introduced image/x-ms-bmp while keeping the newer image/bmp mapping. -- components: Library

[issue42916] Support for DICOM image file format in imghdr module

2021-04-12 Thread Ross Rhodes
Ross Rhodes added the comment: PR already open to support DICOM based on the first 132 characters. Marked “stale” since I haven’t had any feedback on GitHub, yet. -- ___ Python tracker

[issue42916] Support for DICOM image file format in imghdr module

2021-04-11 Thread Pierre-Alain Moret
is very complex with all the medical modalities, its enough to test the first 132 bytes of image that should be: b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00

[issue43542] Add image/heif(heic) to list of media types in mimetypes.py

2021-03-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43542] Add image/heif(heic) to list of media types in mimetypes.py

2021-03-20 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 20a5b7e986377bdfd929d7e8c4e3db5847dfdb2d by Ilya Stepin in branch 'master': bpo-43542: Add heif/heic formats in mimetypes (GH-24917) https://github.com/python/cpython/commit/20a5b7e986377bdfd929d7e8c4e3db5847dfdb2d --

[issue43542] Add image/heif(heic) to list of media types in mimetypes.py

2021-03-20 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith versions: +Python 3.10 ___ Python tracker ___

[issue43542] Add image/heif(heic) to list of media types in mimetypes.py

2021-03-18 Thread Ilya
Change by Ilya : -- keywords: +patch pull_requests: +23680 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24917 ___ Python tracker ___

[issue43542] Add image/heif(heic) to list of media types in mimetypes.py

2021-03-18 Thread Ilya
New submission from Ilya : Add HEIF and HEIC format to list of media types. It has IANA registration. IANA: https://www.iana.org/assignments/media-types/image/heic HEIF Github: https://github.com/nokiatech/heif -- components: Library (Lib) messages: 389012 nosy: martbln priority

[issue42916] Support for DICOM image file format in imghdr module

2021-02-08 Thread Ross Rhodes
Ross Rhodes added the comment: Looking for input from other contributors here. Naturally with a PR already open I’m inclined to keep these changes, but if the majority agree that it is too specific a format then I’m happy to hear alternative suggestions? Ross --

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > The change to re-enable the previously crashing test will first be released > in 3.9.2 It's also in the recently-released 3.10.0a5 release preview. -- ___ Python tracker

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Ned Deily
Ned Deily added the comment: > was it tested on macOS 11.2 ? > Tests fail there with Python 3.9.1 The change to re-enable the previously crashing test will first be released in 3.9.2 and AFAICT no longer causes a crash. There are other Tk-related test failures on macOS with Tk 8.6.11 but no

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2021-02-04 Thread Dima Pasechnik
Dima Pasechnik added the comment: was it tested on macOS 11.2 ? Tests fail there with Python 3.9.1 -- nosy: +Dima Pasechnik ___ Python tracker ___

Re: Converting hex data to image

2021-01-31 Thread Ali Sajadian
dimplem...@gmail.com در تاریخ سه‌شنبه ۱۲ مارس ۲۰۱۹ ساعت ۱۳:۰۱:۴۵ (UTC+3:30) نوشت: > On Tuesday, March 12, 2019 at 2:53:49 PM UTC+5:30, Peter Otten wrote: > > dimplem...@gmail.com wrote: > > > > >> Save the image to a file (in binary mode!) and then try to open it w

[issue42916] Support for DICOM image file format in imghdr module

2021-01-24 Thread Berker Peksag
Berker Peksag added the comment: Copying my comment from GitHub: > I think DICOM is too specific to be added to the stdlib. I'd prefer > improving documentation of imghdr.tests to make adding custom file > types clearer. -- nosy: +berker.peksag

[issue42916] Support for DICOM image file format in imghdr module

2021-01-16 Thread Ross Rhodes
Ross Rhodes added the comment: Hello Charles, Following the format provided, I've opened a PR to implement your proposal. Feedback welcome. -- ___ Python tracker ___

[issue42916] Support for DICOM image file format in imghdr module

2021-01-16 Thread Ross Rhodes
Change by Ross Rhodes : -- keywords: +patch nosy: +trrhodes nosy_count: 2.0 -> 3.0 pull_requests: +23050 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24227 ___ Python tracker

[issue42916] Support for DICOM image file format in imghdr module

2021-01-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: Can you submit a patch, or post here an test_dicom function? -- nosy: +terry.reedy stage: -> needs patch ___ Python tracker ___

[issue42916] Support for DICOM image file format in imghdr module

2021-01-12 Thread Charles Law
: Support for DICOM image file format in imghdr module type: enhancement versions: Python 3.10 ___ Python tracker <https://bugs.python.org/issue42916> ___ ___ Python-bugs-list m

ANN: Image Processing with Python Kickstarter

2021-01-04 Thread Mike Driscoll
Hi! I've been busily working on a new book on image processing with Python that uses the Pillow package. Pillow is the friendly fork of the Python Imaging Library and is one of the most popular Python image processing tools. If you'd like to learn more, you can check out my Kickstarter: https

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-22 Thread Ronald Oussoren
Change by Ronald Oussoren : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for tracking it Ronald. Could this issue be closed now? -- status: pending -> open ___ Python tracker ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- hgrepos: -395 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file49686/IMAG0215(5).jpg ___ Python tracker ___ ___ Python-bugs-list mailing

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383148 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 你娘老雞歪 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383147 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg383146 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 幹你娘 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread 雅雯
雅雯 added the comment: 周zhtw1234 -- hgrepos: +395 nosy: +zhtw1234 Added file: https://bugs.python.org/file49686/IMAG0215(5).jpg ___ Python tracker ___

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread miss-islington
miss-islington added the comment: New changeset cd7412e3c4a2805009d0baa948cd4026d6fa6f3d by Miss Islington (bot) in branch '3.9': bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) https://github.com/python/cpython/commit/cd7412e3c4a2805009d0baa948cd4026d6fa6f3d

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +22657 pull_request: https://github.com/python/cpython/pull/23799 ___ Python tracker

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5f0fe8ec70120f4586d08978b0911b436f82c421 by Serhiy Storchaka in branch 'master': bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) https://github.com/python/cpython/commit/5f0fe8ec70120f4586d08978b0911b436f82c421

[issue19733] Setting image parameter of a button crashes with Cocoa Tk

2020-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +22642 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23785 ___ Python tracker

Re: numpy/python (image) problem

2020-12-09 Thread Paulo da Silva
Às 05:55 de 09/12/20, Paulo da Silva escreveu: > Hi! > > I am looking at some code, that I found somewhere in the internet, to > compute DCT for each 8x8 block in an gray (2D) image (512x512). > > This is the code: > > def dct2(a): > return > scipy.fft.dct(scip

numpy/python (image) problem

2020-12-08 Thread Paulo da Silva
Hi! I am looking at some code, that I found somewhere in the internet, to compute DCT for each 8x8 block in an gray (2D) image (512x512). This is the code: def dct2(a): return scipy.fft.dct(scipy.fft.dct(a,axis=0,norm='ortho'),axis=1,norm='ortho') imsize=im.shape dct=np.zeros(imsize) # Do

[issue6497] Support for digital Cinema/film DPX and Kodak Cineon image file formats in imghdr module

2020-11-15 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.2 ___ Python tracker ___

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue38902] image/webp support in mimetypes

2020-11-03 Thread Inada Naoki
Inada Naoki added the comment: I'm +1 to add it in common types, because webp is really de-facto standard. https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types If no objection, I will merge this in next week. -- nosy: +methane versions: +Python 3.10 -Python 3.9

[issue38902] image/webp support in mimetypes

2020-11-03 Thread waicalibre
Change by waicalibre : -- pull_requests: +22052 pull_request: https://github.com/python/cpython/pull/23034 ___ Python tracker ___

[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> duplicate superseder: -> image/webp support in mimetypes ___ Python tracker <https://bugs.python.org/i

[issue42049] Add image/webp to list of media types in mimetypes.py

2020-11-03 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> duplicate superseder: -> image/webp support in mimetypes ___ Python tracker <https://bugs.python.org/i

[issue38902] image/webp support in mimetypes

2020-11-03 Thread waicalibre
Change by waicalibre : -- keywords: +patch nosy: +waicalibre nosy_count: 3.0 -> 4.0 pull_requests: +22051 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22718 ___ Python tracker

[issue42205] Add image/webp to list of non-standard mimetypes

2020-11-03 Thread Éric Araujo
Éric Araujo added the comment: Hello! Why open a second ticket? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list

  1   2   3   4   5   6   7   8   9   10   >