Optimize PNG image losslessly via zopflipng - #75
Conversation
Make PIP show on all desktop/fullscreen apps
…mprovements * commit 'fb5afb361c2b365d8f1fd2cf72b2873f04a0e0a1': Show a half-visible fourth row of reply markup buttons, if there are more than three rows. Refactor constants in reply markup layout Make PIP show on all desktop/fullscreen apps
* design-improvements: no message no message no message no message no message no message no message no message no message Show a half-visible fourth row of reply markup buttons, if there are more than three rows. Refactor constants in reply markup layout Make PIP show on all desktop/fullscreen apps no message # Conflicts: # Telegram-Mac.xcworkspace/xcuserdata/mikhailfilimonov.xcuserdatad/UserInterfaceState.xcuserstate # Telegram-Mac.xcworkspace/xcuserdata/mikhailfilimonov.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist # Telegram-Mac/Info.plist # TelegramShare/Info.plist
Implement scroll for InstantView using space/shift space key combinations
|
|
|
@PeterDaveHello sorry for getting into this PR. What tools did you use to accomplish this, I wonder if we could do the same on this iOS project. https://github.com/TrustWallet/trust-wallet-ios? |
|
@vikmeup You can use ImageOptim. You can even integrate it with XCode. |
|
@ArtFeel what do you think about using PDF/SVG instead, which format has better performance and image quality? |
|
@PeterDaveHello You should also disable |
|
@vikmeup at this moment I prefer PDF format, you need only one asset for So it depends on your app, if it has a lot of images(a game for example), you can optimize image on your own, to reduce IPA size. But if you are not constrained by the app size limit, I think that it's better not to waste time to save 1Mb. In any case, it is worth to measure it on your own application. |
9aa8690 to
579cebb
Compare
Re-compress the png image assets via Google's zopflipng to make the size much more smaller as below, 317 images optimized.