Skip to content

Argamak Dmitry#10

Open
DSadrium wants to merge 7 commits intorailbotan:mainfrom
DSadrium:main
Open

Argamak Dmitry#10
DSadrium wants to merge 7 commits intorailbotan:mainfrom
DSadrium:main

Conversation

@DSadrium
Copy link

No description provided.

filter.py Outdated
n1 = int(arr[n][m][0])
n2 = int(arr[n][m][1])
n3 = int(arr[n][m][2])
M = n1 + n2 + n3
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проблема с переполнением uint8 осталась.


img = get_img(input("Write the picture's path - "))
size = int(input("Write pixel's size - "))
grayscale = int(input("Write grayscale's count - "))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

На вход должно подаваться количество градаций, а шаг вычисляется в зависимости от количества градаций.

@railbotan
Copy link
Owner

На будущее папку .idea/ необходимо добавлять в .gitignore

@railbotan
Copy link
Owner

4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments