home.social

#imageio — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #imageio, aggregated by home.social.

  1. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  2. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  3. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  4. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  5. I have this very simple #Python script that uses #imageio to convert all PNG files on a folder into a #GIFAnimation, and this is a #FreeSimpleGUI version of it (I usually run a command line version).

    As I usually run #gifsicle on the command line after creating a GIF, I decided to update it to add #pygifsicle to do it for me and save a step.

    github.com/villares/sketch-a-d

  6. Essentially, distro developers are firefighters, putting out fires made by careless upstreams.

    What I've wasted time on, today:

    - making the non-standalone test suite of #Hatchling (sigh) work without #UV again, so that a critical build dependency of a growing number of #Python packages could be tested everywhere

    gitweb.gentoo.org/repo/gentoo.
    bugs.gentoo.org/930662

    - fixing effectively dead (but with a promise of revival) #PassLib not to break random stuff via printing warnings when using newer #BCrypt versions

    gitweb.gentoo.org/repo/gentoo.
    bugs.gentoo.org/925289

    - hacking the test suite of #ImageIO work using an offline copy of test data, rather than cloning its git repository at the beginning of tests

    gitweb.gentoo.org/repo/gentoo.

    I really wish people would consider donating to distro developers more often, rather than to projects that create this thankless work for us.

    #Gentoo

  7. W gruncie rzeczy, devowie distro są jak strażacy, walczący z pożarami wywołanymi przez nieostrożnych twórców oprogramowania.

    Dzisiaj zmarnowałem czas na:

    - naprawienie testów systemu budowania #Hatchling (które nie są wyodrębnione od testów Hatcha, wzdych), by działały znów bez #UV, abyśmy powtórnie mogli wszędzie testować tę krytyczną zależność rosnącej liczby paczek Pythona

    gitweb.gentoo.org/repo/gentoo.
    bugs.gentoo.org/930662

    - naprawianie praktycznie martwej (ale z obietnicą resuscytacji) biblioteki #PassLib, by nie psuła przypadkowych paczek, wypisując ostrzeżenia z nowszymi wersjami biblioteki #BCrypt

    gitweb.gentoo.org/repo/gentoo.
    bugs.gentoo.org/925289

    - obchodzenie upierdliwości w #ImageIO tak, by dało się tę bibliotekę testować offline, z pobranymi wcześniej danymi, zamiast przy każdym uruchomieniu testów klonować repozytorium git

    gitweb.gentoo.org/repo/gentoo.

    Naprawdę chciałbym, by ludzie częściej rozważali wsparcie devów distro, a nie tylko projektów, które tworzą im tę niewdzięczną pracę.

    #Gentoo

  8. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  9. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  10. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  11. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  12. and, if needed, modify it.

    there are many python libraries out there:

    #OpenCV
    #SciPy
    #imageio
    #scikit-image (skimage)
    #matplotlib
    #Wand
    #Pillow (PIL Fork)

  13. Anyone else using #imageio instead of #Pillow for #gif export?
    I had some issues with Pillow, but now I'm unhappy with the imagio palette treatment :(
    github.com/imageio/imageio/iss #Python #GIF

  14. #Apple #iOS 17.1 terrifyingly spooky vulns... please patch ASAP!

    #FindMy: An app may be able to read sensitive location information

    #ImageIO: Processing an image may result in disclosure of process memory

    #IOTextEncryptionFamily: An app may be able to execute arbitrary code with kernel privileges

    #Kernel: An attacker that has already achieved kernel code execution may be able to bypass kernel memory mitigations

    #mDNSResponder: A device may be passively tracked by its Wi-Fi MAC address

    #Passkeys: An attacker may be able to access passkeys without authentication

    #Photos: Photos in the Hidden Photos Album may be viewed without authentication

    #WebKit: Processing web content may lead to arbitrary code execution (x3)

    support.apple.com/en-us/HT2139

  15. The #WebP bug (identified by @citizenlab) that underlies both the #Apple #ImageIO and the #Chrome + #Firefox hotfixes, is a very complex beast.
    For efficiency purposes, the WebP implementation used everwhere ("libwebp") is extremely complex and relied on assumptions the (resourceful!) attackers were able to break.
    "The problem, we now know, is that this format is incredibly complex and fragile, and the preconditions to trigger this issue are immense." blog.isosceles.com/the-webp-0d

    @FeilnerIT

  16. Today I improved my #Python script to convert #png files in a folder to #gif, using a graphic interface with #PySimpleGUI (I have a CLI version too I have recently converted from #Pillow to #imageio) and during class I made a png to #mp4 version!

    png -> mp4 (GUI) github.com/villares/sketch-a-d
    png -> gif (GUI)
    github.com/villares/sketch-a-d
    png -> gif (CLI) github.com/villares/sketch-a-d

  17. iOS 16.6.1 Update: Sicherheitslücken in Wallet und Image I/O behoben
    Nachdem Apple iOS 16.6.1 für iPhone-Nutzer gestern Nachmittag freigegeben hat, hat das Unternehmen auch Details zu den in diesem Update enthaltenen Sicherheitskorre
    apfeltalk.de/magazin/news/ios-
    #iPad #iPhone #Mac #News #Apple #CitizenLab #ImageIO #IOS1661 #MacOSVentura1352 #Sicherheitslcken #UniversityOfToronto #Update #WalletApp #WatchOS962

  18. Oi @gwidion, você chegou a ver esta lib aqui? imageio.readthedocs.io/en/stab

    Como nós já lamentamos, manipular #GIF no #Python #PIL / #Pillow é muito duro... queria fundir uma centena de gifs que eu tenho aqui de um experimento e estava patinando, acho que vou estudar essa #imageio...