You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/imaging/principles.md
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
mediawiki: Principles
3
2
title: Principles of Scientific Imaging
4
3
section: Learn:Scientific Imaging
5
4
nav-links: true
@@ -22,7 +21,7 @@ Spatial resolution refers to the number (or density, if you prefer) of samples i
22
21
23
22
## Avoid lossy compression
24
23
25
-
Original data should be saved in a way that preserves the exact sample values. Do not store raw image data in file formats such as JPEG which use lossy compression. See [Why (lossy) JPEGs should not be used in imaging](/imaging/principles#why-lossy-jpegs-should-not-be-used-in-imaging) below for details.
24
+
Original data should be saved in a way that preserves the exact sample values. Do not store raw image data in file formats such as JPEG which use lossy compression. See [Why (lossy) JPEGs should not be used in imaging](#why-lossy-jpegs-should-not-be-used-in-imaging) below for details.
26
25
27
26
## Illuminate as evenly as possible
28
27
@@ -84,32 +83,34 @@ Once an image has been saved as compressed JPEG there is no way of reverting to
84
83
85
84
Below is an ImageJ macro which demonstrates the issue. It requires the [Glasbey](/plugins/glasbey) LUT, part of the [Fiji](/software/fiji) distribution of ImageJ.
0 commit comments