Python Forum
Convert .bmp images to .gif inside script
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert .bmp images to .gif inside script
#6
Why 'b+'?
Why two ways to open an image? You already use the cv2 module for that. Why Python file IO?

imageToFilter = cv2.imread('output.bmp')
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: Convert .bmp images to .gif inside script - by wavic - Apr-26-2018, 07:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to receive two passed cmdline parameters and access them inside a Python script? pstein 2 1,416 Feb-17-2024, 12:29 PM
Last Post: deanhystad
  Python Script to convert Json to CSV file chvsnarayana 8 5,037 Apr-26-2023, 10:31 PM
Last Post: DeaD_EyE
Question convert autohotkey script to python / macro - press key when pixel get colour willson94d 1 5,288 Jan-01-2022, 08:13 PM
Last Post: Yoriz
  Convert .py script to dll file and .exe srikanthpython 0 4,055 Aug-20-2020, 06:01 PM
Last Post: srikanthpython
  How to do the same as python -m requests.certs inside script? geekgeek 2 2,980 Feb-27-2020, 07:11 AM
Last Post: buran
  Python script that recursively zips folders WITHOUT nesting the folder inside the zip umkc1 1 4,890 Feb-11-2020, 09:12 PM
Last Post: michael1789
  Convert Python script to Php JuroClash 0 8,981 Oct-21-2019, 03:01 PM
Last Post: JuroClash
  convert sh script to python script Reims 0 3,127 Oct-01-2019, 12:10 PM
Last Post: Reims
  Is there any way to convert a python script (with Tkinter module), to a .exe (Windows moste 3 5,275 May-12-2019, 12:02 PM
Last Post: snippsat
  Issue with a script to convert xls to json Will86 2 4,623 Dec-19-2018, 08:23 AM
Last Post: Will86

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020