# PicEte — Free Online Image Tools > All-in-one online image processing. Convert, resize, and compress images entirely in your browser. No uploads, no servers, no sign-ups. ## Core Tools ### Format Conversion - **PNG to JPG** — https://picete.com/png-to-jpg/ - **JPG to PNG** — https://picete.com/jpg-to-png/ - **WebP to PNG** — https://picete.com/webp-to-png/ - **PNG to WebP** — https://picete.com/png-to-webp/ - **JPG to WebP** — https://picete.com/jpg-to-webp/ ### Image Editing - **Image Resizer** — https://picete.com/resize-image/ - **Image Compressor** — https://picete.com/compress-image/ ## How It Works All processing uses the browser's Canvas API (`canvas.toBlob()`, `canvas.drawImage()`). Images never leave the user's device — everything runs client-side. Key parameters per tool: - **Format**: jpeg, png, webp - **Quality**: 10-100 (integer, slider on UI) - **Dimensions**: custom width/height in pixels, aspect ratio lock ## API (for AI agents and automated clients) PicEte does not have a server-side API. Image processing is purely client-side via Canvas API. However, an AI agent can use PicEte through a headless browser: 1. Navigate to a tool page (e.g., /resize-image/) 2. Upload an image via the file input or drag-and-drop 3. Configure options (format, quality, dimensions) 4. Click the process button 5. Download the result via the download buttons The site is designed to work without JavaScript for initial page load. All processing is triggered via standard DOM events. ## Facts - **Language**: English - **Hosting**: Vercel (static) - **Domain**: picete.com (canonical), www.picete.com (301 → picete.com) - **Analytics**: Google Analytics (G-H72N80TEBW) - **Privacy**: No data collection from image processing. Images stay local. - **SEO**: Schema.org WebApplication, FAQPage, BreadcrumbList, OG tags, sitemap.xml - **Sitemap**: https://picete.com/sitemap.xml ## Related Projects The same developer maintains a network of free online tools: - MockupShot — screenshot mockup generator (coming soon) - PaletteFlow — color palette tools (coming soon)