Free
Image Lab
Upload a photo and apply transforms across geometry, color, effects, and export — with a live image info readout.
Geometry, color, effect, and format transformsLive image info with copyable hex colorsBuilt on Pixeltable image UDFsPNG, JPG, or WebP download
Before
Drop or tap to upload
JPG, PNG, WebP · max 50 MB
After
Your result will appear here
Frequently asked questions
Built with Pixeltable
Fact sheet
Last updated
| Modality | Image |
|---|---|
| Inputs | Image upload and a transform |
| Outputs | Transformed image |
| Computed column | Computed column on an Image column |
| What updates | A new or changed row recomputes only that row. Unchanged rows stay cached. |
| Canonical doc | Computed columns |
Runnable sample
import pixeltable as pxt
TableModel = pxt.model_base()
class Photos(TableModel, name='photos'):
image: pxt.Image
width = image.widthRelated tools
- Image Compressor
Modality: Image
Computed column: Image column plus a computed column for the edit
Docs - Free Background Remover
Modality: Image
Computed column: reve.edit on the image, saved as a transparent PNG
Docs