Skip to content

Commit

Permalink
Substantial update, v. 24.08.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed Aug 1, 2024
1 parent ef2ae9c commit d9a458b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Scale2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
2024.05.11 Initial release of merged GUI and CLI versions.
2024.05.14 Linked with IncSrc and IncScaleNx version 2024.05.14,
data exchange format changed to incompatible with previous versions.
24.07.26 Complete I/O change, excluding IncSrc in favour of pnglpng.
24.08.01 Complete I/O change, excluding IncSrc in favour of pnglpng.
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '24.07.26'
__version__ = '24.08.01'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Development'
__status__ = 'Production'

from sys import argv

Expand Down
6 changes: 3 additions & 3 deletions Scale3x.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
2024.05.11 Initial release of merged GUI and CLI versions.
2024.05.14 Linked with IncSrc and IncScaleNx version 2024.05.14,
data exchange format changed to incompatible with previous versions.
24.07.26 Complete I/O change, excluding IncSrc in favour of pnglpng.
24.08.01 Complete I/O change, excluding IncSrc in favour of pnglpng.
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '24.07.26'
__version__ = '24.08.01'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Development'
__status__ = 'Production'

from sys import argv

Expand Down
6 changes: 3 additions & 3 deletions batchScale2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
GUI hangs and not updated, but now it apologize.
2024.05.14 Linked with IncSrc and IncScaleNx version 2024.05.14,
data exchange format changed to incompatible with previous versions.
24.07.26 Complete I/O change, excluding IncSrc in favour of pnglpng.
24.08.01 Complete I/O change, excluding IncSrc in favour of pnglpng.
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '24.07.26'
__version__ = '24.08.01'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Development'
__status__ = 'Production'

from tkinter import Tk, Label, filedialog, X
from pathlib import Path
Expand Down
6 changes: 3 additions & 3 deletions batchScale3x.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
GUI hangs and not updated, but now it apologize.
2024.05.14 Linked with IncSrc and IncScaleNx version 2024.05.14,
data exchange format changed to incompatible with previous versions.
24.07.26 Complete I/O change, excluding IncSrc in favour of pnglpng.
24.08.01 Complete I/O change, excluding IncSrc in favour of pnglpng.
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '24.07.26'
__version__ = '24.08.01'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Development'
__status__ = 'Production'

from tkinter import Tk, Label, filedialog, X
from pathlib import Path
Expand Down
7 changes: 4 additions & 3 deletions version_info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Проект ScaleNx, ветка develop.
Вер. 24.07.26 - переписан I/O, вынесен в pnglpng.
Подготовка спокойствия и слияния 1 августа 2024 г.
Проект ScaleNx, ветка main.
Слияние с develop v. 24.07.26 - 1 августа 2024 г.
Изменения: переписан I/O, вынесен в pnglpng, работает быстрее.
Коммит 1 августа 2024 г.

0 comments on commit d9a458b

Please sign in to comment.