So, you wasted 2 GPT-4 requests to get your image, instead of one? Nice. Are you sure that what it gave you is actually PNG? Open it with Notepad, see what are the first two words.
Donât forget - you can always stop paying for DALL-E and start paying for Midjourney! And thatâs it!
Chapter 3 in my fictional ChatGPT Plus Creatorâs Guide is the employment of iteration abilities by prompting.
That, actually âworkedâ, thank you. 2 concerns, however:
- How long will it take for OpenAI to close the loophole, and
- The quality. Despite the instruction, it wasnât 24-bit PNG, it was 8-bit, far from lossless. I tried it a few times, itâs always 8-bit PNG. I assume that it generated LQ WebP, and then lost even more in conversion, but conversion to PNG was quick and dirty, by assuming that 8 bits were enough.
Attached are 3 images. One from Dall-E, another from Stable Diffusion (which, ironically, generated much quicker), and last one is from Dall-E API
. Subjects aside, compare the rendering quality. The file size was 3 times different too. You may notice that both Dall-E images have similar traits, such as grainy sky and lack of fine details. Itâs hardly an artistic touch, but rather a deliberate downscale and compression.
You can look at the file size. The one I downloaded was 1.7MB, consistent with lossless compression of 3MB, and similar to saving the WebP as PNG from Photoshop.
PNG compression on 1k x 1k x 8 bit would be under 1MB.
Not satisfied, I let the AI go at it with multiple steps of analysis before reporting on what it had in its mount point with another creation.
Iâll begin with generating the new image now.
The new image has been successfully created. Now, Iâll proceed with the analysis of this image to determine its bit depth and color variety, ensuring it meets the criteria for a lossless, true-color image. Letâs start by converting the image to PNG format and then performing the analysis.
The analysis of the newly converted PNG image provides the following insights:
- The image is not palette-based, indicating it does not use a limited palette of colors.
- The color mode is RGB, which typically corresponds to a 24-bit color depth (8 bits per channel for Red, Green, and Blue).
- While the exact bit depth attribute is not directly provided, the RGB mode strongly suggests it is 24-bit.
- The image contains 162,265 unique colors, which is indicative of a high color variety, consistent with a 24-bit depth image.
Based on these findings, the image appears to be in a lossless, true-color format. To ensure this quality in future conversions, you can use the following guidelines:
- Use the Pillow (PIL) library in Python for image handling.
Verifying the AI assertions of color count and depth after getting annotation citation download links:
Although it uses another AI generation, the image computation in Python is almost free.
The ultimate goal may be to reduce the size of perpetual image storage in ChatGPT chat backend database, and the size of the web download location that images are temporarily published to.
The Python sandbox storage expires, so the persistent space concerns are still addressed.
Just ask GPT to convert to PNG and it creates a download link. Not big deal.
If I use the aspect ratio it recommends, it saves as webp and I canât use it at all, but if I use my own ratio Iâm able to see it. Right now Iâve only tested it with 99:128 and 2:3, but it seems to do the trick.
The quality is another issue entirely, oof.
This is an utterly pathetic move from OpenAI. Unsubscribed, gonna use alternative services, fortunately there are plenty already.
Best workaround Iâve found is to use Adobe Photoshop to convert from WEBP to PNG.
Thatâs not a workaround. You are literally just changing the filename extention
OpenAI should fix this (as well as the response issues which has me using Gemini and Poe more often than not). Having to convert the image is a dumb workaround, but that is what you are left with.
I started to write a long comment here, but my ADHD brain ended up forcing me to create an online webp to png converter. Youâre welcome.
I use a free (so far) online io batch conversion program that works for me called towebp.
I also use other paid software for resizing and others for improving DPI and making enhancements, which I used when DALL-E was creating PNG images.
Based onthe number of replies, I think OpenAi should consider going back to png. As paid users I think having to do an extra step to convert images is too time consuming. Please consider changing this feature back.
Related⌠I only have this problem in Windows. The iOS/iPad version of ChatGPT downloads image files as expected, so thatâs where I do most of my work with DALLE.
the extension Save Image As Type doesnât work on openai productions, it seems.
for whatever reason, they want paying customers to just see it and not use it.
Guess Iâll try Microsoftâs attempt.
$20 coverts lots of things so thatâs why itâs better to pay here for beginners.
Adobe seems to agree with us on this one. I did what they said about changing the file extension name to .png but Adobeâs calling out my bluff xD
its easy to take DALL-E and ChatGPT for granted. Weâre on the bleeding edge people.
This converts perfectly
When you download images directly from the interface, they are indeed in the WebP format, which is known for its efficiency and quality at smaller file sizes. To get these images in PNG or JPEG format, you would typically use a conversion tool or software. Hereâs a simple workaround using online conversion tools:
- Download the Image: Click on the image you want to download; it will save in WebP format.
- Use an Online Converter:
- Search for âWebP to PNG online converterâ or âWebP to JPEG online converterâ in your web browser.
- Select a tool from the search results. Many websites offer this service for free and without the need to sign up or install anything.
- Upload your downloaded WebP image to the converter.
- Choose the output format (PNG or JPEG) as required.
- Convert the file and then download the converted image to your device.
This method doesnât require any special software, and itâs quite straightforward. If you prefer using software, image editors like GIMP or Photoshop can also convert WebP files to other formats.
I am guessing that the reason they use WebP instead of one like PNG is due to WebP images being smaller in size than PNGs, meaning they can host more of them on their servers.
I installed a âsave as PNGâ Chrome extension that does not work.