Help:RotateLink/bn

Category:Gadget script documentation#RotateLinkCategory:Commons help/bn#/Translations}}%7C%7CRotateLink}}
Below the image (highlighted): the start link “request rotation”
Pop-up: the parameter setting window of the script after clicking the “request rotation” link.

The RotateLink is a gadget to add a link “request rotation” to file pages. It can be used to easily request rotation of an image which is in the wrong orientation (further info: Commons:Rotation). The link appears on the line just below the image, and looks like this: ( ঘূর্ণনের অনুরোধ).

বেশিরভাগ আবর্তন কয়েক ঘন্টার মধ্যে 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.

এই গ্যাজেটটি ছবির বর্ণনা পৃষ্ঠায় {{Rotate}} যোগ করার জন্য একটি সহজ ইন্টারফেস প্রদান করে। এটি ফাইল পৃষ্ঠাগুলির লোডিংকে ধীর করে না (উল্লেখযোগ্যভাবে) যেহেতু ভারী কোড শুধুমাত্র লিঙ্কটিতে ক্লিক করার সময় লোড হয়।

ডায়ালগ পপ-আপ উইন্ডোটি শেষ ব্যবহৃত ডিগ্রি মানটি মনে রাখে (একটি কুকি ব্যবহার করে, যা $মেয়াদ শেষ হওয়ার কয়েক দিনের পরে শেষ হয়।

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.

এই গ্যাজেটটি একটি নির্দিষ্ট ফাইলের ধরনের পৃষ্ঠাগুলিতে রাখতে শুধুমাত্র $বিকল্পটি ব্যবহার করুন। শুধুমাত্র জেপিইজি ফাইল পাতায় গ্যাজেট সক্রিয় করার উদাহরণঃ

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

এই লাইনটি আপনার 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;

আপনার common.js-এ।

কোড

Attribution

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

Contact Persons

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/bn Category:Commons image resources/Translations Category:Commons tools/Translations Category:Gadget script documentation