Make / Effects & techniques
PNG or SVG for your texture?
Use PNG when you need the rendered pixels as an image. Use Pro SVG when you need generated vector shapes. Enlarging either format does not recover detail that was absent from the source or the effect’s sampling grid.
Remix this example ↗
Make this look in three steps
- Choose the effect and final composition before deciding the export format.
- Use PNG for a straightforward image handoff. Try SVG for vector workflows and inspect it in your destination application.
- Review the final placement at its actual size. Check edges, transparency, file size and any resizing applied after export.
What 1×, 2× and 3× PNG mean
A 2× PNG doubles each dimension of the rendered canvas; 3× triples each dimension. Make uses nearest-neighbor scaling so existing pixels become larger blocks. For a 900 × 900 image, these exports are 1800 × 1800 and 2700 × 2700. The extra pixels do not introduce new source detail. The free plan includes 1× and 2×; 3× requires Pro.
What the SVG contains
Make’s SVG exporter describes generated artwork with vector geometry. Geometric effects can become circles, crosses or other shapes; pixel-based effects can require many small rectangles. A vector file can therefore be large and slower to edit. It is not the same as tracing the original photo into a few editable curves.
Why sharp dither turns soft after resizing
Bilinear or bicubic resizing blends adjacent pixels. That blending introduces intermediate colors and changes the look of a two-color pattern. Keep integer scaling and nearest-neighbor resampling where possible, or render the effect for the intended size. Social platforms and image delivery services may still resample the upload.
Check the destination, not only the download
PNG is useful for broad image compatibility and transparency. SVG is useful where vector geometry is accepted, but each application handles large files differently. For print, confirm dimensions and color requirements separately; the export format alone does not establish production readiness.
Free, Pro and your source files
Processing happens in your browser. Free image exports include 1× and 2× PNG and publish a small preview to the public community gallery. Pro skips gallery publication and adds 3× PNG, SVG and silent WebM video export. Use material you have the rights to upload.
Try it in Make ↗