惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 叶小钗
小众软件
小众软件
博客园 - Franky
D
Docker
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
U
Unit 42
宝玉的分享
宝玉的分享
C
Check Point Blog
B
Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
The Cloudflare Blog
博客园 - 聂微东
博客园_首页
Engineering at Meta
Engineering at Meta

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I got tired of paying $10/month to remove image backgroun...
Tooba · 2026-05-23 · via DEV Community
Cover image for I got tired of paying $10/month to remove image backgrounds – so I built it for free

Tooba

Let me guess.

You have been there.

You need to remove a white background from a product photo.
Or convert a WebP image to PNG because some random website won't accept it.
Or save a JPG as a smaller WebP for faster loading.

And every time, you end up on some tool that:

  • Asks for your email
  • Limits you to 3 free images
  • Then hits you with a "9.99 dollars per month Premium" screen

Yeah, no.

I built GreenConvert, a dead-simple, completely free tool that does two things really well.

What GreenConvert actually does

  1. Image format conversion
  • WebP to PNG
  • WebP to JPG
  • PNG to WebP
  • JPG to WebP
  • PNG to JPG
  • JPG to PNG

Just upload. Click convert. Download. No signup.

  1. Background removal (AI powered)
  • Remove white, solid, or complex backgrounds
  • Works on product photos, profile pictures, logos
  • Takes about 2 seconds per image
  • Download as transparent PNG

Real examples where I use this daily

Use case 1: Website product images
Before: Heavy WebP from Canva
After: Convert to JPG for Shopify

Use case 2: Discord emotes
Before: PNG with white box
After: Remove background to transparent PNG

Use case 3: Thumbnail for a blog post
Before: Random JPG
After: Convert to WebP for faster loading

Use case 4: Print a photo
Before: WebP (cannot print)
After: Convert to PNG or JPG

Why I built it instead of paying

I am a cheap developer. I refuse to pay subscription fees for simple image utilities.

So I:

  • Wrapped a free AI background removal model
  • Added format conversion using browser APIs
  • Hosted it on a free tier (Blogspot actually works fine for this)
  • Added zero limits, watermarks, or email gates

Try it right now

Green Convert
No account. No credit card. No "start your free trial" nonsense.

Two quick questions for you

  1. What other image format should I add? (TIFF, BMP, GIF)
  2. Would you use a bulk or batch version (convert 50 images at once)?

Drop a comment. I actually read them and build what people ask for.

P.S. Your wallet can stop bleeding now.