Showing 32 open source projects for "pil"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 1
    Pillow

    Pillow

    The friendly Python Imaging Library fork

    If you've ever wondered or worried about the future of Python's Imaging Library, it's time to stop. Pillow is here to answer your concerns, and offer you more. Pillow is the friendly fork of the Python Imaging Library or PIL, a library that adds image processing capabilities to your Python interpreter. Why turn to Pillow? Aside from offering extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities, Pillow is setuptools compatible...
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2
    HelPyLite!

    HelPyLite!

    A TkInter UI for Pythons help() utility.

    Python standard usage of the "help()" utility in a terminal shell. - "help()" will invoke interactive interface. - "help(module)" will provide help on a specific module. HelPyLite peforms the same function as "help(module)", displaying the documentation in the app window. Users can: - Expand the window. - Scroll back and forth through the documentaton. - Save the documentation to a text file, for future reference, notes, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Semantic Segmentation in PyTorch

    Semantic Segmentation in PyTorch

    Semantic segmentation models, datasets & losses implemented in PyTorch

    Semantic segmentation models, datasets and losses implemented in PyTorch. PyTorch and Torchvision needs to be installed before running the scripts, together with PIL and opencv for data-preprocessing and tqdm for showing the training progress. PyTorch v1.1 is supported (using the new supported tensoboard); can work with earlier versions, but instead of using tensoboard, use tensoboardX. Poly learning rate, where the learning rate is scaled down linearly from the starting value down to zero...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Wizards of Magic

    Wizards of Magic

    A fun game inspired by the classic Pong

    ... as administrator. ~ Attributions ~ Python 2.7.9 (https://www.python.org/) Sound effects: - http://bit.ly/1r4pLAl (modified) - http://bit.ly/24lu4ED Background: - http://bit.ly/286TkTT (modified) Image editors: - GraphicsGale - GIMP - Piskel Audio editor: - Audacity Third-party modules and libraries: - PIL 1.1.7 (http://bit.ly/1Xmherh) - Pyganim (http://bit.ly/22B74lQ) - Pygame 1.9.1 (http://bit.ly/286WOFG) - cx_Freeze 4.3.4 (http://bit.ly/1VAcBrJ)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    wxOneShell

    wxOneShell

    a SDI frame for develop wxPython program rapidly

    .... wxOneShell base on: python V2.7.8 wxpython V3.0.20 cefpython_py27(optional) depends on python packages: pil *Only test under windows XP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Blocks

    Blocks

    Edit image online, Django app.

    Real-time editor, only pictures 200x200 pixels or smaller supported. Django + MySQL + PIL + JQuery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PyVision Computer Vision Toolkit

    A Python computer vision library

    PyVision is a object-oriented Computer Vision Toolkit for researchers that contains vision and machine learning algorithms and algorithm analysis and easily interfaces with scipy/numpy, PIL, opencv and other computer and machine learning libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Visual Image Viewer

    Visual Image Viewer :: Build using Python

    What you will do when you need to manage all your Image files according to what they shows/represent, I am not talking about you, what I also done in past, just select Image files one by one create folder for that kind of Image files and paste into that folder. Now Using this application you just have to define from which PATH you want to work with your Image Files and that's done, and define possible categories for Image files and use your Num-pad keys from 0, 1, 2, 3, and so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    pyttools

    Useful python scripts for windows automation

    Basic requirements: - Python 2.7 http://www.python.org/download/releases/2.7/ - pywin32 https://sourceforge.net/projects/pywin32/ - pyHook http://pyhook.sourceforge.net - PIL https://pypi.python.org/pypi/PIL Debug requirements: - matplotlib https://pypi.python.org/pypi/matplotlib * pyparsing https://pypi.python.org/pypi/pyparsing/ + setuptools https://pypi.python.org/pypi/setuptools * dateutil https://pypi.python.org/pypi/python-dateutil
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10

    pyLwt

    Liftng wavelet program built using python and g++

    This is a lifting wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    pywt

    wavelet program built using python and g++

    This is a wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XYmath

    XYmath is a GUI that creates, documents and explores y=f(x) curve fits

    ... matplotlib that are of publication quality. Click on XYWiki above for more information. If a recent version of pythonxy is installed, then XYmath can be installed with no additional dependencies. XYmath was developed with python 2.7 requires modules: matplotlib / pylab numexpr numpy PIL / Image scipy win32com / win32clipboard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JazImageResizer

    A simple Python Image resizer

    A simple Python Image resizer Requires python2.7 and Python Image Library (PIL) Includes a bat script that you can drag all your images on to, which will then be resized to the size in the bat script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    im2ascii

    Image to ASCII converter that takes character shape into account

    im2ascii is a small python script that converts images to ascii-art. Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape. Pro: Better ascii-art quality (see screenshots for examples) Con: Matching is very resource intensive Dependencies: Python 2.7, PIL, numpy, scipy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mungempo

    Extract stereo images from .MPO files

    This commandline Python tool will extract stereoscopic images from .MPO format files (e.g. as created by Fuji W3 camera) and either save them as separate Left /Right images or as an anaglyphic composite (suitable for viewing with coloured 3D glasses
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Publishing Interchange Lanaguage -- a public domain tool kit to precisely describe pages. Useful for integrating content from multiple platforms & vendors into a finished publication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PyAlbum is a program that generates static files (HTML pages, text, XML) based on templates from digital camera images or other pictures. Written in Python. Runs at least on Windows/32, Linux, Unix, Mac OS. Uses PIL and the EmPy templating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    malayalam optical character reader. using python, PIL(python image library), and numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    With multilogger you may log keys, sound, webcam and the screen!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Geraldo is a reports engine for Python or Django applications. It uses the power of ReportLab and PIL to generate reports with page header and footer, child bands, report begin and summary bands, agreggation and graphic elements, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple 3D engine written in Python + PIL written for learning purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Little Python Script that use PyQt4 and PIL to reduce all the JPG of a directory in order to send them on the Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A python library based on PIL for creating Chart. The idea is to create some classes based on PIL that you can use for creating Chart in jpeg/gif or other format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    pyRREF is written in Python and it allows users to input a rectangular matrix to receive its reduced row echelon form. mimeTeX and PIL are currently used for output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PIL is a substitution of Plist Editor which is shipped with Mac OS X. PIL supports copy/paste, search and better editting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next