* [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods
@ 2018-01-01 20:24 tuxic
2018-01-01 21:34 ` Frank Steinmetzger
0 siblings, 1 reply; 7+ messages in thread
From: tuxic @ 2018-01-01 20:24 UTC (permalink / raw
To: Gentoo
Hi,
Happy New Year!!!
the programmable pocket calculator "DM42" offers OFFIMAGES,
which will be displayed, when the calculator is switched off.
The display is pure black and white.
For displaying (the illusion of) different shades of gray, one need
to convert the colored image into a so called "dithered" black and
white image (newspapers often use this trick).
Since -- in difference to the newspapers -- the pixels all have the
same size and can only be switched on or off only a few dithering
methods can be applied from which I want to choose the best suited
for a certain image.
The only problem: Which software can do this kind of conversion?
Thanks a lot for any help in advance!
Cheers
Meino
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods
2018-01-01 20:24 [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods tuxic
@ 2018-01-01 21:34 ` Frank Steinmetzger
2018-01-02 3:22 ` tuxic
0 siblings, 1 reply; 7+ messages in thread
From: Frank Steinmetzger @ 2018-01-01 21:34 UTC (permalink / raw
To: gentoo-user
On Mon, Jan 01, 2018 at 09:24:46PM +0100, tuxic@posteo.de wrote:
> Hi,
> […]
> For displaying (the illusion of) different shades of gray, one need
> to convert the colored image into a so called "dithered" black and
> white image (newspapers often use this trick).
> Since -- in difference to the newspapers -- the pixels all have the
> same size and can only be switched on or off only a few dithering
> methods can be applied from which I want to choose the best suited
> for a certain image.
>
> The only problem: Which software can do this kind of conversion?
The obvious answer Gimp has three methods. Open your photo, select Image →
Mode → Indexed. Select 1 bit colour depth and choose between the dithering
methods at the bottom of the dialog.
--
Gruß | Greetings | Qapla’
Please do not share anything from, with or about me on any social network.
The bad thing about Wikipedia jokes is
- Deleted due to lack of relevance. -
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods
2018-01-01 21:34 ` Frank Steinmetzger
@ 2018-01-02 3:22 ` tuxic
2018-01-02 3:29 ` Adam Carter
0 siblings, 1 reply; 7+ messages in thread
From: tuxic @ 2018-01-02 3:22 UTC (permalink / raw
To: gentoo-user
On 01/01 10:34, Frank Steinmetzger wrote:
> On Mon, Jan 01, 2018 at 09:24:46PM +0100, tuxic@posteo.de wrote:
> > Hi,
> > […]
> > For displaying (the illusion of) different shades of gray, one need
> > to convert the colored image into a so called "dithered" black and
> > white image (newspapers often use this trick).
> > Since -- in difference to the newspapers -- the pixels all have the
> > same size and can only be switched on or off only a few dithering
> > methods can be applied from which I want to choose the best suited
> > for a certain image.
> >
> > The only problem: Which software can do this kind of conversion?
>
> The obvious answer Gimp has three methods. Open your photo, select Image →
> Mode → Indexed. Select 1 bit colour depth and choose between the dithering
> methods at the bottom of the dialog.
>
> --
> Gruß | Greetings | Qapla’
> Please do not share anything from, with or about me on any social network.
>
> The bad thing about Wikipedia jokes is
> - Deleted due to lack of relevance. -
>
Hi Frank,
thanks for your help! :)
Yes, Gimp would be one possibility...but I forgot to mention, that
I am looking for a command line tool...
I want to do 'mass dithering' and want neither a gui nor a
heavy program like The Gimp.
I checked pbmplus and found no useful part for that porpuse...
Cheers
Meino
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods
2018-01-02 3:22 ` tuxic
@ 2018-01-02 3:29 ` Adam Carter
2018-01-02 15:57 ` [gentoo-user] " Grant Edwards
0 siblings, 1 reply; 7+ messages in thread
From: Adam Carter @ 2018-01-02 3:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
>
> I am looking for a command line tool...
> I want to do 'mass dithering' and want neither a gui nor a
> heavy program like The Gimp.
>
> I checked pbmplus and found no useful part for that porpuse...
>
Does this do what you want? Its installed by default with imagemagick
http://www.imagemagick.org/script/convert.php
[-- Attachment #2: Type: text/html, Size: 697 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: [OT?]: In search of a program to do different b/w dithering methods
2018-01-02 3:29 ` Adam Carter
@ 2018-01-02 15:57 ` Grant Edwards
2018-01-02 18:06 ` [gentoo-user] " Ian Zimmerman
0 siblings, 1 reply; 7+ messages in thread
From: Grant Edwards @ 2018-01-02 15:57 UTC (permalink / raw
To: gentoo-user
On 2018-01-02, Adam Carter <adamcarter3@gmail.com> wrote:
>>
>> I am looking for a command line tool...
>> I want to do 'mass dithering' and want neither a gui nor a
>> heavy program like The Gimp.
>>
>> I checked pbmplus and found no useful part for that porpuse...
>
> Does this do what you want? Its installed by default with imagemagick
>
> http://www.imagemagick.org/script/convert.php
Indeed. Anytime you want to do anything via command line with
bitmapped graphics, the first place you look is Imagemagick:
http://www.imagemagick.org/Usage/quantize/
Or more specifically
http://www.imagemagick.org/Usage/quantize/#monochrome
If you don't find what you want in Imagemagick, the second place you
look is Imagemagick -- it's probably there and you missed it the first
time.
--
Grant Edwards grant.b.edwards Yow! I want a WESSON OIL
at lease!!
gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: In search of a program to do different b/w dithering methods
2018-01-02 15:57 ` [gentoo-user] " Grant Edwards
@ 2018-01-02 18:06 ` Ian Zimmerman
2018-01-02 20:19 ` Grant Edwards
0 siblings, 1 reply; 7+ messages in thread
From: Ian Zimmerman @ 2018-01-02 18:06 UTC (permalink / raw
To: gentoo-user
On 2018-01-02 15:57, Grant Edwards wrote:
> If you don't find what you want in Imagemagick, the second place you
> look is Imagemagick -- it's probably there and you missed it the first
> time.
And the third place you look is Graphicsmagick :-)
--
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet, fetch the TXT record for the domain.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: In search of a program to do different b/w dithering methods
2018-01-02 18:06 ` [gentoo-user] " Ian Zimmerman
@ 2018-01-02 20:19 ` Grant Edwards
0 siblings, 0 replies; 7+ messages in thread
From: Grant Edwards @ 2018-01-02 20:19 UTC (permalink / raw
To: gentoo-user
On 2018-01-02, Ian Zimmerman <itz@very.loosely.org> wrote:
> On 2018-01-02 15:57, Grant Edwards wrote:
>
>> If you don't find what you want in Imagemagick, the second place you
>> look is Imagemagick -- it's probably there and you missed it the first
>> time.
>
> And the third place you look is Graphicsmagick :-)
Ah yes, I had forgotten aboug Graphicsmagick. I vaguely remember
having to install it alongside imagemagick for some reason many years
ago...
--
Grant Edwards grant.b.edwards Yow! Now I am depressed ...
at
gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-01-02 20:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-01 20:24 [gentoo-user] [OT?]: In search of a program to do different b/w dithering methods tuxic
2018-01-01 21:34 ` Frank Steinmetzger
2018-01-02 3:22 ` tuxic
2018-01-02 3:29 ` Adam Carter
2018-01-02 15:57 ` [gentoo-user] " Grant Edwards
2018-01-02 18:06 ` [gentoo-user] " Ian Zimmerman
2018-01-02 20:19 ` Grant Edwards
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox