Author Topic: DS1054z printing with WHITE background instead of BLACK  (Read 11242 times)

0 Members and 1 Guest are viewing this topic.

Offline JacquesBBBTopic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: fr
DS1054z printing with WHITE background instead of BLACK
« on: December 20, 2015, 06:04:26 pm »
I dont know how to change the background from BLACK to WHITE in the DS1054z  pictures files
with some option.
So  I searched for a way to do it externally, because when printing, it looks much nicer, is more readable, and uses much less ink if the background is white.

So here is my little trick that can be used by others : I just save normally the file in .png  then open it in GraphicConverter
http://www.lemkesoft.de/en/products/graphicconverter/download/
and uses

Picture -> Invert -> Normal

Which does the job in a click. This is on a Mac, but equivalent may exist on a Unix machine.




« Last Edit: December 21, 2015, 12:23:55 am by JacquesBBB »
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19345
  • Country: gb
  • 0999
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #1 on: December 20, 2015, 06:36:22 pm »
Most image editing software can do this: GIMP, Photoshop and even MS Paint will work.
 

Offline JacquesBBBTopic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: fr
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #2 on: December 20, 2015, 06:45:51 pm »
Perfect, but tell me, is it possible to do it internally in the DS1054z  ?
 

Offline Marcos

  • Contributor
  • Posts: 45
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #3 on: December 20, 2015, 07:56:16 pm »
Perfect, but tell me, is it possible to do it internally in the DS1054z  ?

https://youtu.be/tRxeFHl0iIY
 

Offline JacquesBBBTopic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: fr
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #4 on: December 20, 2015, 08:53:57 pm »
Nice to know,
but the other solution has the advantage of being in color instead of Black & White.
 

Online Jeroen3

  • Super Contributor
  • ***
  • Posts: 4068
  • Country: nl
  • Embedded Engineer
    • jeroen3.nl
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #5 on: December 20, 2015, 09:09:49 pm »
You can skip the grayscale button.

For non Mac-os folks: there is XnConvert that can make a "Negative" (invert) from a bulk set of images quickly. Or perform other operations.
There will also be plenty other bulk image tools, but I find this one particularly comfortable to use because it's free of ads and it isn't trialware.
 

Offline rdl

  • Super Contributor
  • ***
  • Posts: 3665
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #6 on: December 21, 2015, 12:00:28 am »
You can do this in Windows Paint also. I have Windows 7, may be different in other versions.

In Paint, click "Select" then click "Select all".
Next, right click on the image and then click "Invert color" (last choice on right click list).
 

Offline JacquesBBBTopic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: fr
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #7 on: December 21, 2015, 06:01:56 pm »
Searching on the Web, It seems that  the most easy way to  batch convert
all  pictures in a folder would be with   a simple line of command  of imagemagick
http://www.imagemagick.org/script/index.php
that  can be installed on a Mac with (it is available on all platforms).

brew install imagemagick

Then the single script line  can be

for a in `ls *.png`; do convert -negate ${a%.*}.png ${a%.*}B.png; done


 

Offline alsetalokin4017

  • Super Contributor
  • ***
  • Posts: 2055
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #8 on: December 21, 2015, 07:46:40 pm »
Perfect, but tell me, is it possible to do it internally in the DS1054z  ?

Yes.

Insert USB stick. Stop the scope with the Run/Stop button (for faster screensaves.)

In Utility>Print Set> set Invert to ON, but leave Palette as Color. Then press the Print button and it will print to the USB stick, in colors but with white background.



« Last Edit: December 21, 2015, 07:48:13 pm by alsetalokin4017 »
The easiest person to fool is yourself. -- Richard Feynman
 

Offline JacquesBBBTopic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: fr
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #9 on: December 21, 2015, 08:57:27 pm »
Thanks,

This is exactly what I was looking for, but I searched in the  user guide and could not find it.

This is by far the best method.

 

Offline miguelvp

  • Super Contributor
  • ***
  • Posts: 5550
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #10 on: December 22, 2015, 07:30:30 am »
Thanks for the tip, the DS2000 series also seems to have that feature and I like it:


 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 28142
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #11 on: December 22, 2015, 07:37:55 am »
Thanks for the tip, the DS2000 series also seems to have that feature and I like it:


Interesting.

The T box top right indicates Rising trigger and Ch 2 all in red as you'd expect.
Yet the level indicator T pointer is shown in blue.

What's with that?
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline miguelvp

  • Super Contributor
  • ***
  • Posts: 5550
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #12 on: December 22, 2015, 07:51:16 am »
The original color for the trigger is orange, same color as the triger delta.

It doesn't change color when you change channels, it stays orange.

Edit which is very close to yellow which is the Chan 1 color before inverting. Look at the OP picture the 1000z series use the same color scheme other than the Trigger Delta value is white, on the 2000 is orange as well.

I inverted the image again to get to the original look:

« Last Edit: December 22, 2015, 07:57:32 am by miguelvp »
 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 28142
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #13 on: December 22, 2015, 07:55:29 am »
The original color for the trigger is orange, same color as the triger delta.

It doesn't change color when you change channels, it stays orange.
OK, got that, but some would think that's a bug.  :-\
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline tautech

  • Super Contributor
  • ***
  • Posts: 28142
  • Country: nz
  • Taupaki Technologies Ltd. Siglent Distributor NZ.
    • Taupaki Technologies Ltd.
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #14 on: December 22, 2015, 08:13:35 am »
The original color for the trigger is orange, same color as the triger delta.

It doesn't change color when you change channels, it stays orange.

Edit which is very close to yellow which is the Chan 1 color before inverting. Look at the OP picture the 1000z series use the same color scheme other than the Trigger Delta value is white, on the 2000 is orange as well.

I inverted the image again to get to the original look:

Like I said I do get that, OK it's Rigol's standard display configuration, confusing at first glance as it is as with every other colour LCD DSO I've ever used the Trigger level indicator is the same colour as the selected Trigger channel. NOT just Siglents.

It's just a strange/different/unexpected indicator in a coloured LCD DSO display IMO.

Never noticed it before.....
« Last Edit: December 22, 2015, 08:19:16 am by tautech »
Avid Rabid Hobbyist
Siglent Youtube channel: https://www.youtube.com/@SiglentVideo/videos
 

Offline alsetalokin4017

  • Super Contributor
  • ***
  • Posts: 2055
  • Country: us
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #15 on: December 22, 2015, 10:03:14 am »
The top right corner of the screen has the trigger channel indicated in the correct color, along with a symbol indicating type of trigger, and the trigger level.

If the trigger indicators on the edges of the trace window were the same color as the trigger channel, some people would probably complain that they are confusing them with the Channel baseline indicators.

I even saw a YT video just today where some fellow was complaining about the colors on the DS1054z, and the way he complained about them made me realize that he had a certain type of color-blindness (tritanomaly)  and probably didn't realize it himself!  He was also slapping the buttons around and twisting knobs like they were faucet handles and complaining about the responsiveness.
The easiest person to fool is yourself. -- Richard Feynman
 

Offline Karel

  • Super Contributor
  • ***
  • Posts: 2214
  • Country: 00
Re: DS1054z printing with WHITE background instead of BLACK
« Reply #16 on: December 25, 2015, 05:21:05 pm »
DSRemote can create screenshots with white background/inverted colors.
It's in the settings dialog.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf