Manual:$wgMaxAnimatedGifArea/pl

Category:MediaWiki configuration settings/pl#MaxAnimatedGifAreaCategory:MediaWiki configuration settings introduced in version 1.14.0/pl#MaxAnimatedGifAreaCategory:MediaWiki configuration settings still in use/pl#MaxAnimatedGifAreaCategory:Thumbnail settings variables/pl#MaxAnimatedGifArea
Thumbnail settings: $wgMaxAnimatedGifArea
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnail.
Wprowadzono w wersji:1.14.0 (r42058)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(integer)
Domyślna wartość:12500000 (1.39+)
1.25e7 (1.14-1.38)

Szczegóły

Animated GIFs where (width × height × number of frames) exceeds this limit will be thumbnailed to a single, static frame, instead of getting an animated thumbnail.

As of MW 1.17 this limit is checked against the total size of all frames in the animation. It is kept equal to $wgMaxImageArea, which is 12.5 million pixels or 3500×3500. In previous versions this was set to 1 megapixel (1000x1000).

Explanation

This means that with default configuration:

  • If an animation is more than 12.5 MP total (width × height × number of frames), you get a single frame when scaled.
  • If an animation is more than 12.5 MP per frame, you get the thumberror when scaling the image.
Many of these images which exceed this limit might appear animated on their image description page because they're displayed in their native size, instead of as a scaled thumbnail.

Warning message

Files affected by this limit are labelled below the image with the contents of MediaWiki:File-no-thumb-animation-gif, which by default is "Uwaga: z powodu ograniczeń technicznych miniaturki plików GIF o wysokiej rozdzielczości – takich jak ten – nie bedą animowane.".

Zobacz też

Category:Image variables/pl
Category:Image variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.14.0/pl Category:MediaWiki configuration settings still in use/pl Category:Thumbnail settings variables/pl