Watermarks in photos are a common problem for Xiaomi Redmi Note 8 Pro users, especially if the pictures are taken in automatic branding modes (for example, in the same way as in the case of the new model, AI-These tags can spoil the appearance of the image, interfere with the publication on social networks or print, and fortunately, they can be removed using built-in tools. MIUI, and third-party applications - without loss of quality and risk to the device.
In this article, we will discuss 5 proven methods, including editing through the Xiaomi Gallery, the use of specialized applications (Snapseed, Lightroom), as well as advanced methods for power users. Special attention will be paid to the unique feature of the Redmi Note 8 Pro: its Mediatek Helio G90T processor supports hardware acceleration of graphics operations, which speeds up photo processing by 1.5-2 times compared to other smartphones in the budget segment, which means that even complex operations to remove watermarks will be performed faster.
Before you start, remember to save all changes to a copy of the original, which will protect you from accidentally losing important images, and note that some methods (such as cropping) can reduce the resolution of the image.
1. Removal of watermark through the standard Xiaomi Gallery
The built-in Gallery app on MIUI offers basic editing tools, including the ability to remove watermarks using the "Replace background" or "Retouche" function, which is suitable for simple tags on a homogeneous background (for example, the Xiaomi logo in the light section of the photo).
How it works:
- π¨ Select the Retouch tool (in some versions) MIUI β Remove the object).
β οΈ Note: This method does not work well with colored watermarks on a motley background (for example, a logo in a photo of a forest or city), in such cases, there are noticeable artifacts. MIUI (below MIUI 12).
2. Applications for watermark removal: TOP-3 solutions
If Xiaomi's built-in tools fail, third-party apps will come to the rescue. We've tested dozens of programs and selected the 3 most effective for the Redmi Note 8 Pro, given its hardware features (4 GB of RAM, Helio G90T processor).
| Annex | Difficulty | Suitable for | Cons |
|---|---|---|---|
| Snapseed (Google) | Medium | Point removal, color correction | Requires manual adjustment |
| Adobe Lightroom | Tall. | Professional retouching | Busy interface for beginners |
| Remove Watermark | Low. | Automatic removal | Advertising, restrictions in the free version |
Letβs take a closer look at Snapseed, the most balanced solution:
- Download the app from Google Play and open the photo.
- Go to the Tools section β Healing brush.
- zoom in and gently color the watermark. Snapseed automatically picks up the texture.
- For complex cases, use Selective Correction to brighten or darken the remnants of the label.
Backup photo | Charge phone (>50%) | Set screen brightness to maximum | Turn off notifications-->
β οΈ Note: Apps like Remove Watermark often request access to Warehouse and Camera. Check reviews before installing - some versions contain hidden ads or collect data. Redmi Note 8 Pro recommends disabling autoplay for such programs in the Battery settings β Autostart control.
Photo cropping: a fast but radical method
If the watermark is located on the edges of the image, the easiest way is to crop the image. It requires no special skills and takes less than a minute, but keep in mind that when you crop, you lose part of the frame and the resolution of the photo decreases.
How to crop a photo on Redmi Note 8 Pro:
- Open the photo in the Gallery and click Edit.
- Select the Trimming tool (frame icon).
- Move the corners of the frame to eliminate the watermark. Save proportions (e.g. 16:9 or 4:3) if you plan to print.
- Click Save as a copy.
π‘ If the watermark is small but in the center, try turning the photo on the 90Β° And then you cut it off as a panorama, like a vertical image. 4032Γ3024 You can get horizontal. 3024Γ2016, preserve the main story.
What if the photo becomes pixelated after the clipping?
4. Removal of watermark via PC: for maximum quality
If you need to process a lot of photos or require a professional result, it is better to transfer files to your computer and use desktop programs: Adobe Photoshop, GIMP (Free) or Paint.NET. This method is suitable for the Redmi Note 8 Pro, as the smartphone supports OTG-Connection and fast data transfer USB 3.0.
Instructions for Photoshop:
- Connect your phone to your PC via cable (in Xiaomi settings, select File Transfer mode).
- Copy the photos onto the computer.
- In Photoshop, open the image and use: Spot Healing Brush Tool (J) for small tags; Clone Stamp Tool (S) for complex backgrounds; Content-Aware Fill for automatic filling.
PNG
β οΈ Attention: When working with RAW-files (.dng extension) with Redmi Note 8 Pro convert them to JPEG It can be used through Xiaomi Gallery or Lightroom, otherwise Photoshop may not display colors correctly due to the processing features of Mediatek Helio. G90T.
5. Alternative methods: for experienced users
If standard methods fail, you can use advanced techniques that require knowledge of graphic design or programming, which are suitable for removing embedded watermarks (for example, from bank applications or screenshots with protection).
The following options for the Redmi Note 8 Pro:
- π€ Termux + ImageMagick: Install Termux from F-Droid, then execute the commands: pkg install imagemagick convert input.jpg -fill white -opaque "#FFFFFF" output.jpg (replace #FFFFFF watermark.)
- π₯οΈ Python scripts: Use the Pillow library for batch processing. Example code: from PIL import Image, ImageDraw img = Image.open("photo.jpg") draw = ImageDraw.Draw(img) draw.rectangle([(x0, y0), (x1, y1)], fill="white) # Coordinates of the sign img.save("result.jpg")
- π Analysis EXIF: Some watermarks are stored in metadata. Check them through Exif Viewer and delete the unnecessary tags.
π‘ Useful tip: Before using Termux on the Redmi Note 8 Pro, increase the swap file size to 2GB via the swapon command.This will prevent errors when processing large images (more than 10MP in size).
π‘
To remove watermarks from screenshots (e.g., from banking applications), a combination of methods is best used: first cropping, then retouching in Snapseed. Complete removal of protected tags may violate the user agreement!
Frequent Mistakes and How to Avoid Them
When removing watermarks, users of the Xiaomi Redmi Note 8 Pro often face typical problems.
- Loss of quality: Always save the result in PNG or TIFF, not JPEG, to avoid compression artifacts. On the Redmi Note 8 Pro, this is especially important because of the features of image processing by the Mediatek processor.
- Incomplete removal: If traces of the tag remain, try applying Blurr (the Blur tool in Snapseed) to the problem area.
- App crashes: Close all background programs before editing. On the Redmi Note 8 Pro with 4 GB of RAM, we recommend leaving at least 1.5 GB of free memory.
β οΈ Note: Do not use online watermark removal services (e.g. WatermarkRemover.io:
- π« Keep your photos on your servers;
- π« Add your own watermarks instead of the ones removed;
- π« Infecting the device through browser vulnerabilities (especially relevant for the MIUI Android 9-11 based).