Remove background from an image.

Hi,

Does the SFImageEditor support removing the background of an image and making it transparent?

If not is there any way to extend the capabilities of the editor?

Thanks

Mark.

15 Replies

RS Ramya Soundar Rajan Syncfusion Team May 4, 2020 06:40 AM UTC

Hi Mark, 
 
Currently we don't have support to remove the background of image and set it to transparent color in image editor and we don't have plan to implement this support in our image editor. Please let us know if you have any other queries. 
 
Regards, 
Ramya S 



MA Mark May 4, 2020 06:42 AM UTC

Thank you.

"If not is there any way to extend the capabilities of the editor?"


RS Ramya Soundar Rajan Syncfusion Team May 4, 2020 09:23 AM UTC

Hi Mark,  
  
Greetings from Syncfusion.  
  
We have already added the feature request for erasing the free hand drawing support in the image editor along with that we have considered your feature request to modify the background of an image in image editor .You can track the status of the feature from the below link. 
  
  
Please cast your vote to make it count. We will prioritize the features every release based on the demands and we do not have immediate plan to implement this feature since we committed with already planned work. So, this feature will be available any of our upcoming release.  
  
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal. 
  
Thanks,  
Ramya S.  



MA Mark July 2, 2021 12:14 PM UTC

Hi,


Any news on making the background of an image transparent in the SFImageEditor?


Thanks


Mark.



SS Sridevi Sivakumar Syncfusion Team July 5, 2021 10:14 AM UTC

Hi Mark Flagg,

As mentioned in our previous update, we do not have an immediate plan to develop this feature because we have already committed to other work. Based on demand, code complexity, we will prioritize the features of each release. And this feature will be available in any of our upcoming releases.

Please let us know if you need any other assistance.

Regards,
Sridevi S.
 



CO Carol Ovens October 1, 2021 05:42 AM UTC

Hi,

With the sudden spike in e-commerce and digital media platforms, making the background white or transparent is quite often required for uploading a product or for uploading a new catalogue on an e-commerce website, it may seem a bit complicated for those of us coming from a non-design background.

You don’t have to worry. I’m here to help you! Today we’ve got plenty of both online and offline options that will let you do anything with your background without Adobe Photoshop.

  1. erase.BG

I would advise using new-age technology product like http://erase.bg for this task because it is easy to use and gives quick results. If you are an E-commerce company, you can choose API, and if you are an individual, you go to their website and use it for free. It takes 5 seconds to convert an image using http://erase.bg :)

I prefer this product over Adobe photoshop whenever I need to remove the image background.

2. Pixlr

Pixlr is a cloud-based set of image editing tools and utilities, including a number of photo editors and a photo-sharing service. The suite was intended for non-professionals. However, the apps range from simple to advanced photo editing.

I use these two tools when I don’t want to use photoshop to remove image backgrounds.



ET Eswaran Thirugnanasambandam Syncfusion Team October 4, 2021 11:23 AM UTC

Hi Carol Ovens, 
 
Thanks for your update, 
 
As mentioned in our previous update, we don’t have inbuilt support to remove the background color and do not have an immediate plan to develop this feature because we have already committed to other work. Based on demand, code complexity, we will prioritize the features of each release. And this feature will be available in any of our upcoming releases. 
 
Please let us know if you need any other assistance. 
 
Regards, 
Eswaran 



SC sb captures March 23, 2022 01:45 AM UTC

What's wrong if you utilize https://imageupscaler.com/remove-background-from-image/ instead of this? It will save your time and efforts too with high quality output!



ET Eswaran Thirugnanasambandam Syncfusion Team March 23, 2022 11:28 AM UTC

Thanks for your suggestion. As mentioned in our previous update, we don’t have inbuilt support to remove the background color and do not have an immediate plan to develop this feature because we have already committed to other work. Based on demand, code complexity, we will prioritize the features of each release. And this feature will be available in any of our upcoming releases. You can track the status of the feature from the below link.  



MI miguel September 2, 2022 06:10 PM UTC

Hi, I need to implement this feature too, I try removing the Source of ImageEditor with a new picture how was manipulated with Skiasharp, Editor show an image without background, but if I use the function Save(".png") the result show an image with the background untouched, even if the ImageEditor are showing white background, I try reset the source with null assignment but still appearing the result picture with colored background. What happen here? The source image was reseted but the Save function don't work over the updated source?.




VR Vignesh Ramesh Syncfusion Team September 5, 2022 06:01 PM UTC

Could you please share the replication sample along with the replication steps and expected behavior? On which platform are you facing problems? It would help us to provide an appropriate solution at the earliest.



MI miguel replied to Vignesh Ramesh September 5, 2022 06:55 PM UTC

This is the flow that I have been testing

using (var memoryStream = new MemoryStream(manipulatedImage.ToArray())) { imageEditor.Source = null; imageEditor.Source = ImageSource.FromStream(() => memoryStream); } // at this point the editor show a white/transparent background await Task.Delay(2000); imageEditor.Save(".png");



BS Balachandar Selvam Syncfusion Team September 6, 2022 01:36 PM UTC

As mentioned in previous updates, SfImageEditor don't have support for removing background and making it transparent on image processing. So that, the process image saved with a background while saving it. We will prioritize the features every release based on the demands, and since we don’t have an immediate plan to implement this feature and it will be included in any of our upcoming releases.



MI miguel replied to Balachandar Selvam September 6, 2022 03:59 PM UTC

Thanks for the answer, my question was if the Save method "knows" when Source was modified, if the image is transparent or not should be transparent for the editor if the image is manipulated how png. But don't worry anyway, I'm finished my own version of editor :)



BS Balachandar Selvam Syncfusion Team September 7, 2022 12:27 PM UTC

We are glad to hear that the problem has been resolved at your end.


Loader.
Up arrow icon