Keynote - Python Brasil 2024
calendar_today timer Reading time ~1 minute
Artigos recentes
python
How I removed the white background of my GIF blog signature using Python
A practical Python script with Pillow to remove a white GIF background frame by frame and wire a transparent signature into a Jekyll blog.
pythonComo removi o fundo branco da minha assinatura em GIF usando Python
Um script Python prático com Pillow para remover o fundo branco de um GIF quadro por quadro e conectar uma assinatura transparente no blog Jekyll.
englishgit mv: rename files without the delete-and-add confusion
Use git mv to rename files so git tracks the change instead of showing a delete and a new file.