aboutsummaryrefslogtreecommitdiff
path: root/iPhone/TestData
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-02 17:47:08 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-06-02 17:47:08 +0000
commitc7f56d0f7ff41fdb99c1e97f447e5aa843e7d9ef (patch)
tree6a197f55c98cd138deeb4adaca5fbcbd187fdcdb /iPhone/TestData
parente67090cdf08fe66642f0d14f46629ac0ba703390 (diff)
[Author: altse]
Add category extension to UIImage to allow resizing while preserving aspect ratios and optional image clipping. R=thomasvl,dmaclach DELTA=507 (507 added, 0 deleted, 0 changed)
Diffstat (limited to 'iPhone/TestData')
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x100.pngbin0 -> 1298 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.pngbin0 -> 234 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.pngbin0 -> 261 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.pngbin0 -> 237 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50.pngbin0 -> 1120 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.pngbin0 -> 184 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.pngbin0 -> 126 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.pngbin0 -> 214 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.pngbin0 -> 151 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.pngbin0 -> 196 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.pngbin0 -> 163 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100.pngbin0 -> 1196 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.pngbin0 -> 196 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.pngbin0 -> 196 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.pngbin0 -> 218 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.pngbin0 -> 158 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.pngbin0 -> 196 bytes
-rw-r--r--iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.pngbin0 -> 145 bytes
18 files changed, 0 insertions, 0 deletions
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x100.png b/iPhone/TestData/GTMUIImage+Resize_100x100.png
new file mode 100644
index 0000000..93a4a38
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x100.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.png b/iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.png
new file mode 100644
index 0000000..10223fd
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x100_to_40x60.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.png b/iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.png
new file mode 100644
index 0000000..ab71afb
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x100_to_50x50.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.png b/iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.png
new file mode 100644
index 0000000..5683f17
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x100_to_60x40.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50.png b/iPhone/TestData/GTMUIImage+Resize_100x50.png
new file mode 100644
index 0000000..8681e02
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.png
new file mode 100644
index 0000000..b7721ad
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.png
new file mode 100644
index 0000000..0e2c9de
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_40x60_noclip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.png
new file mode 100644
index 0000000..e913bfb
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.png
new file mode 100644
index 0000000..365dfb6
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_50x50_noclip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.png
new file mode 100644
index 0000000..b8e6c06
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.png b/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.png
new file mode 100644
index 0000000..14d96b0
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_100x50_to_60x40_noclip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100.png b/iPhone/TestData/GTMUIImage+Resize_50x100.png
new file mode 100644
index 0000000..adf8c22
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.png
new file mode 100644
index 0000000..3c68940
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.png
new file mode 100644
index 0000000..8a9b227
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_40x60_noclip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.png
new file mode 100644
index 0000000..6d6a5df
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.png
new file mode 100644
index 0000000..c79873a
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_50x50_noclip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.png
new file mode 100644
index 0000000..87feb9b
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_clip.png
Binary files differ
diff --git a/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.png b/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.png
new file mode 100644
index 0000000..be94dc6
--- /dev/null
+++ b/iPhone/TestData/GTMUIImage+Resize_50x100_to_60x40_noclip.png
Binary files differ