Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remove background
#2
You want to ensure that any trace of the original background is removed? What is the final exported image format that worries you ?

My tuppence worth Wink

For Jpegs there might be a residual thumbnail in the exif data that shows the original background. It will be small (my camera = 160x120 pix) but viewable.
You can extract the thumbnail with exiftool . Zero file size = no thumbnail.
Code:
exiftool -b -ThumbnailImage image.jpg > thumb.jpg
To get rid of all exif data get the little command line utility jpegoptim It is in the 'buntu repo. Of course you can just untick all the options in the Gimp export dialogues but thumbnails can carry over.

For png's with transparency there is the "saved colorpixels from transparent pixels" option. Turn that off when exporting your png. You can easily check. Open the png in Gimp, use the eraser tool with anti-erase (bottom of the tool options) checked. Does the erase uncover the transparency ? What is shown BG color or original ?

Tif's might be another format that can retain a thumbnail. Gif uses a colormap, not a problem.
Reply


Messages In This Thread
Remove background - by meetdilip - 03-05-2021, 03:15 PM
RE: Remove background - by rich2005 - 03-05-2021, 05:48 PM
RE: Remove background - by meetdilip - 03-06-2021, 04:02 PM
RE: Remove background - by eepjr24 - 03-06-2021, 04:14 PM
RE: Remove background - by rich2005 - 03-06-2021, 04:25 PM
RE: Remove background - by meetdilip - 03-06-2021, 05:41 PM
RE: Remove background - by nelo - 03-07-2021, 08:11 AM
RE: Remove background - by meetdilip - 03-07-2021, 11:37 AM
RE: Remove background - by nelo - 03-07-2021, 03:35 PM
RE: Remove background - by meetdilip - 03-07-2021, 04:27 PM
RE: Remove background - by nelo - 03-07-2021, 04:35 PM
RE: Remove background - by meetdilip - 03-08-2021, 07:13 AM
RE: Remove background - by nelo - 03-08-2021, 08:06 AM
RE: Remove background - by Zero01 - 03-12-2021, 12:32 PM

Forum Jump: