---
title: "Deprecation: #46770 - Deprecate LocalImageProcessor::getTemporaryImageWithText"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-46770"
source: "Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #46770 - Deprecate LocalImageProcessor::getTemporaryImageWithText

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

## Description

The public method `LocalImageProcessor::getTemporaryImageWithText()` has been marked as deprecated, it is directly
replaced by `TYPO3CMSCoreImagingGraphicalFunctions::getTemporaryImageWithText()`.

## Impact

Calling `LocalImageProcessor::getTemporaryImageWithText()` will trigger a deprecation log message.

## Affected installations

TYPO3 Installations with custom extensions using the API of the File Abstraction Layer for custom image processing.

## Migration

Replace all calls to the method to the `LocalImageProcessor` with an instantiation of `GraphicalFunctions` and a call
to `getTemporaryImageWithText()` on the `GraphicalFunctions` object.
