Registriert seit: 2. Jan 2018
22 Beiträge
|
AW: Unit JPEG nicht gefunden
11. Apr 2018, 13:38
zu #6:
Zitat:
The ideal solution to avoid losing image quality is by not relying on the visual controls to store your data. Instead, keep a background object containing the raw image file, and only use the visual controls to display this image to the user. When it comes to saving the image, save it from this background object rather than the visual control.
|