# imgdeal.com > Imgdeal.com is a web-based image toolkit for editing, converting, resizing, compressing, and enhancing photos. Users can perform batch operations on up to 50 files at once, apply adjustments with interactive controls, and download results in multiple formats without installing desktop software. Full content: https://imgdeal.com/llms-full.txt ## Editing - [Free Online Image Editor - Edit Photos in Your Browser](https://imgdeal.com/en/image-editor): Interactive canvas for cropping, resizing, and adjusting single images with zoom and pan controls. - [Free Online Image Cropper - Crop Photos Instantly Online](https://imgdeal.com/en/image-cropper): Crops images to preset aspect ratios (square, story, reel, widescreen) with anchor-point alignment for batch files. - [Rotate and Flip Images](https://imgdeal.com/en/image-rotator): Rotates images by custom angle and flips horizontally or vertically with canvas expansion. - [Image Enhancer](https://imgdeal.com/en/image-enhancer): Adjusts brightness, contrast, saturation, and sharpness with independent sliders across batches. ## Conversion and Compression - [Free Image Converter - Convert Images Online Instantly](https://imgdeal.com/en/image-converter): Converts between 30+ raster and specialty formats including JPG, PNG, WEBP, GIF, HEIC, AVIF, TIFF, and RAW camera files. - [Free Image Compressor - Reduce Photo Size Online Fast](https://imgdeal.com/en/image-compressor): Reduces file size for JPG, PNG, WEBP, and GIF with quality and lossless mode controls. - [Image Resizer](https://imgdeal.com/en/image-resizer): Scales images to exact dimensions or percentages using contain, cover, or stretch modes with social and print presets. ## Export and Enhancement - [Image to PDF](https://imgdeal.com/en/image-to-pdf): Converts raster images into single-page PDFs with configurable page size, orientation, margin, and alignment. - [Watermark Studio](https://imgdeal.com/en/image-watermark): Overlays custom text watermarks with adjustable opacity, font size, color, and position or diagonal tiling. - [SVG Optimizer](https://imgdeal.com/en/svg-optimizer): Minifies vector graphics by removing comments, metadata, and collapsing whitespace. ## Memes - [Meme Generator](https://imgdeal.com/en/meme-generator): Creates memes from built-in and community templates with customizable text styling, fonts, colors, and effects. - [Meme Gallery](https://imgdeal.com/en/meme-gallery): Browses published user memes with search, sorting, voting, and bookmarking. ## Other - [Pricing](https://imgdeal.com/en/pricing): Subscription plans and AI credit packs. - [Contact](https://imgdeal.com/en/contact): Message form for questions and feedback. ## About Built by RapidFoundry (https://rapidfoundry.net) - a studio that ships independent web tools and SaaS products. More about this project: https://imgdeal.com/en/about Social profiles: - X (former Twitter): https://x.com/RapidFoundry ## FAQ Q: Are uploaded images stored on the server? A: No. Files are streamed into the processing endpoint, decoded into a memory buffer, transformed, and re-encoded inside that same buffer. The output is returned as base64 inside the JSON response and the buffer is released as soon as the request finishes. Nothing is written to disk, indexed, logged, or cached, and there is no copy left to recover after the response is sent. Q: How many files can I process at once? A: Up to 50 files per batch. The 50-file limit applies whether you upload individual files or a ZIP archive: ZIPs are unpacked server-side and each entry counts against the same limit. Outputs are returned individually, and for batches above one file they can also be repackaged into a single download ZIP. Larger jobs need to be split into multiple batches. Q: Is there a per-file size limit? A: Yes, 40 MB per file. The cap protects shared in-memory processing capacity and matches the size at which most consumer cameras and phones still produce a single shot, including RAW files from full-frame cameras. Files above 40 MB are rejected at the upload step before any processing starts. Q: Which input and output formats are supported? A: Common web formats (JPG, PNG, WEBP, AVIF, GIF, TIFF, BMP, SVG, and PDF as an export-only target) work as both input and output. HEIC and HEIF from iPhones, ICO and CUR Windows icons, ICNS macOS icons, and RAW files from Canon, Nikon, Sony, Fujifilm, Panasonic, Olympus, Pentax, and Phase One cameras are accepted as input and can be re-encoded into any of the standard web targets. SVG is processed as text and never rasterized. Q: What is the difference between lossy and lossless compression? A: Lossy compression (JPG, lossy WEBP, AVIF) discards visual information that the eye is least sensitive to, mainly fine color detail in chroma channels, in exchange for much smaller files. Lossless compression (PNG, lossless WEBP, TIFF) reorganizes the same pixels using more efficient encoding and reproduces the original exactly. The compressor exposes a quality slider for lossy formats and a lossless toggle where the format supports it. Q: Are EXIF metadata and color profiles preserved? A: By default, yes. EXIF tags (camera, lens, exposure, GPS, capture time), ICC color profiles, and orientation flags are carried through the encode step whenever the target format supports them. The compressor and converter expose a separate option to strip metadata before export, which is useful before publishing photos online or sharing screenshots that may contain location data. Q: How does the resizer keep images sharp? A: The resizer uses a high-quality resampling filter that weighs many surrounding source pixels for each new pixel, instead of averaging just two or four. This preserves edges and fine texture much better than basic resize methods, especially when shrinking photographs. The same filter is used for both upscaling and downscaling, and aspect ratio can be locked or freely changed per axis. Q: Does the image enhancer use AI? A: No. The enhancer applies four standard adjustments (brightness, contrast, color saturation, and sharpness) as deterministic per-pixel operations. Output dimensions equal input dimensions, so it does not upscale or hallucinate detail. It is suited to fixing dull, flat, or slightly soft photos rather than reconstructing detail that is not in the source. Q: How does the SVG optimizer reduce file size? A: The optimizer parses the SVG as text and removes XML comments, the optional XML declaration, and the entire metadata block. Whitespace between tags is collapsed, and runs of multiple spaces are reduced to one. Visible markup, attributes, and rendering behavior are unchanged. Typical hand-authored or design-tool exports compress by 20 to 60 percent without any visual difference. Q: Can I keep transparency when converting between formats? A: Transparency is preserved when both source and target support it. PNG, WEBP, AVIF, GIF, TIFF, ICO, ICNS, and HEIC carry an alpha channel; JPG and BMP do not. When converting an image with transparent regions to JPG, transparent pixels are flattened against a white background by default, since JPG cannot represent alpha. To keep the alpha intact, choose PNG, WEBP, or AVIF as the output format. Q: How does animated GIF and WEBP handling work? A: Animated GIFs and animated WEBPs are decoded as a sequence of frames with their original timing and loop count. The chosen transformation (resize, crop, rotate, watermark, enhance) is applied to each frame, and the frames are then re-assembled with the original timing preserved. When the output target is a still format, only the first frame is exported. Q: Is imgdeal.com free, and is registration required? A: Free with no registration. All eleven tools (converter, compressor, SVG optimizer, resizer, cropper, rotator, watermark studio, image-to-PDF, enhancer, full editor, meme generator) are usable without an account, with no rate limits, no watermarks added to outputs, and no premium tier with extra features held back.