Jump to content

Is there a plugin to implement jpegtran ?


Recommended Posts

I am a developer and I always make sure my images are as small as possible, I find myself losing time because paint.net's jpeg compression is not up to par. I run all images through a batch file which does this

jpegtran -copy none -optimize -perfect %1 output.jpg

Is there a way to automate this with some plugin maybe ? Or implement this lossless processing as an option in the program itself ? (suuuure sure)

Edited by AnotherLife
Link to comment
Share on other sites

If it doesn't need to be a .jpeg file, you could use the OptiPNG plugin. It makes the filesize of .png images smaller and .png is a lossless format so...maybe that could work?

If the images have to be .jpeg, then paint.net doesn't have such a function. (unless my memory fails me...)

No, Paint.NET is not spyware...but, installing it is an IQ test. ~BoltBait

Blend modes are like the filling in your sandwich. It's the filling that can change your experience of the sandwich. ~Ego Eram Reputo

Link to comment
Share on other sites

I don't have the skills to code such a plugin - there are others here who do. They may smile on your request if you ask very nicely.

JPG's are not lossless. Not even at 100% quality.

Have you investigated the WebP format? It's a JPG killer.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...