Help:RotateLink/ru

Category:Gadget script documentation#RotateLinkCategory:Commons help/ru#/Translations}}%7C%7CRotateLink}}
Снизу изображения (выделено): ссылка “запросить поворот”
Всплывающее сообщение: после нажатия кнопки “запросить поворот” выводится окно с установкой параметра для скрипта.

RotateLink — гаджет, предназначенный для добавления ссылки “запросить поворот” на страницах файлов. Он может использоваться для упрощения подачи запросов поворота изображения, имеющего неправильную ориентацию (см. также: Commons:Rotation). Ссылка показывается в строке прямо под изображением, и выглядит следующим образом: ( запросить поворот).

Большинство поворотов будут выполнены без потерь Rotatebot в течение пары часов.

Подробнее

Why a script/link? Most people and especially newcomers don't know that we have a bot for this. They often use lossy Windows JPEG rotation which results in wrong EXIF tags and a loss of quality. Note that even “lossless” jpegtran rotation can be slightly lossy (depends on the image's dimensions; at maximum 16 pixels are cropped at borders) but no new compression artifacts are created.

This gadget offers a simple interface for adding {{Rotate}} to the image description page. It doesn't slow down (notably) loading of file pages since the heavy code is loaded only on clicking the link.

The dialog pop-up window remembers the last used degree value (using a cookie, which expires after 14 days).

The pop-up will display a thumbnail which should be used to orient the image correctly. It is cared for that this thumbnail is a freshly produced one by automatically purging the file and by using an unusual image size. The purge may have the effect that (in case of wrong EXIF orientation) suddenly all thumbnail sizes will show up wrong if before only some were wrong.

Switching off and customization

The gadget is enabled by default for all logged-in users but can be easily disabled in the user's settings by one click (remove the checkmark ☑ in front of “RotateLink”) if someone does not like it.

To have this gadget on pages of a specific file type only use the option window.rotateFileTypes. Example to enable the gadget only on jpeg file pages:

window.rotateFileTypes = ['jpg', 'jpeg'];

Add this line to your common.js.

If you uploaded files recently and don't like to wait until the server is purged (is not needed for uploads after 5 October 2011), thus speeding up the dialog, add

window.rotateDontPurge = true;

to your common.js.

Код

Attribution

Some pre-existing code/icons are used. We thank their authors for creating and sharing!

К кому обратиться

Category:Commons tools/Translations Category:Commons gadgets enabled by default/Translations Category:Commons image resources/Translations
Category:Commons gadgets enabled by default/Translations Category:Commons help/ru Category:Commons image resources/Translations Category:Commons tools/Translations Category:Gadget script documentation