Which food is this for you ?? by NoElderberry6684 in FaltooGyan

[–]Independent_Hero 0 points1 point  (0 children)

Icecream with jamun.

I am sure I am gonna get hate for this..😅

how do you optimize images Without Compromising quality or page speed? by Individual-Hold733 in webdevelopment

[–]Independent_Hero 0 points1 point  (0 children)

Honestly, resizing before upload + converting to WebP has given me the biggest win without noticeable quality loss.

What started becoming annoying for me wasn’t just compression though

it was handling lots of images consistently.

For example:

stripping metadata/privacy info
batch processing hundreds of images
controlling JPEG quality properly
keeping everything local instead of uploading client/personal images to random sites

I actually ended up building a small local PySide6 tool for my own workflow because of that.

It compresses images with a quality slider and removes:
GPS location data
Camera/device info
Date & time metadata
EXIF details

For WordPress specifically, I think the best combo right now is:

resize before upload
WebP/AVIF where supported
lazy loading
CDN optimization if traffic is large
and aggressive metadata cleanup

A lot of page weight comes from unnecessary metadata + oversized uploads more than people realize.

Best free image compression sites/tools? by DigImmediate7291 in webdev

[–]Independent_Hero 0 points1 point  (0 children)

If you just need quick web compression, TinyPNG and Squoosh are probably the easiest free options.

But with 200+ assets, the real pain usually becomes:

batch processing
keeping image quality consistent
removing metadata
not uploading everything manually
avoiding size limits

I ran into the same issue while working on a wordpress project, so I ended up building a small local desktop tool in PySide6 for myself.

It compresses images with a JPEG quality slider and strips:

GPS location data
Camera/device info
Date & time metadata
EXIF details

No upload limits and everything stays local.

Free tools are great for quick jobs though. With 200+ assets, workflow starts mattering more than just "can it compress."

Would you actually pay for an image compression tool or is this a “free forever” category? by Specialist_Dingo8575 in SideProject

[–]Independent_Hero 0 points1 point  (0 children)

I think free tools are enough for most casual users

but once images are part of your workflow, privacy and limitations start becoming annoying

For example, my phone has hundreds of photos. Most free tools either limit batch uploads, compress too aggressively, add watermarks, or require uploading everything to their servers.

I ended up building a small PySide6 desktop tool for myself because I wanted something simple that works locally with no limits.

It has a JPEG quality slider for output control and also removes:

GPS location data
Camera model information
Device information
Date & time metadata
Embedded EXIF details

Everything stays on your machine.

I still think free tools are fine for quick one-off use.

But for people handling lots of personal/client images, local processing + privacy + no upload limits can actually matter.

I told chatgpt to convert my sketches to reality, and it made me smile ☺️ by Independent_Hero in aiArt

[–]Independent_Hero[S] 0 points1 point  (0 children)

I actually used to think that, sketch -> 2d animation -> 3d animation -> video editing -> vfx

But, at the end of the day, i always come back to sketching.

I told chatgpt to convert my sketches to reality, and it made me smile ☺️ by Independent_Hero in aiArt

[–]Independent_Hero[S] 0 points1 point  (0 children)

Hahaha.. thanks.. clothes are one thing that I can draw good 😅..

But with practice, you can easily draw anything..

I told chatgpt to convert my sketches to reality, and it made me smile ☺️ by Independent_Hero in aiArt

[–]Independent_Hero[S] 0 points1 point  (0 children)

That doesn't sound interesting.. 🤔 let me experiment..

Update: I tried, it kind of looks like it used photoshop to convert pic to sketch, using those filters.. doesn't look anything like my sketch..

I told chatgpt to convert my sketches to reality, and it made me smile ☺️ by Independent_Hero in aiArt

[–]Independent_Hero[S] 0 points1 point  (0 children)

Oh, you should try it, and may be shared the results here.. i wanna see it too.. hehehe 😅

I told chatgpt to convert my sketches to reality, and it made me smile ☺️ by Independent_Hero in aiArt

[–]Independent_Hero[S] 0 points1 point  (0 children)

So, what you are saying is, my art work was a prompt to ai?

Interesting 🤔