Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51k
Star
224k
Code
Issues
145
Pull requests
907
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Added Burkes dithering algorithm.
- #1916
#1916
Merged
cclauss
merged 17 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
l3str4nge:master
Copy head branch name to clipboard
Apr 30, 2020
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Added Burkes dithering algorithm.
#1916
cclauss
merged 17 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
l3str4nge:master
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2020
Added Burkes dithering algorithm
l3str4nge
committed
201ca25
View commit details
Copy full SHA for 201ca25
Browse repository at this point
Added unit tests for burkes algorithm
l3str4nge
committed
fa79687
View commit details
Copy full SHA for fa79687
Browse repository at this point
Fix burkes algorithm
l3str4nge
committed
a157b47
View commit details
Copy full SHA for a157b47
Browse repository at this point
Added some additional information
l3str4nge
committed
b92ccd3
View commit details
Copy full SHA for b92ccd3
Browse repository at this point
Fixed CI tests
l3str4nge
committed
0f2bbde
View commit details
Copy full SHA for 0f2bbde
Browse repository at this point
Commits on Apr 30, 2020
Update digital_image_processing/dithering/burkes.py
Show description for 611e113
l3str4nge
and
cclauss
authored
611e113
View commit details
Copy full SHA for 611e113
Browse repository at this point
Update digital_image_processing/dithering/burkes.py
Show description for c872fc6
l3str4nge
and
cclauss
authored
c872fc6
View commit details
Copy full SHA for c872fc6
Browse repository at this point
Update digital_image_processing/dithering/burkes.py
Show description for 8757600
l3str4nge
and
cclauss
authored
8757600
View commit details
Copy full SHA for 8757600
Browse repository at this point
Propogate the += and add a doctest
cclauss
authored
6b8e069
View commit details
Copy full SHA for 6b8e069
Browse repository at this point
Fix doctest
l3str4nge
committed
f33f4ca
View commit details
Copy full SHA for f33f4ca
Browse repository at this point
@staticmethod --> @ classmethod to ease testing
cclauss
authored
4cd6aa7
View commit details
Copy full SHA for 4cd6aa7
Browse repository at this point
def test_burkes(file_path):
cclauss
authored
bea2a4d
View commit details
Copy full SHA for bea2a4d
Browse repository at this point
Fix for mypy checks
l3str4nge
committed
114ee8d
View commit details
Copy full SHA for 114ee8d
Browse repository at this point
Fix variable order in get_greyscale
l3str4nge
committed
66190e4
View commit details
Copy full SHA for 66190e4
Browse repository at this point
Fix get_greyscale method
l3str4nge
committed
823a98f
View commit details
Copy full SHA for 823a98f
Browse repository at this point
Fix get_greyscale method
l3str4nge
committed
b827c55
View commit details
Copy full SHA for b827c55
Browse repository at this point
3.753
cclauss
authored
6ce1e16
View commit details
Copy full SHA for 6ce1e16
Browse repository at this point
You can’t perform that action at this time.