Some .png file optimizations (#1283)

This commit is contained in:
Cønstantine Kovalensky 2023-12-29 13:45:53 +04:00 committed by GitHub
commit c70efeec1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 22 deletions

View file

@ -18,10 +18,9 @@
## 🐂 About TorrentPier ## 🐂 About TorrentPier
TorrentPier — bull-powered BitTorrent tracker engine, written in php. High speed, simple modification, high load TorrentPier — bull-powered BitTorrent Public/Private tracker engine, written in php. High speed, simple modification, high load
architecture, built-in support for alternative compiled announcers (Ocelot, XBT). In addition, we have very helpful architecture. In addition, we have very helpful
[official support forum](https://torrentpier.com), where among other things it is possible to test the live [official support forum](https://torrentpier.com), where it's possible to get any support and download modifications for engine.
demo, get any support and download modifications for engine.
## 🌈 Current status ## 🌈 Current status
@ -29,6 +28,20 @@ TorrentPier is currently in active development. The goal is to remove all legacy
modern standards. If you want to go deep on the code, check our [issues](https://github.com/torrentpier/torrentpier/issues) modern standards. If you want to go deep on the code, check our [issues](https://github.com/torrentpier/torrentpier/issues)
and go from there. The documentation will be translated into english in the near future, currently russian is the main language of it. and go from there. The documentation will be translated into english in the near future, currently russian is the main language of it.
## 🛠 Features
* Rich forum browsing/moderation tools
* High-load capable, heavily configurable announcer
* Scrape support
* FreeLeech
* BitTorrent v2 support
* Event-based invite system
* Bonus points
* Atom feeds
* and many more.
## Interface (default)
<img src="https://i1.imageban.ru/out/2023/12/29/b4e2995d4f0762ba3b37af7cc8d59a83.png?1" alt="" />
## 🔧 Requirements ## 🔧 Requirements
* Apache / nginx * Apache / nginx
@ -71,21 +84,10 @@ and chmod 0644 for files in them. If you are not sure, leave it as is.
## 📌 Our recommendations ## 📌 Our recommendations
* *The recommended way to run cron.php.* - For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon. For more * *The recommended way to run cron.php.* - For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon.
information about that you can read [this thread](https://torrentpier.com/threads/52/) on our support forum.
* *Local configuration copy.* - You can override the settings using one of these methods: configuration file **library/config.local.php** and the environment * *Local configuration copy.* - You can override the settings using one of these methods: configuration file **library/config.local.php** and the environment
file **.env**. Both files are created by copying the appropriate .example templates without extension. Local configuration files file **.env**. Both files are created by copying the appropriate .example templates without extension. Local configuration files
should not be available for reading to anyone by setting up access rights for your web server. should not be available for reading to anyone by setting up access rights for your web server.
* *Ocelot installation.* - We have built-in support for alternate compiled announcer — Ocelot. The configuration is in the file **library/config.php**,
the announcer is in the repository [torrentpier/ocelot](https://github.com/torrentpier/ocelot). You can read assembly instructions
on his repository or in [this thread](https://torrentpier.com/threads/26078/) on our support forum.
* *[TMRR — Torrent Merkle Root Reader.](https://github.com/kovalensky/tmrr)* - A tool for extracting, comparing and calculating file hashes for .torrent files,
compatible with the BitTorrent v2 protocol. Useful for finding the sources of the same copies of files on different trackers & DHT indexers that support BitTorrent v2 protocol,
thus reviving dead torrents, valuable Internet artifacts.
## 📝 Official documentation
Documentation for TorrentPier can be found on the [TorrentPier docs website](https://docs.torrentpier.com).
## 💚 Contributing / Contributors ## 💚 Contributing / Contributors

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Before After
Before After

View file

@ -1,6 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 300"> <svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><path d="M 0,0 H 900 V 600 H 0 Z" fill="#003893"/><path d="M 0,200 H 900 V 600 H 0 Z" fill="#fff"/><path d="M 0,400 H 900 V 600 H 0 Z" fill="#de0000"/><path d="m 605.74283,121.56507 41.0313,126.26594 132.76599,0.006 -107.4068,78.04159 41.02231,126.26994 -107.4128,-78.03458 -107.41281,78.03458 41.02231,-126.26994 -107.4068,-78.04159 132.76599,-0.006 z" fill="#de0000" fill-rule="evenodd" stroke="#fcd115" stroke-width="10.668" transform="translate(-150) translate(-5.7427979,-4.3058369)"/></svg>
<path fill="#003893" d="M0 0h600v300H0z"/>
<path fill="#fff" d="M0 100h600v200H0z"/>
<path fill="#de0000" d="M0 200h600v100H0z"/>
<path d="M300 60l-21 64h-67l55 40-21 64 55-39 55 39-21-64 55-40h-67z" fill="#de0000" stroke="#fcd115" stroke-width="3"/>
</svg>

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 561 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before After
Before After