ladybird/Userland/Libraries/LibGfx
Nico Weber 2d4964b945 LibGfx/JBIG2: Support custom adaptive template pixels in refinement
The implementation is very similar to #23831.

I created the test exactly like in #23713, except that I replaced the
last four lines in the ini file with:

```
-txt -Param -rATX1 10
-txt -Param -rATY1 -1
-txt -Param -rATX2 4
-txt -Param -rATY2 15
```
2024-04-05 21:32:18 +02:00
..
Filters
Font Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
ICC AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ImageFormats LibGfx/JBIG2: Support custom adaptive template pixels in refinement 2024-04-05 21:32:18 +02:00
AffineTransform.cpp LibGfx: Add fast path for multiply() with identity transforms 2024-03-02 13:00:09 +01:00
AffineTransform.h LibGfx: Inline some AffineTransform functions 2024-03-02 13:00:09 +01:00
AntiAliasingPainter.cpp
AntiAliasingPainter.h
Bitmap.cpp LibGfx+Fallout: Make ImageDecoder return ErrorOr 2024-03-07 11:20:06 -05:00
Bitmap.h LibGfx: Add the start of a JPEG2000 loader 2024-03-25 20:35:00 +01:00
BitmapMixer.cpp
BitmapMixer.h
BoundingBox.h
CharacterBitmap.h
CIELAB.h
ClassicStylePainter.cpp
ClassicStylePainter.h
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt LibGfx: Add the start of a JPEG2000 loader 2024-03-25 20:35:00 +01:00
CMYKBitmap.cpp LibGfx: Prevent overflow when creating CMYKBitmaps 2024-03-07 11:32:57 -05:00
CMYKBitmap.h
Color.cpp LibGfx: Add formatters for Gfx::Color's different representations 2024-03-03 19:50:25 +01:00
Color.h LibGfx: Add formatters for Gfx::Color's different representations 2024-03-03 19:50:25 +01:00
CursorParams.cpp
CursorParams.h
DeltaE.cpp
DeltaE.h
DisjointRectSet.h
EdgeFlagPathRasterizer.cpp LibGfx: Simplify path storage and tidy up APIs 2024-03-18 07:09:37 +01:00
EdgeFlagPathRasterizer.h
FontCascadeList.cpp
FontCascadeList.h
Forward.h
FourCC.h LibGfx: Add FourCC::from_u32() 2024-02-28 16:00:07 -05:00
GradientPainting.cpp
Gradients.h
GrayscaleBitmap.h
ImmutableBitmap.cpp
ImmutableBitmap.h
Line.h
Matrix.h LibGfx: Add an indexing operator to Matrix 2024-03-02 12:25:53 +01:00
Matrix3x3.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Replace FLATTEN with ALWAYS_INLINE for draw_glyph() overload 2024-03-10 10:18:36 -04:00
Painter.h
PaintStyle.h
Palette.cpp
Palette.h
Path.cpp LibGfx: Output an SVG compatible string from Path::to_byte_string() 2024-03-19 09:55:55 -04:00
Path.h LibGfx: Output an SVG compatible string from Path::to_byte_string() 2024-03-19 09:55:55 -04:00
PathClipper.cpp LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 2024-03-17 09:30:53 +01:00
PathClipper.h LibGfx+LibWeb: Move HTML::CanvasPathClipper to Gfx::PathClipper 2024-03-17 09:30:53 +01:00
Point.cpp
Point.h
Quad.h
Rect.cpp
Rect.h
ShareableBitmap.cpp
ShareableBitmap.h
Size.cpp
Size.h
StandardCursor.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp
SystemTheme.h
TabPosition.h
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp LibGfx: Treat "\r\n" as a single line break during text layout 2024-03-08 14:43:33 -05:00
TextLayout.h LibGfx+LibWeb: Use ref-counted object to store glyph run 2024-03-02 09:09:10 +01:00
TextWrapping.h
TIFFGenerator.py
Triangle.cpp
Triangle.h
Vector2.h
Vector3.h
Vector4.h
VectorGraphic.cpp
VectorGraphic.h
VectorN.h LibGfx: Add VectorN::operator== 2024-03-02 12:25:53 +01:00
WindowTheme.cpp
WindowTheme.h