---
title: "Deprecation: #78134 - Deprecate TypoScript option config.noScaleUp"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-78134"
source: "Changelog/8.5/Deprecation-78134-DeprecateTyposcriptOptionConfignoScaleUp.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #78134 - Deprecate TypoScript option config.noScaleUp

See [forge#78317](https://forge.typo3.org/issues/78317)

## Description

The TypoScript setting `config.noScaleUp` has been marked as deprecated.

## Impact

Using this setting `config.noScaleUp` will trigger a deprecation log entry. It will work until it get's removed in TYPO3 v9.

## Affected Installations

Instances that use this TypoScript setting.

## Migration

Use the provided global TYPO3 configuration `$GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_allowUpscaling'];` to allow
upscaling of images on a "per installation" basis.
