It is currently Sat Apr 27, 2024 6:35 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: .webp image support
PostPosted: Fri Apr 12, 2024 10:05 pm 
Offline
User avatar

Joined: Thu Jul 13, 2006 1:25 pm
Posts: 26568
It seems that everything is now webp, but that format isn't supported on this board? I will have to type a lot more words to make up for the loss of pictures.

_________________
the world will always the world. your entire existence is defined by your response.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Fri Apr 12, 2024 10:24 pm 
Offline
User avatar

Joined: Tue Jun 27, 2006 11:28 am
Posts: 22615
Location: Boofoo Zoo
pizza_Place: Chuck E Cheese
I agree.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 11:28 am 
Offline
1000 CLUB
User avatar

Joined: Mon Sep 26, 2005 12:55 pm
Posts: 27804
pizza_Place: Zaffiro's
IkeSouth wrote:
It seems that everything is now webp, but that format isn't supported on this board? I will have to type a lot more words to make up for the loss of pictures.


Download the images, convert the files to jpeg, upload them to an image storage site, and link to the stored images in your posts.

_________________
Antonio Gramsci wrote:
The crisis consists precisely in the fact that the old is dying and the new cannot be born; in this interregnum a great variety of morbid symptoms appear.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 11:45 am 
Offline
User avatar

Joined: Fri Sep 18, 2020 8:05 pm
Posts: 20500
pizza_Place: Pizanos
I only trust pictures that are pdf scans of printed copies.

_________________
Peter Clavin wrote:
Because you are stupid, maybe read some books educate yourself.
Nardi wrote:
We walk, talk, and won't shit our pants


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 12:03 pm 
Offline
User avatar

Joined: Thu Jul 13, 2006 1:25 pm
Posts: 26568
Tall Midget wrote:
IkeSouth wrote:
It seems that everything is now webp, but that format isn't supported on this board? I will have to type a lot more words to make up for the loss of pictures.


Download the images, convert the files to jpeg, upload them to an image storage site, and link to the stored images in your posts.


One you haven't noticed that's what I've been doing for years and two you didnt understand that I said all of the sites now use webp. This is a strong sign of going senile.

_________________
the world will always the world. your entire existence is defined by your response.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 12:24 pm 
Offline
User avatar

Joined: Mon Apr 14, 2014 10:45 am
Posts: 15979
pizza_Place: Salerno's
Image

Image

Image


You can skip the confirm-before-run step by appending -y on your prompts. Or via a setting in the config file for open interpreter.

$ interpreter

it'll spin a second and your cli prompt will change to:

>

> convert myimage.webp to a png (or jpg or animated gif or whatever) -y

you can add more info to the prompt

> convert myimage.webp to a 600x400 jpg and make it grayscale (or text on it or whatever).

if you don't know the name of the webp

> find all webp image files in this directory/on this computer and convert them to png/jpg

or just list them all first before picking the one(s) you want to convert:

> list all image files in this directory

>list all files in <some dir parth>

ETC, anything you can think of to do on a computer, open interpreter can do it for you via natural language prompting.



You also need to have ChatGPT API credits with an OPENAI_API_KEY environment variable; or Open Interpreter has a command to set it for you, naturally.

Generate an OPENAI API key at platform.openai.com, copy it and prompt open interpreter to set your OPENAI API key, it'll then ask you to paste it in. Or you can write a prompt including the key, but I would let it ask for the key so the key doesn't log to your prompt history. or just export OPENAI_API_KEY = '<key value>' in your .bashrc/config.fish/.zshrc in your home directory and open interpreter will see it automatically.

That OpenAI API KEY is not part of your regular 20 dollar a month ChatGPT subscription. Extra, separate API credits at platform.openai.com, like so:

Image

I think you get like $10 OPENAI API credits by default/to start if'n you have a ChatGPT subscription already, maybe even if you don't

You can also run Open Interpreter using free, no api credits required huggingface open source models. Search youtube for instructional videos on that. If you're doing local machine operations on your local computer, the OpenAI API doesn't really get hit, so it doesn't cost much to run either with OpenAI or with an open source model like Mixtral or Mistral or whatever. The OpenAI models are the best by far. Even better than Google's Gemini. But you can configure open interpreter to use most any LLM as its AI engine. Including one you download and tune yourself against your own data/resources.

You'll never hear surf music again.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 1:12 pm 
Offline
1000 CLUB
User avatar

Joined: Mon Sep 26, 2005 12:55 pm
Posts: 27804
pizza_Place: Zaffiro's
IkeSouth wrote:
Tall Midget wrote:
IkeSouth wrote:
It seems that everything is now webp, but that format isn't supported on this board? I will have to type a lot more words to make up for the loss of pictures.


Download the images, convert the files to jpeg, upload them to an image storage site, and link to the stored images in your posts.


One you haven't noticed that's what I've been doing for years and two you didnt understand that I said all of the sites now use webp. This is a strong sign of going senile.


I didn't understand your post because it was, like most of your thoughts, expressed in barely comprehensible English. That is a strong sign of functional illiteracy.

And why would I bother to check how you are sharing photos to this site? That you think I would be interested in such a triviality is a strong sign that you are a megalomaniacal narcissist with a significantly below average IQ.

Now get back to regaling us with tales of your imaginary sexual encounters with UW coeds and syphilitic bartenders.

_________________
Antonio Gramsci wrote:
The crisis consists precisely in the fact that the old is dying and the new cannot be born; in this interregnum a great variety of morbid symptoms appear.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 4:23 pm 
Offline
User avatar

Joined: Thu Jul 13, 2006 1:25 pm
Posts: 26568
Tall Midget wrote:
IkeSouth wrote:
Tall Midget wrote:
IkeSouth wrote:
It seems that everything is now webp, but that format isn't supported on this board? I will have to type a lot more words to make up for the loss of pictures.


Download the images, convert the files to jpeg, upload them to an image storage site, and link to the stored images in your posts.


One you haven't noticed that's what I've been doing for years and two you didnt understand that I said all of the sites now use webp. This is a strong sign of going senile.


I didn't understand your post because it was, like most of your thoughts, expressed in barely comprehensible English. That is a strong sign of functional illiteracy.

And why would I bother to check how you are sharing photos to this site? That you think I would be interested in such a triviality is a strong sign that you are a megalomaniacal narcissist with a significantly below average IQ.

Now get back to regaling us with tales of your imaginary sexual encounters with UW coeds and syphilitic bartenders.


when did you go through the change!! Image

_________________
the world will always the world. your entire existence is defined by your response.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sat Apr 13, 2024 7:03 pm 
Offline
User avatar

Joined: Sat Mar 24, 2018 9:19 pm
Posts: 28610
pizza_Place: What??
If you don't get after TM, you are a giant fucking pussy.


Top
 Profile  
 
 Post subject: Re: .webp image support
PostPosted: Sun Apr 14, 2024 9:53 am 
Offline
User avatar

Joined: Thu Jul 13, 2006 1:25 pm
Posts: 26568
He she wasnt on my rader.
Wasnt.

_________________
the world will always the world. your entire existence is defined by your response.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group