sticker-convert 2.7.12__tar.gz → 2.7.13__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {sticker-convert-2.7.12/src/sticker_convert.egg-info → sticker-convert-2.7.13}/PKG-INFO +1 -1
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/converter.py +38 -18
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/version.py +1 -1
- {sticker-convert-2.7.12 → sticker-convert-2.7.13/src/sticker_convert.egg-info}/PKG-INFO +1 -1
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/LICENSE +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/MANIFEST.in +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/README.md +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/pyproject.toml +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/requirements.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/setup.cfg +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/__main__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/cli.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/definitions.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_base.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_kakao.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_line.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_signal.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_telegram.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/comp_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/config_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/control_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/cred_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/input_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/output_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/progress_frame.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/frames/right_clicker.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/gui_utils.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/advanced_compression_window.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/base_window.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/kakao_get_auth_window.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/line_get_auth_window.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/windows/signal_get_auth_window.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/.github/FUNDING.yml +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/.gitignore +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/README.md +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers/Info.plist +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Info.plist +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 1.sticker/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 1.sticker/Sticker 1.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 2.sticker/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 2.sticker/Sticker 2.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 3.sticker/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/Sticker Pack.stickerpack/Sticker 3.sticker/Sticker 3.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/App-Store-1024x1024pt.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Contents.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages-App-Store-1024x768pt.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages-iPad-67x50pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages-iPad-Pro-74x55pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages-iPhone-60x45pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages-iPhone-60x45pt@3x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages27x20pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages27x20pt@3x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages32x24pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/Messages32x24pt@3x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/iPad-Settings-29pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/iPhone-Settings-29pt@3x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers StickerPackExtension/Stickers.xcstickers/iMessage App Icon.stickersiconset/iPhone-settings-29pt@2x.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers.xcodeproj/project.pbxproj +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers.xcodeproj/project.xcworkspace/xcuserdata/niklaspeterson.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/ios-message-stickers-template/stickers.xcodeproj/xcuserdata/niklaspeterson.xcuserdatad/xcschemes/xcschememanagement.plist +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/job.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/job_option.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/NotoColorEmoji.ttf +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/appicon.icns +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/appicon.ico +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/appicon.png +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/compression.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/emoji.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/help.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/input.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/output.json +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/__init__.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/compress_wastickers.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_base.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_signal.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_telegram.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/xcode_imessage.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_kakao_auth.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_line_auth.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_signal_auth.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/callback.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/cache_store.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/json_manager.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/json_resources_loader.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/metadata_handler.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/run_bin.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/sanitize_filename.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/apple_png_normalize.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/codec_info.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/decrypt_kakao.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/format_verify.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/url_detect.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/SOURCES.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/dependency_links.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/entry_points.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/requires.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/top_level.txt +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/tests/test_compression.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/tests/test_download.py +0 -0
- {sticker-convert-2.7.12 → sticker-convert-2.7.13}/tests/test_export.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sticker-convert
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.13
|
4
4
|
Summary: Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, iMessage. Written in Python.
|
5
5
|
Author-email: laggykiller <chaudominic2@gmail.com>
|
6
6
|
Maintainer-email: laggykiller <chaudominic2@gmail.com>
|
@@ -19,8 +19,8 @@ from sticker_convert.utils.media.codec_info import CodecInfo
|
|
19
19
|
from sticker_convert.utils.media.format_verify import FormatVerify
|
20
20
|
|
21
21
|
if TYPE_CHECKING:
|
22
|
-
from av.video.frame import VideoFrame
|
23
|
-
from av.video.plane import VideoPlane
|
22
|
+
from av.video.frame import VideoFrame
|
23
|
+
from av.video.plane import VideoPlane
|
24
24
|
|
25
25
|
MSG_START_COMP = "[I] Start compressing {} -> {}"
|
26
26
|
MSG_SKIP_COMP = "[S] Compatible file found, skip compress and just copy {} -> {}"
|
@@ -264,14 +264,21 @@ class StickerConvert:
|
|
264
264
|
self.result_size = self.size
|
265
265
|
self.result_step = step_current
|
266
266
|
|
267
|
-
if
|
267
|
+
if (
|
268
|
+
step_upper - step_lower > 0
|
269
|
+
and step_current != step_lower
|
270
|
+
and self.size_max
|
271
|
+
):
|
268
272
|
if self.size <= self.size_max:
|
269
273
|
sign = "<"
|
270
274
|
step_upper = step_current
|
271
275
|
else:
|
272
276
|
sign = ">"
|
273
277
|
step_lower = step_current
|
274
|
-
step_current
|
278
|
+
if step_current == step_lower + 1:
|
279
|
+
step_current = step_lower
|
280
|
+
else:
|
281
|
+
step_current = int(rounding((step_lower + step_upper) / 2))
|
275
282
|
self.recompress(sign)
|
276
283
|
elif self.result:
|
277
284
|
return self.compress_done(self.result, self.result_step)
|
@@ -409,7 +416,7 @@ class StickerConvert:
|
|
409
416
|
|
410
417
|
if suffix in (".tgs", ".lottie", ".json"):
|
411
418
|
self._frames_import_lottie()
|
412
|
-
elif suffix in (".webp", ".apng", "png"):
|
419
|
+
elif suffix in (".webp", ".apng", ".png", ".gif"):
|
413
420
|
# ffmpeg do not support webp decoding (yet)
|
414
421
|
# ffmpeg could fail to decode apng if file is buggy
|
415
422
|
self._frames_import_pillow()
|
@@ -431,6 +438,7 @@ class StickerConvert:
|
|
431
438
|
from av.codec.context import CodecContext
|
432
439
|
from av.container.input import InputContainer
|
433
440
|
from av.video.codeccontext import VideoCodecContext
|
441
|
+
from av.video.frame import VideoFrame
|
434
442
|
|
435
443
|
# Crashes when handling some webm in yuv420p and convert to rgba
|
436
444
|
# https://github.com/PyAV-Org/PyAV/issues/1166
|
@@ -451,19 +459,31 @@ class StickerConvert:
|
|
451
459
|
|
452
460
|
for packet in container.demux(container.streams.video):
|
453
461
|
for frame in context.decode(packet):
|
454
|
-
|
455
|
-
|
456
|
-
else:
|
457
|
-
width = frame.width
|
462
|
+
width_orig = frame.width
|
463
|
+
height_orig = frame.height
|
458
464
|
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
465
|
+
# Need to pad frame to even dimension first
|
466
|
+
if width_orig % 2 == 1 or height_orig % 2 == 1:
|
467
|
+
from av.filter import Graph
|
468
|
+
|
469
|
+
width_new = width_orig + width_orig % 2
|
470
|
+
height_new = height_orig + height_orig % 2
|
471
|
+
|
472
|
+
graph = Graph()
|
473
|
+
in_src = graph.add_buffer(template=container.streams.video[0])
|
474
|
+
pad = graph.add(
|
475
|
+
"pad", f"{width_new}:{height_new}:0:0:color=#00000000"
|
476
|
+
)
|
477
|
+
in_src.link_to(pad)
|
478
|
+
sink = graph.add("buffersink")
|
479
|
+
pad.link_to(sink)
|
480
|
+
graph.configure()
|
481
|
+
|
482
|
+
graph.push(frame)
|
483
|
+
frame = cast(VideoFrame, graph.pull())
|
463
484
|
|
464
485
|
if frame.format.name == "yuv420p":
|
465
486
|
rgb_array = frame.to_ndarray(format="rgb24")
|
466
|
-
cast("np.ndarray[Any, Any]", rgb_array)
|
467
487
|
rgba_array = np.dstack(
|
468
488
|
(
|
469
489
|
rgb_array,
|
@@ -475,13 +495,13 @@ class StickerConvert:
|
|
475
495
|
# Not safe to directly call frame.to_ndarray(format="rgba")
|
476
496
|
# https://github.com/laggykiller/sticker-convert/issues/114
|
477
497
|
frame = frame.reformat(
|
478
|
-
width=width,
|
479
|
-
height=height,
|
480
498
|
format="yuva420p",
|
481
499
|
dst_colorspace=1,
|
482
500
|
)
|
483
501
|
rgba_array = yuva_to_rgba(frame)
|
484
502
|
|
503
|
+
# Remove pixels that was added to make dimensions even
|
504
|
+
rgba_array = rgba_array[0:width_orig, 0:height_orig]
|
485
505
|
self.frames_raw.append(rgba_array)
|
486
506
|
|
487
507
|
def _frames_import_lottie(self) -> None:
|
@@ -727,10 +747,10 @@ class StickerConvert:
|
|
727
747
|
if 0 in alpha:
|
728
748
|
extra_kwargs["transparency"] = 0
|
729
749
|
extra_kwargs["disposal"] = 2
|
730
|
-
im_out = [self.quantize(Image.fromarray(i)) for i in frames_processed]
|
750
|
+
im_out = [self.quantize(Image.fromarray(i)) for i in frames_processed] # type: ignore
|
731
751
|
else:
|
732
752
|
im_out = [
|
733
|
-
self.quantize(Image.fromarray(i).convert("RGB")).convert("RGB")
|
753
|
+
self.quantize(Image.fromarray(i).convert("RGB")).convert("RGB") # type: ignore
|
734
754
|
for i in frames_processed
|
735
755
|
]
|
736
756
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sticker-convert
|
3
|
-
Version: 2.7.
|
3
|
+
Version: 2.7.13
|
4
4
|
Summary: Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, iMessage. Written in Python.
|
5
5
|
Author-email: laggykiller <chaudominic2@gmail.com>
|
6
6
|
Maintainer-email: laggykiller <chaudominic2@gmail.com>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/__init__.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_base.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_kakao.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_line.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/downloaders/download_signal.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/gui_components/gui_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/NotoColorEmoji.ttf
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/appicon.icns
RENAMED
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/resources/compression.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_base.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_signal.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/upload_telegram.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/uploaders/xcode_imessage.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_kakao_auth.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_line_auth.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/auth/get_signal_auth.py
RENAMED
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/cache_store.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/json_manager.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/files/run_bin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/codec_info.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/decrypt_kakao.py
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert/utils/media/format_verify.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/dependency_links.txt
RENAMED
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
{sticker-convert-2.7.12 → sticker-convert-2.7.13}/src/sticker_convert.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|