[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"page:svg-to-tga:en":3,"page-registry:en":185,"bot-shield":798},{"slug":4,"tool":5,"meta":11,"content":17,"related":121,"breadcrumbs":167,"availableLocales":181,"inverse":184},"svg-to-tga",{"type":6,"inputFormats":7,"outputFormat":9,"lastUpdated":10},"converter",[8],"svg","tga","2026-10-03",{"title":12,"description":13,"h1":14,"keywords":15,"ogImageAlt":16,"navLabel":14},"Convert SVG to TGA Free — Vector to Raster | ToFormat","Free SVG to TGA converter. Rasterize vectors with lossless RLE. Ideal for game dev, textures, legacy. Batch convert {maxFiles} files. No signup.","Convert SVG to TGA","svg to tga, convert svg to tga, svg to tga converter, svg to tga online, free svg to tga, svg to tga batch, vector to tga, svg to tga lossless, svg to tga rle, svg to tga textures","Convert SVG to TGA online — free tool by ToFormat",{"subtitle":18,"features":19,"aboutFormats":29,"howTo":43,"useCases":53,"comparisonNote":78,"proTips":79,"seoText":87,"faq":96},"Convert SVG vector graphics to TGA with lossless RLE compression – perfect for game development, textures, and legacy graphics applications.",[20,23,26],{"title":21,"text":22},"Lossless RLE Compression","TGA supports Run‑Length Encoding (RLE) compression that reduces file size without losing quality. Ideal for archiving game assets where every pixel matters.",{"title":24,"text":25},"Vector Source, Perfect Rasters","Start with crisp SVG vectors and rasterize them to any resolution. Your TGA output will be sharp and detailed, no pixelation from scaling.",{"title":27,"text":28},"Batch Processing","Upload up to {maxFiles} SVG files at once. We'll rasterize each to TGA with your chosen settings and package them in a ZIP for easy download.",{"title":30,"input":31,"output":37},"About the Formats",{"icon":32,"title":33,"text":34,"hubSlug":35,"hubLabel":36},"📐","What is SVG?","SVG (Scalable Vector Graphics) is an XML‑based vector format for two‑dimensional graphics. It supports interactivity and animation. SVG images scale infinitely without loss of quality, have small file sizes for simple graphics, and can be edited in code or vector editors like Inkscape and Illustrator.","all-svg-converters","All SVG conversion tools",{"icon":38,"title":39,"text":40,"hubSlug":41,"hubLabel":42},"🎮","What is TGA?","TGA (Truevision TGA) is a raster format originally designed for Truevision video boards. It supports 8, 16, 24, and 32 bits per pixel (including alpha), and uses lossless RLE compression. TGA is widely used in video editing, 3D graphics, texture mapping, and legacy game development.","all-tga-converters","All TGA conversion tools",[44,47,50],{"step":45,"text":46},"Upload your SVG","Click or drag and drop your SVG files. You can select up to {maxFiles} at once.",{"step":48,"text":49},"Choose TGA settings","Select compression (RLE or uncompressed), color depth (24‑bit RGB or 32‑bit RGBA), and output dimensions (optional). Enable alpha if your SVG has transparency.",{"step":51,"text":52},"Download TGA","Your TGA files are ready. Download individually or as ZIP. Files auto‑delete in {minutes} minutes.",[54,60,66,72],{"sectionTitle":55,"icon":38,"title":56,"text":57,"tipText":58,"tipLink":59},"When to Convert SVG to TGA","Game Development","Use TGA for textures, sprites, and UI assets in game engines like Unreal and Unity. Rasterize SVG vectors for crisp, scalable game graphics.","Need PNG? Try SVG to PNG","svg-to-png",{"icon":61,"title":62,"text":63,"tipText":64,"tipLink":65},"🎬","Video Production","TGA sequences are used in video editing. Convert SVG logos and graphics to TGA for use in After Effects, Premiere, or DaVinci Resolve.","For web use: SVG to WebP","svg-to-webp",{"icon":67,"title":68,"text":69,"tipText":70,"tipLink":71},"🖥️","Legacy Software","Older graphics applications often require TGA. Rasterize your modern SVG designs for compatibility with vintage software.","Also try SVG to BMP","svg-to-bmp",{"icon":73,"title":74,"text":75,"tipText":76,"tipLink":77},"🔄","3D Rendering","TGA is supported by many 3D renderers for texture maps with alpha. Convert SVG to 32‑bit TGA for transparent textures.","Back to SVG: TGA to SVG","tga-to-svg","TGA is ideal for game dev and video production. For web delivery, consider \u003Ca href=\"/svg-to-webp\" title=\"Convert SVG to WebP\">WebP\u003C/a> or \u003Ca href=\"/svg-to-png\" title=\"Convert SVG to PNG Online Free\">PNG\u003C/a>. Need to revert to SVG? Use our TGA to SVG converter (note: raster‑to‑vector conversion has limits).",[80,81,82,83,84,85,86],"Use \u003Cstrong>RLE compression\u003C/strong> for lossless size reduction – typical savings 20‑40% without any quality loss. It’s widely supported in TGA readers.","For \u003Cstrong>transparency\u003C/strong>, use 32‑bit TGA with alpha channel. If your SVG has transparency, enable alpha in settings.","Set a specific \u003Cstrong>output width/height\u003C/strong> if you need exact dimensions. By default we use the SVG’s viewport.","Convert in \u003Cstrong>batch mode\u003C/strong> – upload multiple SVGs and download all TGAs as a ZIP archive. Great for converting icon sets.","We strip metadata by default for privacy. SVG rarely contains EXIF, but any present is removed.","If you are targeting \u003Cstrong>older software\u003C/strong>, uncompressed TGA may be more compatible. Test with your target application.","For \u003Cstrong>maximum quality\u003C/strong>, render at a high resolution (e.g., 2x or 4x) and then downsample if needed.",[88,91,94],{"heading":89,"text":90},"How SVG to TGA Conversion Works","\u003Cp>SVG is a vector format that describes images with mathematical paths. TGA is a raster format that stores pixels. Converting from vector to raster is called rasterization. Our server renders your SVG at the chosen resolution (default: its natural size), then encodes the resulting pixels as a TGA with your selected compression, color depth, and alpha settings. For SVGs with transparency, we preserve the alpha channel in 32‑bit TGA.\u003C/p>\u003Cp>All processing is done in memory, and your files are permanently deleted after {minutes} minutes.\u003C/p>",{"heading":92,"text":93},"SVG vs TGA: Key Differences","\u003Cp>\u003Cstrong>Nature:\u003C/strong> SVG is vector (scalable, editable); TGA is raster (fixed resolution, pixel‑based).\u003C/p>\u003Cp>\u003Cstrong>File size:\u003C/strong> SVG can be tiny for simple graphics; TGA with RLE compression offers lossless storage but is larger than SVG for simple shapes.\u003C/p>\u003Cp>\u003Cstrong>Alpha channel:\u003C/strong> Both support transparency – SVG via CSS/XML, TGA via 32‑bit mode.\u003C/p>\u003Cp>\u003Cstrong>Use cases:\u003C/strong> SVG for logos, icons, illustrations that need scaling; TGA for game development, video editing, and 3D graphics.\u003C/p>",{"heading":55,"text":95},"\u003Cp>Convert SVG to TGA when you need a losslessly compressed raster for game development, video production, or legacy systems. TGA’s RLE compression saves space while maintaining perfect quality – ideal for textures, sprites, and image sequences. Always keep the original SVG for editing and scalability.\u003C/p>\u003Cp>Our TGA to SVG converter can help you revert, but note that raster‑to‑vector conversion is a tracing process – results vary based on image complexity.\u003C/p>",[97,100,103,106,109,112,115,118],{"q":98,"a":99},"Will I lose quality converting SVG to TGA?","No, if you use RLE compression or uncompressed mode. TGA is lossless – pixel data is preserved exactly as rasterized from your SVG. However, rasterization fixes resolution; scaling up later will cause pixelation.",{"q":101,"a":102},"What resolution will the TGA have?","We use the SVG's intrinsic dimensions (if set) or its viewBox. You can specify custom output dimensions (in pixels).",{"q":104,"a":105},"Does TGA support transparency like SVG?","Yes, TGA supports full 8‑bit alpha channel in 32‑bit mode. We preserve any transparency from your SVG.",{"q":107,"a":108},"Can I convert multiple SVGs at once?","Yes, you can upload up to {maxFiles} SVG files simultaneously. We'll convert each to TGA and package them in a ZIP archive.",{"q":110,"a":111},"Can I convert TGA back to SVG?","Yes, use our \u003Ca href='/tga-to-svg'>TGA to SVG converter\u003C/a>. Keep in mind that raster‑to‑vector conversion is a tracing process – results vary based on image complexity.",{"q":113,"a":114},"Are my files safe?","Absolutely. Uploads are encrypted and automatically deleted after {minutes} minutes. We never share or store your images.",{"q":116,"a":117},"What color depth should I choose?","For most uses, 24‑bit RGB is fine. If you need transparency, choose 32‑bit RGBA.",{"q":119,"a":120},"Is RLE compression compatible with all software?","Most modern TGA readers support RLE, but some very old applications may not. If compatibility is critical, choose uncompressed TGA.",[122,126,129,133,137,141,145,148,152,156,159,163],{"slug":123,"label":124,"path":125},"svg-to-avif","Convert SVG to AVIF","/svg-to-avif",{"slug":71,"label":127,"path":128},"Convert SVG to BMP","/svg-to-bmp",{"slug":130,"label":131,"path":132},"svg-to-gif","Convert SVG to GIF","/svg-to-gif",{"slug":134,"label":135,"path":136},"svg-to-heif","Convert SVG to HEIF","/svg-to-heif",{"slug":138,"label":139,"path":140},"svg-to-ico","Convert SVG to ICO","/svg-to-ico",{"slug":142,"label":143,"path":144},"svg-to-jpg","Convert SVG to JPG","/svg-to-jpg",{"slug":59,"label":146,"path":147},"Convert SVG to PNG","/svg-to-png",{"slug":149,"label":150,"path":151},"svg-to-qoi","Convert SVG to QOI","/svg-to-qoi",{"slug":153,"label":154,"path":155},"svg-to-tiff","Convert SVG to TIFF","/svg-to-tiff",{"slug":65,"label":157,"path":158},"Convert SVG to WEBP","/svg-to-webp",{"slug":160,"label":161,"path":162},"avif-to-tga","Convert AVIF to TGA","/avif-to-tga",{"slug":164,"label":165,"path":166},"bmp-to-tga","Convert BMP to TGA","/bmp-to-tga",[168,172,176,179],{"label":169,"slug":170,"path":171},"Home","","/",{"label":173,"slug":174,"path":175},"Image Converters","image-converters","/image-converters",{"label":177,"slug":35,"path":178},"All SVG Converters","/all-svg-converters",{"label":14,"slug":4,"path":180},"/svg-to-tga",[182,183],"en","ru",null,{"navigation":186,"categories":576,"mainHubs":756,"allHubs":762,"converters":796,"totalPages":797},[187,225,263,301,337,375,413,449,487,501,512,523,534,545,556,565],{"category":188,"label":189,"hubSlug":190,"items":191},"jpg","JPG Converters","all-jpg-converters",[192,195,198,201,204,207,210,213,216,219,222],{"slug":193,"label":194,"toolType":6},"jpg-to-avif","Convert JPG to AVIF",{"slug":196,"label":197,"toolType":6},"jpg-to-bmp","Convert JPG to BMP",{"slug":199,"label":200,"toolType":6},"jpg-to-gif","Convert JPG to GIF",{"slug":202,"label":203,"toolType":6},"jpg-to-heif","Convert JPG to HEIF",{"slug":205,"label":206,"toolType":6},"jpg-to-ico","Convert JPG to ICO",{"slug":208,"label":209,"toolType":6},"jpg-to-png","Convert JPG to PNG",{"slug":211,"label":212,"toolType":6},"jpg-to-qoi","Convert JPG to QOI",{"slug":214,"label":215,"toolType":6},"jpg-to-svg","Convert JPG to SVG",{"slug":217,"label":218,"toolType":6},"jpg-to-tga","Convert JPG to TGA",{"slug":220,"label":221,"toolType":6},"jpg-to-tiff","Convert JPG to TIFF",{"slug":223,"label":224,"toolType":6},"jpg-to-webp","Convert JPG to WEBP",{"category":226,"label":227,"hubSlug":228,"items":229},"png","PNG Converters","all-png-converters",[230,233,236,239,242,245,248,251,254,257,260],{"slug":231,"label":232,"toolType":6},"png-to-avif","Convert PNG to AVIF",{"slug":234,"label":235,"toolType":6},"png-to-bmp","Convert PNG to BMP",{"slug":237,"label":238,"toolType":6},"png-to-gif","Convert PNG to GIF",{"slug":240,"label":241,"toolType":6},"png-to-heif","Convert PNG to HEIF",{"slug":243,"label":244,"toolType":6},"png-to-ico","Convert PNG to ICO",{"slug":246,"label":247,"toolType":6},"png-to-jpg","Convert PNG to JPG",{"slug":249,"label":250,"toolType":6},"png-to-qoi","Convert PNG to QOI",{"slug":252,"label":253,"toolType":6},"png-to-svg","Convert PNG to SVG",{"slug":255,"label":256,"toolType":6},"png-to-tga","Convert PNG to TGA",{"slug":258,"label":259,"toolType":6},"png-to-tiff","Convert PNG to TIFF",{"slug":261,"label":262,"toolType":6},"png-to-webp","Convert PNG to WEBP",{"category":264,"label":265,"hubSlug":266,"items":267},"webp","WEBP Converters","all-webp-converters",[268,271,274,277,280,283,286,289,292,295,298],{"slug":269,"label":270,"toolType":6},"webp-to-avif","Convert WEBP to AVIF",{"slug":272,"label":273,"toolType":6},"webp-to-bmp","Convert WEBP to BMP",{"slug":275,"label":276,"toolType":6},"webp-to-gif","Convert WEBP to GIF",{"slug":278,"label":279,"toolType":6},"webp-to-heif","Convert WEBP to HEIF",{"slug":281,"label":282,"toolType":6},"webp-to-ico","Convert WEBP to ICO",{"slug":284,"label":285,"toolType":6},"webp-to-jpg","Convert WEBP to JPG",{"slug":287,"label":288,"toolType":6},"webp-to-png","Convert WEBP to PNG",{"slug":290,"label":291,"toolType":6},"webp-to-qoi","Convert WEBP to QOI",{"slug":293,"label":294,"toolType":6},"webp-to-svg","Convert WEBP to SVG",{"slug":296,"label":297,"toolType":6},"webp-to-tga","Convert WEBP to TGA",{"slug":299,"label":300,"toolType":6},"webp-to-tiff","Convert WEBP to TIFF",{"category":302,"label":303,"hubSlug":304,"items":305},"avif","AVIF Converters","all-avif-converters",[306,309,312,315,318,321,324,327,330,331,334],{"slug":307,"label":308,"toolType":6},"avif-to-bmp","Convert AVIF to BMP",{"slug":310,"label":311,"toolType":6},"avif-to-gif","Convert AVIF to GIF",{"slug":313,"label":314,"toolType":6},"avif-to-heif","Convert AVIF to HEIF",{"slug":316,"label":317,"toolType":6},"avif-to-ico","Convert AVIF to ICO",{"slug":319,"label":320,"toolType":6},"avif-to-jpg","Convert AVIF to JPG",{"slug":322,"label":323,"toolType":6},"avif-to-png","Convert AVIF to PNG",{"slug":325,"label":326,"toolType":6},"avif-to-qoi","Convert AVIF to QOI",{"slug":328,"label":329,"toolType":6},"avif-to-svg","Convert AVIF to SVG",{"slug":160,"label":161,"toolType":6},{"slug":332,"label":333,"toolType":6},"avif-to-tiff","Convert AVIF to TIFF",{"slug":335,"label":336,"toolType":6},"avif-to-webp","Convert AVIF to WEBP",{"category":338,"label":339,"hubSlug":340,"items":341},"gif","GIF Converters","all-gif-converters",[342,345,348,351,354,357,360,363,366,369,372],{"slug":343,"label":344,"toolType":6},"gif-to-avif","Convert GIF to AVIF",{"slug":346,"label":347,"toolType":6},"gif-to-bmp","Convert GIF to BMP",{"slug":349,"label":350,"toolType":6},"gif-to-heif","Convert GIF to HEIF",{"slug":352,"label":353,"toolType":6},"gif-to-ico","Convert GIF to ICO",{"slug":355,"label":356,"toolType":6},"gif-to-jpg","Convert GIF to JPG",{"slug":358,"label":359,"toolType":6},"gif-to-png","Convert GIF to PNG",{"slug":361,"label":362,"toolType":6},"gif-to-qoi","Convert GIF to QOI",{"slug":364,"label":365,"toolType":6},"gif-to-svg","Convert GIF to SVG",{"slug":367,"label":368,"toolType":6},"gif-to-tga","Convert GIF to TGA",{"slug":370,"label":371,"toolType":6},"gif-to-tiff","Convert GIF to TIFF",{"slug":373,"label":374,"toolType":6},"gif-to-webp","Convert GIF to WEBP",{"category":376,"label":377,"hubSlug":378,"items":379},"tiff","TIFF Converters","all-tiff-converters",[380,383,386,389,392,395,398,401,404,407,410],{"slug":381,"label":382,"toolType":6},"tiff-to-avif","Convert TIFF to AVIF",{"slug":384,"label":385,"toolType":6},"tiff-to-bmp","Convert TIFF to BMP",{"slug":387,"label":388,"toolType":6},"tiff-to-gif","Convert TIFF to GIF",{"slug":390,"label":391,"toolType":6},"tiff-to-heif","Convert TIFF to HEIF",{"slug":393,"label":394,"toolType":6},"tiff-to-ico","Convert TIFF to ICO",{"slug":396,"label":397,"toolType":6},"tiff-to-jpg","Convert TIFF to JPG",{"slug":399,"label":400,"toolType":6},"tiff-to-png","Convert TIFF to PNG",{"slug":402,"label":403,"toolType":6},"tiff-to-qoi","Convert TIFF to QOI",{"slug":405,"label":406,"toolType":6},"tiff-to-svg","Convert TIFF to SVG",{"slug":408,"label":409,"toolType":6},"tiff-to-tga","Convert TIFF to TGA",{"slug":411,"label":412,"toolType":6},"tiff-to-webp","Convert TIFF to WEBP",{"category":414,"label":415,"hubSlug":416,"items":417},"bmp","BMP Converters","all-bmp-converters",[418,421,424,427,430,433,436,439,442,443,446],{"slug":419,"label":420,"toolType":6},"bmp-to-avif","Convert BMP to AVIF",{"slug":422,"label":423,"toolType":6},"bmp-to-gif","Convert BMP to GIF",{"slug":425,"label":426,"toolType":6},"bmp-to-heif","Convert BMP to HEIF",{"slug":428,"label":429,"toolType":6},"bmp-to-ico","Convert BMP to ICO",{"slug":431,"label":432,"toolType":6},"bmp-to-jpg","Convert BMP to JPG",{"slug":434,"label":435,"toolType":6},"bmp-to-png","Convert BMP to PNG",{"slug":437,"label":438,"toolType":6},"bmp-to-qoi","Convert BMP to QOI",{"slug":440,"label":441,"toolType":6},"bmp-to-svg","Convert BMP to SVG",{"slug":164,"label":165,"toolType":6},{"slug":444,"label":445,"toolType":6},"bmp-to-tiff","Convert BMP to TIFF",{"slug":447,"label":448,"toolType":6},"bmp-to-webp","Convert BMP to WEBP",{"category":450,"label":451,"hubSlug":452,"items":453},"ico","ICO Converters","all-ico-converters",[454,457,460,463,466,469,472,475,478,481,484],{"slug":455,"label":456,"toolType":6},"ico-to-avif","Convert ICO to AVIF",{"slug":458,"label":459,"toolType":6},"ico-to-bmp","Convert ICO to BMP",{"slug":461,"label":462,"toolType":6},"ico-to-gif","Convert ICO to GIF",{"slug":464,"label":465,"toolType":6},"ico-to-heif","Convert ICO to HEIF",{"slug":467,"label":468,"toolType":6},"ico-to-jpg","Convert ICO to JPG",{"slug":470,"label":471,"toolType":6},"ico-to-png","Convert ICO to PNG",{"slug":473,"label":474,"toolType":6},"ico-to-qoi","Convert ICO to QOI",{"slug":476,"label":477,"toolType":6},"ico-to-svg","Convert ICO to SVG",{"slug":479,"label":480,"toolType":6},"ico-to-tga","Convert ICO to TGA",{"slug":482,"label":483,"toolType":6},"ico-to-tiff","Convert ICO to TIFF",{"slug":485,"label":486,"toolType":6},"ico-to-webp","Convert ICO to WEBP",{"category":8,"label":488,"hubSlug":35,"items":489},"SVG Converters",[490,491,492,493,494,495,496,497,498,499,500],{"slug":123,"label":124,"toolType":6},{"slug":71,"label":127,"toolType":6},{"slug":130,"label":131,"toolType":6},{"slug":134,"label":135,"toolType":6},{"slug":138,"label":139,"toolType":6},{"slug":142,"label":143,"toolType":6},{"slug":59,"label":146,"toolType":6},{"slug":149,"label":150,"toolType":6},{"slug":4,"label":14,"toolType":6},{"slug":153,"label":154,"toolType":6},{"slug":65,"label":157,"toolType":6},{"category":502,"label":503,"hubSlug":504,"items":505},"heif","HEIF Converters","all-heif-converters",[506,509],{"slug":507,"label":508,"toolType":6},"heif-to-jpg","Convert HEIF to JPG",{"slug":510,"label":511,"toolType":6},"heif-to-png","Convert HEIF to PNG",{"category":513,"label":514,"hubSlug":515,"items":516},"psd","PSD Converters","all-psd-converters",[517,520],{"slug":518,"label":519,"toolType":6},"psd-to-jpg","Convert PSD to JPG",{"slug":521,"label":522,"toolType":6},"psd-to-png","Convert PSD to PNG",{"category":524,"label":525,"hubSlug":526,"items":527},"exr","EXR Converters","all-exr-converters",[528,531],{"slug":529,"label":530,"toolType":6},"exr-to-jpg","Convert EXR to JPG",{"slug":532,"label":533,"toolType":6},"exr-to-png","Convert EXR to PNG",{"category":535,"label":536,"hubSlug":537,"items":538},"hdr","HDR Converters","all-hdr-converters",[539,542],{"slug":540,"label":541,"toolType":6},"hdr-to-jpg","Convert HDR to JPG",{"slug":543,"label":544,"toolType":6},"hdr-to-png","Convert HDR to PNG",{"category":546,"label":547,"hubSlug":548,"items":549},"dng","DNG Converters","all-dng-converters",[550,553],{"slug":551,"label":552,"toolType":6},"dng-to-jpg","Convert DNG to JPG",{"slug":554,"label":555,"toolType":6},"dng-to-png","Convert DNG to PNG",{"category":9,"label":557,"hubSlug":41,"items":558},"TGA Converters",[559,562],{"slug":560,"label":561,"toolType":6},"tga-to-jpg","Convert TGA to JPG",{"slug":563,"label":564,"toolType":6},"tga-to-png","Convert TGA to PNG",{"category":566,"label":567,"hubSlug":568,"items":569},"qoi","QOI Converters","all-qoi-converters",[570,573],{"slug":571,"label":572,"toolType":6},"qoi-to-jpg","Convert QOI to JPG",{"slug":574,"label":575,"toolType":6},"qoi-to-png","Convert QOI to PNG",[577,724],{"id":174,"label":173,"hubSlug":174,"groups":578},[579,592,605,618,631,644,657,670,683,696,700,704,708,712,716,720],{"category":188,"label":189,"hubSlug":190,"items":580},[581,582,583,584,585,586,587,588,589,590,591],{"slug":193,"label":194,"toolType":6},{"slug":196,"label":197,"toolType":6},{"slug":199,"label":200,"toolType":6},{"slug":202,"label":203,"toolType":6},{"slug":205,"label":206,"toolType":6},{"slug":208,"label":209,"toolType":6},{"slug":211,"label":212,"toolType":6},{"slug":214,"label":215,"toolType":6},{"slug":217,"label":218,"toolType":6},{"slug":220,"label":221,"toolType":6},{"slug":223,"label":224,"toolType":6},{"category":226,"label":227,"hubSlug":228,"items":593},[594,595,596,597,598,599,600,601,602,603,604],{"slug":231,"label":232,"toolType":6},{"slug":234,"label":235,"toolType":6},{"slug":237,"label":238,"toolType":6},{"slug":240,"label":241,"toolType":6},{"slug":243,"label":244,"toolType":6},{"slug":246,"label":247,"toolType":6},{"slug":249,"label":250,"toolType":6},{"slug":252,"label":253,"toolType":6},{"slug":255,"label":256,"toolType":6},{"slug":258,"label":259,"toolType":6},{"slug":261,"label":262,"toolType":6},{"category":264,"label":265,"hubSlug":266,"items":606},[607,608,609,610,611,612,613,614,615,616,617],{"slug":269,"label":270,"toolType":6},{"slug":272,"label":273,"toolType":6},{"slug":275,"label":276,"toolType":6},{"slug":278,"label":279,"toolType":6},{"slug":281,"label":282,"toolType":6},{"slug":284,"label":285,"toolType":6},{"slug":287,"label":288,"toolType":6},{"slug":290,"label":291,"toolType":6},{"slug":293,"label":294,"toolType":6},{"slug":296,"label":297,"toolType":6},{"slug":299,"label":300,"toolType":6},{"category":302,"label":303,"hubSlug":304,"items":619},[620,621,622,623,624,625,626,627,628,629,630],{"slug":307,"label":308,"toolType":6},{"slug":310,"label":311,"toolType":6},{"slug":313,"label":314,"toolType":6},{"slug":316,"label":317,"toolType":6},{"slug":319,"label":320,"toolType":6},{"slug":322,"label":323,"toolType":6},{"slug":325,"label":326,"toolType":6},{"slug":328,"label":329,"toolType":6},{"slug":160,"label":161,"toolType":6},{"slug":332,"label":333,"toolType":6},{"slug":335,"label":336,"toolType":6},{"category":338,"label":339,"hubSlug":340,"items":632},[633,634,635,636,637,638,639,640,641,642,643],{"slug":343,"label":344,"toolType":6},{"slug":346,"label":347,"toolType":6},{"slug":349,"label":350,"toolType":6},{"slug":352,"label":353,"toolType":6},{"slug":355,"label":356,"toolType":6},{"slug":358,"label":359,"toolType":6},{"slug":361,"label":362,"toolType":6},{"slug":364,"label":365,"toolType":6},{"slug":367,"label":368,"toolType":6},{"slug":370,"label":371,"toolType":6},{"slug":373,"label":374,"toolType":6},{"category":376,"label":377,"hubSlug":378,"items":645},[646,647,648,649,650,651,652,653,654,655,656],{"slug":381,"label":382,"toolType":6},{"slug":384,"label":385,"toolType":6},{"slug":387,"label":388,"toolType":6},{"slug":390,"label":391,"toolType":6},{"slug":393,"label":394,"toolType":6},{"slug":396,"label":397,"toolType":6},{"slug":399,"label":400,"toolType":6},{"slug":402,"label":403,"toolType":6},{"slug":405,"label":406,"toolType":6},{"slug":408,"label":409,"toolType":6},{"slug":411,"label":412,"toolType":6},{"category":414,"label":415,"hubSlug":416,"items":658},[659,660,661,662,663,664,665,666,667,668,669],{"slug":419,"label":420,"toolType":6},{"slug":422,"label":423,"toolType":6},{"slug":425,"label":426,"toolType":6},{"slug":428,"label":429,"toolType":6},{"slug":431,"label":432,"toolType":6},{"slug":434,"label":435,"toolType":6},{"slug":437,"label":438,"toolType":6},{"slug":440,"label":441,"toolType":6},{"slug":164,"label":165,"toolType":6},{"slug":444,"label":445,"toolType":6},{"slug":447,"label":448,"toolType":6},{"category":450,"label":451,"hubSlug":452,"items":671},[672,673,674,675,676,677,678,679,680,681,682],{"slug":455,"label":456,"toolType":6},{"slug":458,"label":459,"toolType":6},{"slug":461,"label":462,"toolType":6},{"slug":464,"label":465,"toolType":6},{"slug":467,"label":468,"toolType":6},{"slug":470,"label":471,"toolType":6},{"slug":473,"label":474,"toolType":6},{"slug":476,"label":477,"toolType":6},{"slug":479,"label":480,"toolType":6},{"slug":482,"label":483,"toolType":6},{"slug":485,"label":486,"toolType":6},{"category":8,"label":488,"hubSlug":35,"items":684},[685,686,687,688,689,690,691,692,693,694,695],{"slug":123,"label":124,"toolType":6},{"slug":71,"label":127,"toolType":6},{"slug":130,"label":131,"toolType":6},{"slug":134,"label":135,"toolType":6},{"slug":138,"label":139,"toolType":6},{"slug":142,"label":143,"toolType":6},{"slug":59,"label":146,"toolType":6},{"slug":149,"label":150,"toolType":6},{"slug":4,"label":14,"toolType":6},{"slug":153,"label":154,"toolType":6},{"slug":65,"label":157,"toolType":6},{"category":502,"label":503,"hubSlug":504,"items":697},[698,699],{"slug":507,"label":508,"toolType":6},{"slug":510,"label":511,"toolType":6},{"category":513,"label":514,"hubSlug":515,"items":701},[702,703],{"slug":518,"label":519,"toolType":6},{"slug":521,"label":522,"toolType":6},{"category":524,"label":525,"hubSlug":526,"items":705},[706,707],{"slug":529,"label":530,"toolType":6},{"slug":532,"label":533,"toolType":6},{"category":535,"label":536,"hubSlug":537,"items":709},[710,711],{"slug":540,"label":541,"toolType":6},{"slug":543,"label":544,"toolType":6},{"category":546,"label":547,"hubSlug":548,"items":713},[714,715],{"slug":551,"label":552,"toolType":6},{"slug":554,"label":555,"toolType":6},{"category":9,"label":557,"hubSlug":41,"items":717},[718,719],{"slug":560,"label":561,"toolType":6},{"slug":563,"label":564,"toolType":6},{"category":566,"label":567,"hubSlug":568,"items":721},[722,723],{"slug":571,"label":572,"toolType":6},{"slug":574,"label":575,"toolType":6},{"id":725,"label":726,"hubSlug":725,"groups":727},"enhancer-ai","AI Enhancer",[728],{"category":729,"label":730,"hubSlug":184,"items":731},"enhance","Enhance Images",[732,735,738,741,744,747,750,753],{"slug":733,"label":734},"enhancer-ai/jpg","Enhance JPG",{"slug":736,"label":737},"enhancer-ai/png","Enhance PNG",{"slug":739,"label":740},"enhancer-ai/webp","Enhance WebP",{"slug":742,"label":743},"enhancer-ai/avif","Enhance AVIF",{"slug":745,"label":746},"enhancer-ai/bmp","Enhance BMP",{"slug":748,"label":749},"enhancer-ai/heif","Enhance HEIF",{"slug":751,"label":752},"enhancer-ai/tga","Enhance TGA",{"slug":754,"label":755},"enhancer-ai/qoi","Enhance QOI",[757,760],{"slug":725,"label":726,"toolType":758,"category":759},"hub","enhancer",{"slug":174,"label":173,"toolType":758,"format":761},"all",[763,765,767,769,771,773,775,777,779,781,783,785,787,788,790,792,794,795],{"slug":304,"label":764,"toolType":758,"format":302},"All AVIF Converters",{"slug":416,"label":766,"toolType":758,"format":414},"All BMP Converters",{"slug":548,"label":768,"toolType":758,"format":546},"All DNG Converters",{"slug":526,"label":770,"toolType":758,"format":524},"All EXR Converters",{"slug":340,"label":772,"toolType":758,"format":338},"All GIF Converters",{"slug":537,"label":774,"toolType":758,"format":535},"All HDR Converters",{"slug":504,"label":776,"toolType":758,"format":502},"All HEIF Converters",{"slug":452,"label":778,"toolType":758,"format":450},"All ICO Converters",{"slug":190,"label":780,"toolType":758,"format":188},"All JPG Converters",{"slug":228,"label":782,"toolType":758,"format":226},"All PNG Converters",{"slug":515,"label":784,"toolType":758,"format":513},"All PSD Converters",{"slug":568,"label":786,"toolType":758,"format":566},"All QOI Converters",{"slug":35,"label":177,"toolType":758,"format":8},{"slug":41,"label":789,"toolType":758,"format":9},"All TGA Converters",{"slug":378,"label":791,"toolType":758,"format":376},"All TIFF Converters",{"slug":266,"label":793,"toolType":758,"format":264},"All WebP Converters",{"slug":725,"label":726,"toolType":758,"category":759},{"slug":174,"label":173,"toolType":758,"format":761},[307,310,313,316,319,322,325,328,160,332,335,419,422,425,428,431,434,437,440,164,444,447,551,554,529,532,343,346,349,352,355,358,361,364,367,370,373,540,543,507,510,455,458,461,464,467,470,473,476,479,482,485,193,196,199,202,205,208,211,214,217,220,223,231,234,237,240,243,246,249,252,255,258,261,518,521,571,574,123,71,130,134,138,142,59,149,4,153,65,560,563,381,384,387,390,393,396,399,402,405,408,411,269,272,275,278,281,284,287,290,293,296,299],139,{"token":799},"mo045nqz:fa37bd8a604938f1c76e375975ccee12:8edef6cfc49d7f71fdcfd5adb62d55a6"]