From 2d0b90011e6b2744cf39ce3effa419e60f77c2d9 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 17 Oct 2011 21:25:53 -0700 Subject: [PATCH 1/3] Bug 584894 - Move libjpeg to media/libjpeg. r=khuey --HG-- rename : jpeg/MOZCHANGES => media/libjpeg/MOZCHANGES rename : jpeg/Makefile.in => media/libjpeg/Makefile.in rename : jpeg/README => media/libjpeg/README rename : jpeg/README-turbo.txt => media/libjpeg/README-turbo.txt rename : jpeg/cderror.h => media/libjpeg/cderror.h rename : jpeg/cdjpeg.h => media/libjpeg/cdjpeg.h rename : jpeg/jaricom.c => media/libjpeg/jaricom.c rename : jpeg/jcapimin.c => media/libjpeg/jcapimin.c rename : jpeg/jcapistd.c => media/libjpeg/jcapistd.c rename : jpeg/jcarith.c => media/libjpeg/jcarith.c rename : jpeg/jccoefct.c => media/libjpeg/jccoefct.c rename : jpeg/jccolor.c => media/libjpeg/jccolor.c rename : jpeg/jcdctmgr.c => media/libjpeg/jcdctmgr.c rename : jpeg/jchuff.c => media/libjpeg/jchuff.c rename : jpeg/jchuff.h => media/libjpeg/jchuff.h rename : jpeg/jcinit.c => media/libjpeg/jcinit.c rename : jpeg/jcmainct.c => media/libjpeg/jcmainct.c rename : jpeg/jcmarker.c => media/libjpeg/jcmarker.c rename : jpeg/jcmaster.c => media/libjpeg/jcmaster.c rename : jpeg/jcomapi.c => media/libjpeg/jcomapi.c rename : jpeg/jconfig.h => media/libjpeg/jconfig.h rename : jpeg/jconfig.h.in => media/libjpeg/jconfig.h.in rename : jpeg/jcparam.c => media/libjpeg/jcparam.c rename : jpeg/jcphuff.c => media/libjpeg/jcphuff.c rename : jpeg/jcprepct.c => media/libjpeg/jcprepct.c rename : jpeg/jcsample.c => media/libjpeg/jcsample.c rename : jpeg/jdapimin.c => media/libjpeg/jdapimin.c rename : jpeg/jdapistd.c => media/libjpeg/jdapistd.c rename : jpeg/jdarith.c => media/libjpeg/jdarith.c rename : jpeg/jdatadst.c => media/libjpeg/jdatadst.c rename : jpeg/jdatasrc.c => media/libjpeg/jdatasrc.c rename : jpeg/jdcoefct.c => media/libjpeg/jdcoefct.c rename : jpeg/jdcolor.c => media/libjpeg/jdcolor.c rename : jpeg/jdct.h => media/libjpeg/jdct.h rename : jpeg/jddctmgr.c => media/libjpeg/jddctmgr.c rename : jpeg/jdhuff.c => media/libjpeg/jdhuff.c rename : jpeg/jdhuff.h => media/libjpeg/jdhuff.h rename : jpeg/jdinput.c => media/libjpeg/jdinput.c rename : jpeg/jdmainct.c => media/libjpeg/jdmainct.c rename : jpeg/jdmarker.c => media/libjpeg/jdmarker.c rename : jpeg/jdmaster.c => media/libjpeg/jdmaster.c rename : jpeg/jdmerge.c => media/libjpeg/jdmerge.c rename : jpeg/jdphuff.c => media/libjpeg/jdphuff.c rename : jpeg/jdpostct.c => media/libjpeg/jdpostct.c rename : jpeg/jdsample.c => media/libjpeg/jdsample.c rename : jpeg/jdtrans.c => media/libjpeg/jdtrans.c rename : jpeg/jerror.c => media/libjpeg/jerror.c rename : jpeg/jerror.h => media/libjpeg/jerror.h rename : jpeg/jfdctflt.c => media/libjpeg/jfdctflt.c rename : jpeg/jfdctfst.c => media/libjpeg/jfdctfst.c rename : jpeg/jfdctint.c => media/libjpeg/jfdctint.c rename : jpeg/jidctflt.c => media/libjpeg/jidctflt.c rename : jpeg/jidctfst.c => media/libjpeg/jidctfst.c rename : jpeg/jidctint.c => media/libjpeg/jidctint.c rename : jpeg/jidctred.c => media/libjpeg/jidctred.c rename : jpeg/jinclude.h => media/libjpeg/jinclude.h rename : jpeg/jmemmgr.c => media/libjpeg/jmemmgr.c rename : jpeg/jmemnobs.c => media/libjpeg/jmemnobs.c rename : jpeg/jmemsys.h => media/libjpeg/jmemsys.h rename : jpeg/jmorecfg.h => media/libjpeg/jmorecfg.h rename : jpeg/jpegcomp.h => media/libjpeg/jpegcomp.h rename : jpeg/jpegint.h => media/libjpeg/jpegint.h rename : jpeg/jpeglib.h => media/libjpeg/jpeglib.h rename : jpeg/jquant1.c => media/libjpeg/jquant1.c rename : jpeg/jquant2.c => media/libjpeg/jquant2.c rename : jpeg/jsimd.h => media/libjpeg/jsimd.h rename : jpeg/jsimd_none.c => media/libjpeg/jsimd_none.c rename : jpeg/jsimddct.h => media/libjpeg/jsimddct.h rename : jpeg/jutils.c => media/libjpeg/jutils.c rename : jpeg/jversion.h => media/libjpeg/jversion.h rename : jpeg/simd/Makefile.in => media/libjpeg/simd/Makefile.in rename : jpeg/simd/jcclrmmx.asm => media/libjpeg/simd/jcclrmmx.asm rename : jpeg/simd/jcclrss2-64.asm => media/libjpeg/simd/jcclrss2-64.asm rename : jpeg/simd/jcclrss2.asm => media/libjpeg/simd/jcclrss2.asm rename : jpeg/simd/jccolmmx.asm => media/libjpeg/simd/jccolmmx.asm rename : jpeg/simd/jccolss2-64.asm => media/libjpeg/simd/jccolss2-64.asm rename : jpeg/simd/jccolss2.asm => media/libjpeg/simd/jccolss2.asm rename : jpeg/simd/jcolsamp.inc => media/libjpeg/simd/jcolsamp.inc rename : jpeg/simd/jcqnt3dn.asm => media/libjpeg/simd/jcqnt3dn.asm rename : jpeg/simd/jcqntmmx.asm => media/libjpeg/simd/jcqntmmx.asm rename : jpeg/simd/jcqnts2f-64.asm => media/libjpeg/simd/jcqnts2f-64.asm rename : jpeg/simd/jcqnts2f.asm => media/libjpeg/simd/jcqnts2f.asm rename : jpeg/simd/jcqnts2i-64.asm => media/libjpeg/simd/jcqnts2i-64.asm rename : jpeg/simd/jcqnts2i.asm => media/libjpeg/simd/jcqnts2i.asm rename : jpeg/simd/jcqntsse.asm => media/libjpeg/simd/jcqntsse.asm rename : jpeg/simd/jcsammmx.asm => media/libjpeg/simd/jcsammmx.asm rename : jpeg/simd/jcsamss2-64.asm => media/libjpeg/simd/jcsamss2-64.asm rename : jpeg/simd/jcsamss2.asm => media/libjpeg/simd/jcsamss2.asm rename : jpeg/simd/jdclrmmx.asm => media/libjpeg/simd/jdclrmmx.asm rename : jpeg/simd/jdclrss2-64.asm => media/libjpeg/simd/jdclrss2-64.asm rename : jpeg/simd/jdclrss2.asm => media/libjpeg/simd/jdclrss2.asm rename : jpeg/simd/jdcolmmx.asm => media/libjpeg/simd/jdcolmmx.asm rename : jpeg/simd/jdcolss2-64.asm => media/libjpeg/simd/jdcolss2-64.asm rename : jpeg/simd/jdcolss2.asm => media/libjpeg/simd/jdcolss2.asm rename : jpeg/simd/jdct.inc => media/libjpeg/simd/jdct.inc rename : jpeg/simd/jdmermmx.asm => media/libjpeg/simd/jdmermmx.asm rename : jpeg/simd/jdmerss2-64.asm => media/libjpeg/simd/jdmerss2-64.asm rename : jpeg/simd/jdmerss2.asm => media/libjpeg/simd/jdmerss2.asm rename : jpeg/simd/jdmrgmmx.asm => media/libjpeg/simd/jdmrgmmx.asm rename : jpeg/simd/jdmrgss2-64.asm => media/libjpeg/simd/jdmrgss2-64.asm rename : jpeg/simd/jdmrgss2.asm => media/libjpeg/simd/jdmrgss2.asm rename : jpeg/simd/jdsammmx.asm => media/libjpeg/simd/jdsammmx.asm rename : jpeg/simd/jdsamss2-64.asm => media/libjpeg/simd/jdsamss2-64.asm rename : jpeg/simd/jdsamss2.asm => media/libjpeg/simd/jdsamss2.asm rename : jpeg/simd/jf3dnflt.asm => media/libjpeg/simd/jf3dnflt.asm rename : jpeg/simd/jfmmxfst.asm => media/libjpeg/simd/jfmmxfst.asm rename : jpeg/simd/jfmmxint.asm => media/libjpeg/simd/jfmmxint.asm rename : jpeg/simd/jfss2fst-64.asm => media/libjpeg/simd/jfss2fst-64.asm rename : jpeg/simd/jfss2fst.asm => media/libjpeg/simd/jfss2fst.asm rename : jpeg/simd/jfss2int-64.asm => media/libjpeg/simd/jfss2int-64.asm rename : jpeg/simd/jfss2int.asm => media/libjpeg/simd/jfss2int.asm rename : jpeg/simd/jfsseflt-64.asm => media/libjpeg/simd/jfsseflt-64.asm rename : jpeg/simd/jfsseflt.asm => media/libjpeg/simd/jfsseflt.asm rename : jpeg/simd/ji3dnflt.asm => media/libjpeg/simd/ji3dnflt.asm rename : jpeg/simd/jimmxfst.asm => media/libjpeg/simd/jimmxfst.asm rename : jpeg/simd/jimmxint.asm => media/libjpeg/simd/jimmxint.asm rename : jpeg/simd/jimmxred.asm => media/libjpeg/simd/jimmxred.asm rename : jpeg/simd/jiss2flt-64.asm => media/libjpeg/simd/jiss2flt-64.asm rename : jpeg/simd/jiss2flt.asm => media/libjpeg/simd/jiss2flt.asm rename : jpeg/simd/jiss2fst-64.asm => media/libjpeg/simd/jiss2fst-64.asm rename : jpeg/simd/jiss2fst.asm => media/libjpeg/simd/jiss2fst.asm rename : jpeg/simd/jiss2int-64.asm => media/libjpeg/simd/jiss2int-64.asm rename : jpeg/simd/jiss2int.asm => media/libjpeg/simd/jiss2int.asm rename : jpeg/simd/jiss2red-64.asm => media/libjpeg/simd/jiss2red-64.asm rename : jpeg/simd/jiss2red.asm => media/libjpeg/simd/jiss2red.asm rename : jpeg/simd/jisseflt.asm => media/libjpeg/simd/jisseflt.asm rename : jpeg/simd/jsimd.h => media/libjpeg/simd/jsimd.h rename : jpeg/simd/jsimd_i386.c => media/libjpeg/simd/jsimd_i386.c rename : jpeg/simd/jsimd_x86_64.c => media/libjpeg/simd/jsimd_x86_64.c rename : jpeg/simd/jsimdcfg.inc => media/libjpeg/simd/jsimdcfg.inc rename : jpeg/simd/jsimdcfg.inc.h => media/libjpeg/simd/jsimdcfg.inc.h rename : jpeg/simd/jsimdcpu.asm => media/libjpeg/simd/jsimdcpu.asm rename : jpeg/simd/jsimdext.inc => media/libjpeg/simd/jsimdext.inc rename : jpeg/transupp.h => media/libjpeg/transupp.h --- configure.in | 4 ++-- {jpeg => media/libjpeg}/MOZCHANGES | 0 {jpeg => media/libjpeg}/Makefile.in | 4 ++-- {jpeg => media/libjpeg}/README | 0 {jpeg => media/libjpeg}/README-turbo.txt | 0 {jpeg => media/libjpeg}/cderror.h | 0 {jpeg => media/libjpeg}/cdjpeg.h | 0 {jpeg => media/libjpeg}/jaricom.c | 0 {jpeg => media/libjpeg}/jcapimin.c | 0 {jpeg => media/libjpeg}/jcapistd.c | 0 {jpeg => media/libjpeg}/jcarith.c | 0 {jpeg => media/libjpeg}/jccoefct.c | 0 {jpeg => media/libjpeg}/jccolor.c | 0 {jpeg => media/libjpeg}/jcdctmgr.c | 0 {jpeg => media/libjpeg}/jchuff.c | 0 {jpeg => media/libjpeg}/jchuff.h | 0 {jpeg => media/libjpeg}/jcinit.c | 0 {jpeg => media/libjpeg}/jcmainct.c | 0 {jpeg => media/libjpeg}/jcmarker.c | 0 {jpeg => media/libjpeg}/jcmaster.c | 0 {jpeg => media/libjpeg}/jcomapi.c | 0 {jpeg => media/libjpeg}/jconfig.h | 0 {jpeg => media/libjpeg}/jconfig.h.in | 0 {jpeg => media/libjpeg}/jcparam.c | 0 {jpeg => media/libjpeg}/jcphuff.c | 0 {jpeg => media/libjpeg}/jcprepct.c | 0 {jpeg => media/libjpeg}/jcsample.c | 0 {jpeg => media/libjpeg}/jdapimin.c | 0 {jpeg => media/libjpeg}/jdapistd.c | 0 {jpeg => media/libjpeg}/jdarith.c | 0 {jpeg => media/libjpeg}/jdatadst.c | 0 {jpeg => media/libjpeg}/jdatasrc.c | 0 {jpeg => media/libjpeg}/jdcoefct.c | 0 {jpeg => media/libjpeg}/jdcolor.c | 0 {jpeg => media/libjpeg}/jdct.h | 0 {jpeg => media/libjpeg}/jddctmgr.c | 0 {jpeg => media/libjpeg}/jdhuff.c | 0 {jpeg => media/libjpeg}/jdhuff.h | 0 {jpeg => media/libjpeg}/jdinput.c | 0 {jpeg => media/libjpeg}/jdmainct.c | 0 {jpeg => media/libjpeg}/jdmarker.c | 0 {jpeg => media/libjpeg}/jdmaster.c | 0 {jpeg => media/libjpeg}/jdmerge.c | 0 {jpeg => media/libjpeg}/jdphuff.c | 0 {jpeg => media/libjpeg}/jdpostct.c | 0 {jpeg => media/libjpeg}/jdsample.c | 0 {jpeg => media/libjpeg}/jdtrans.c | 0 {jpeg => media/libjpeg}/jerror.c | 0 {jpeg => media/libjpeg}/jerror.h | 0 {jpeg => media/libjpeg}/jfdctflt.c | 0 {jpeg => media/libjpeg}/jfdctfst.c | 0 {jpeg => media/libjpeg}/jfdctint.c | 0 {jpeg => media/libjpeg}/jidctflt.c | 0 {jpeg => media/libjpeg}/jidctfst.c | 0 {jpeg => media/libjpeg}/jidctint.c | 0 {jpeg => media/libjpeg}/jidctred.c | 0 {jpeg => media/libjpeg}/jinclude.h | 0 {jpeg => media/libjpeg}/jmemmgr.c | 0 {jpeg => media/libjpeg}/jmemnobs.c | 0 {jpeg => media/libjpeg}/jmemsys.h | 0 {jpeg => media/libjpeg}/jmorecfg.h | 0 {jpeg => media/libjpeg}/jpegcomp.h | 0 {jpeg => media/libjpeg}/jpegint.h | 0 {jpeg => media/libjpeg}/jpeglib.h | 0 {jpeg => media/libjpeg}/jquant1.c | 0 {jpeg => media/libjpeg}/jquant2.c | 0 {jpeg => media/libjpeg}/jsimd.h | 0 {jpeg => media/libjpeg}/jsimd_none.c | 0 {jpeg => media/libjpeg}/jsimddct.h | 0 {jpeg => media/libjpeg}/jutils.c | 0 {jpeg => media/libjpeg}/jversion.h | 0 {jpeg => media/libjpeg}/simd/Makefile.in | 2 +- {jpeg => media/libjpeg}/simd/jcclrmmx.asm | 0 {jpeg => media/libjpeg}/simd/jcclrss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jcclrss2.asm | 0 {jpeg => media/libjpeg}/simd/jccolmmx.asm | 0 {jpeg => media/libjpeg}/simd/jccolss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jccolss2.asm | 0 {jpeg => media/libjpeg}/simd/jcolsamp.inc | 0 {jpeg => media/libjpeg}/simd/jcqnt3dn.asm | 0 {jpeg => media/libjpeg}/simd/jcqntmmx.asm | 0 {jpeg => media/libjpeg}/simd/jcqnts2f-64.asm | 0 {jpeg => media/libjpeg}/simd/jcqnts2f.asm | 0 {jpeg => media/libjpeg}/simd/jcqnts2i-64.asm | 0 {jpeg => media/libjpeg}/simd/jcqnts2i.asm | 0 {jpeg => media/libjpeg}/simd/jcqntsse.asm | 0 {jpeg => media/libjpeg}/simd/jcsammmx.asm | 0 {jpeg => media/libjpeg}/simd/jcsamss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jcsamss2.asm | 0 {jpeg => media/libjpeg}/simd/jdclrmmx.asm | 0 {jpeg => media/libjpeg}/simd/jdclrss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jdclrss2.asm | 0 {jpeg => media/libjpeg}/simd/jdcolmmx.asm | 0 {jpeg => media/libjpeg}/simd/jdcolss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jdcolss2.asm | 0 {jpeg => media/libjpeg}/simd/jdct.inc | 0 {jpeg => media/libjpeg}/simd/jdmermmx.asm | 0 {jpeg => media/libjpeg}/simd/jdmerss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jdmerss2.asm | 0 {jpeg => media/libjpeg}/simd/jdmrgmmx.asm | 0 {jpeg => media/libjpeg}/simd/jdmrgss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jdmrgss2.asm | 0 {jpeg => media/libjpeg}/simd/jdsammmx.asm | 0 {jpeg => media/libjpeg}/simd/jdsamss2-64.asm | 0 {jpeg => media/libjpeg}/simd/jdsamss2.asm | 0 {jpeg => media/libjpeg}/simd/jf3dnflt.asm | 0 {jpeg => media/libjpeg}/simd/jfmmxfst.asm | 0 {jpeg => media/libjpeg}/simd/jfmmxint.asm | 0 {jpeg => media/libjpeg}/simd/jfss2fst-64.asm | 0 {jpeg => media/libjpeg}/simd/jfss2fst.asm | 0 {jpeg => media/libjpeg}/simd/jfss2int-64.asm | 0 {jpeg => media/libjpeg}/simd/jfss2int.asm | 0 {jpeg => media/libjpeg}/simd/jfsseflt-64.asm | 0 {jpeg => media/libjpeg}/simd/jfsseflt.asm | 0 {jpeg => media/libjpeg}/simd/ji3dnflt.asm | 0 {jpeg => media/libjpeg}/simd/jimmxfst.asm | 0 {jpeg => media/libjpeg}/simd/jimmxint.asm | 0 {jpeg => media/libjpeg}/simd/jimmxred.asm | 0 {jpeg => media/libjpeg}/simd/jiss2flt-64.asm | 0 {jpeg => media/libjpeg}/simd/jiss2flt.asm | 0 {jpeg => media/libjpeg}/simd/jiss2fst-64.asm | 0 {jpeg => media/libjpeg}/simd/jiss2fst.asm | 0 {jpeg => media/libjpeg}/simd/jiss2int-64.asm | 0 {jpeg => media/libjpeg}/simd/jiss2int.asm | 0 {jpeg => media/libjpeg}/simd/jiss2red-64.asm | 0 {jpeg => media/libjpeg}/simd/jiss2red.asm | 0 {jpeg => media/libjpeg}/simd/jisseflt.asm | 0 {jpeg => media/libjpeg}/simd/jsimd.h | 0 {jpeg => media/libjpeg}/simd/jsimd_i386.c | 0 {jpeg => media/libjpeg}/simd/jsimd_x86_64.c | 0 {jpeg => media/libjpeg}/simd/jsimdcfg.inc | 0 {jpeg => media/libjpeg}/simd/jsimdcfg.inc.h | 0 {jpeg => media/libjpeg}/simd/jsimdcpu.asm | 0 {jpeg => media/libjpeg}/simd/jsimdext.inc | 0 {jpeg => media/libjpeg}/transupp.h | 0 toolkit/toolkit-makefiles.sh | 2 +- toolkit/toolkit-tiers.mk | 2 +- tools/relic/relic | 3 +-- 138 files changed, 8 insertions(+), 9 deletions(-) rename {jpeg => media/libjpeg}/MOZCHANGES (100%) rename {jpeg => media/libjpeg}/Makefile.in (98%) rename {jpeg => media/libjpeg}/README (100%) rename {jpeg => media/libjpeg}/README-turbo.txt (100%) rename {jpeg => media/libjpeg}/cderror.h (100%) rename {jpeg => media/libjpeg}/cdjpeg.h (100%) rename {jpeg => media/libjpeg}/jaricom.c (100%) rename {jpeg => media/libjpeg}/jcapimin.c (100%) rename {jpeg => media/libjpeg}/jcapistd.c (100%) rename {jpeg => media/libjpeg}/jcarith.c (100%) rename {jpeg => media/libjpeg}/jccoefct.c (100%) rename {jpeg => media/libjpeg}/jccolor.c (100%) rename {jpeg => media/libjpeg}/jcdctmgr.c (100%) rename {jpeg => media/libjpeg}/jchuff.c (100%) rename {jpeg => media/libjpeg}/jchuff.h (100%) rename {jpeg => media/libjpeg}/jcinit.c (100%) rename {jpeg => media/libjpeg}/jcmainct.c (100%) rename {jpeg => media/libjpeg}/jcmarker.c (100%) rename {jpeg => media/libjpeg}/jcmaster.c (100%) rename {jpeg => media/libjpeg}/jcomapi.c (100%) rename {jpeg => media/libjpeg}/jconfig.h (100%) rename {jpeg => media/libjpeg}/jconfig.h.in (100%) rename {jpeg => media/libjpeg}/jcparam.c (100%) rename {jpeg => media/libjpeg}/jcphuff.c (100%) rename {jpeg => media/libjpeg}/jcprepct.c (100%) rename {jpeg => media/libjpeg}/jcsample.c (100%) rename {jpeg => media/libjpeg}/jdapimin.c (100%) rename {jpeg => media/libjpeg}/jdapistd.c (100%) rename {jpeg => media/libjpeg}/jdarith.c (100%) rename {jpeg => media/libjpeg}/jdatadst.c (100%) rename {jpeg => media/libjpeg}/jdatasrc.c (100%) rename {jpeg => media/libjpeg}/jdcoefct.c (100%) rename {jpeg => media/libjpeg}/jdcolor.c (100%) rename {jpeg => media/libjpeg}/jdct.h (100%) rename {jpeg => media/libjpeg}/jddctmgr.c (100%) rename {jpeg => media/libjpeg}/jdhuff.c (100%) rename {jpeg => media/libjpeg}/jdhuff.h (100%) rename {jpeg => media/libjpeg}/jdinput.c (100%) rename {jpeg => media/libjpeg}/jdmainct.c (100%) rename {jpeg => media/libjpeg}/jdmarker.c (100%) rename {jpeg => media/libjpeg}/jdmaster.c (100%) rename {jpeg => media/libjpeg}/jdmerge.c (100%) rename {jpeg => media/libjpeg}/jdphuff.c (100%) rename {jpeg => media/libjpeg}/jdpostct.c (100%) rename {jpeg => media/libjpeg}/jdsample.c (100%) rename {jpeg => media/libjpeg}/jdtrans.c (100%) rename {jpeg => media/libjpeg}/jerror.c (100%) rename {jpeg => media/libjpeg}/jerror.h (100%) rename {jpeg => media/libjpeg}/jfdctflt.c (100%) rename {jpeg => media/libjpeg}/jfdctfst.c (100%) rename {jpeg => media/libjpeg}/jfdctint.c (100%) rename {jpeg => media/libjpeg}/jidctflt.c (100%) rename {jpeg => media/libjpeg}/jidctfst.c (100%) rename {jpeg => media/libjpeg}/jidctint.c (100%) rename {jpeg => media/libjpeg}/jidctred.c (100%) rename {jpeg => media/libjpeg}/jinclude.h (100%) rename {jpeg => media/libjpeg}/jmemmgr.c (100%) rename {jpeg => media/libjpeg}/jmemnobs.c (100%) rename {jpeg => media/libjpeg}/jmemsys.h (100%) rename {jpeg => media/libjpeg}/jmorecfg.h (100%) rename {jpeg => media/libjpeg}/jpegcomp.h (100%) rename {jpeg => media/libjpeg}/jpegint.h (100%) rename {jpeg => media/libjpeg}/jpeglib.h (100%) rename {jpeg => media/libjpeg}/jquant1.c (100%) rename {jpeg => media/libjpeg}/jquant2.c (100%) rename {jpeg => media/libjpeg}/jsimd.h (100%) rename {jpeg => media/libjpeg}/jsimd_none.c (100%) rename {jpeg => media/libjpeg}/jsimddct.h (100%) rename {jpeg => media/libjpeg}/jutils.c (100%) rename {jpeg => media/libjpeg}/jversion.h (100%) rename {jpeg => media/libjpeg}/simd/Makefile.in (99%) rename {jpeg => media/libjpeg}/simd/jcclrmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jcclrss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jcclrss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jccolmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jccolss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jccolss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jcolsamp.inc (100%) rename {jpeg => media/libjpeg}/simd/jcqnt3dn.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqntmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqnts2f-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqnts2f.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqnts2i-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqnts2i.asm (100%) rename {jpeg => media/libjpeg}/simd/jcqntsse.asm (100%) rename {jpeg => media/libjpeg}/simd/jcsammmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jcsamss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jcsamss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jdclrmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jdclrss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jdclrss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jdcolmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jdcolss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jdcolss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jdct.inc (100%) rename {jpeg => media/libjpeg}/simd/jdmermmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jdmerss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jdmerss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jdmrgmmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jdmrgss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jdmrgss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jdsammmx.asm (100%) rename {jpeg => media/libjpeg}/simd/jdsamss2-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jdsamss2.asm (100%) rename {jpeg => media/libjpeg}/simd/jf3dnflt.asm (100%) rename {jpeg => media/libjpeg}/simd/jfmmxfst.asm (100%) rename {jpeg => media/libjpeg}/simd/jfmmxint.asm (100%) rename {jpeg => media/libjpeg}/simd/jfss2fst-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jfss2fst.asm (100%) rename {jpeg => media/libjpeg}/simd/jfss2int-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jfss2int.asm (100%) rename {jpeg => media/libjpeg}/simd/jfsseflt-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jfsseflt.asm (100%) rename {jpeg => media/libjpeg}/simd/ji3dnflt.asm (100%) rename {jpeg => media/libjpeg}/simd/jimmxfst.asm (100%) rename {jpeg => media/libjpeg}/simd/jimmxint.asm (100%) rename {jpeg => media/libjpeg}/simd/jimmxred.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2flt-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2flt.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2fst-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2fst.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2int-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2int.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2red-64.asm (100%) rename {jpeg => media/libjpeg}/simd/jiss2red.asm (100%) rename {jpeg => media/libjpeg}/simd/jisseflt.asm (100%) rename {jpeg => media/libjpeg}/simd/jsimd.h (100%) rename {jpeg => media/libjpeg}/simd/jsimd_i386.c (100%) rename {jpeg => media/libjpeg}/simd/jsimd_x86_64.c (100%) rename {jpeg => media/libjpeg}/simd/jsimdcfg.inc (100%) rename {jpeg => media/libjpeg}/simd/jsimdcfg.inc.h (100%) rename {jpeg => media/libjpeg}/simd/jsimdcpu.asm (100%) rename {jpeg => media/libjpeg}/simd/jsimdext.inc (100%) rename {jpeg => media/libjpeg}/transupp.h (100%) diff --git a/configure.in b/configure.in index ef787df52888..979f1dbb2955 100644 --- a/configure.in +++ b/configure.in @@ -1292,7 +1292,7 @@ WIN_TOP_SRC= MOZ_USER_DIR=".mozilla" MOZ_JPEG_CFLAGS= -MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,mozjpeg,$(DEPTH)/jpeg)' +MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,mozjpeg,$(DEPTH)/media/libjpeg)' MOZ_ZLIB_CFLAGS= MOZ_ZLIB_LIBS='$(call EXPAND_LIBNAME_PATH,mozz,$(DEPTH)/modules/zlib/src)' MOZ_BZ2_CFLAGS= @@ -2291,7 +2291,7 @@ ia64*-hpux*) LDFLAGS="$LDFLAGS -DYNAMICBASE" fi fi - MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg32$(VERSION_NUMBER),$(DEPTH)/jpeg)' + MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg32$(VERSION_NUMBER),$(DEPTH)/media/libjpeg)' MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,png,$(DEPTH)/modules/libimg/png)' AC_DEFINE(HAVE_SNPRINTF) AC_DEFINE(_WINDOWS) diff --git a/jpeg/MOZCHANGES b/media/libjpeg/MOZCHANGES similarity index 100% rename from jpeg/MOZCHANGES rename to media/libjpeg/MOZCHANGES diff --git a/jpeg/Makefile.in b/media/libjpeg/Makefile.in similarity index 98% rename from jpeg/Makefile.in rename to media/libjpeg/Makefile.in index 8a538b70a1fb..1d82ea257908 100644 --- a/jpeg/Makefile.in +++ b/media/libjpeg/Makefile.in @@ -36,7 +36,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = .. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -107,7 +107,7 @@ CSRCS += \ AS=$(LIBJPEG_TURBO_AS) ASM_SUFFIX=asm -ASFLAGS=$(LIBJPEG_TURBO_ASFLAGS) -I$(topsrcdir)/jpeg/simd/ +ASFLAGS=$(LIBJPEG_TURBO_ASFLAGS) -I$(topsrcdir)/media/libjpeg/simd/ ifeq ($(AS),yasm) # yasm doesn't like -c diff --git a/jpeg/README b/media/libjpeg/README similarity index 100% rename from jpeg/README rename to media/libjpeg/README diff --git a/jpeg/README-turbo.txt b/media/libjpeg/README-turbo.txt similarity index 100% rename from jpeg/README-turbo.txt rename to media/libjpeg/README-turbo.txt diff --git a/jpeg/cderror.h b/media/libjpeg/cderror.h similarity index 100% rename from jpeg/cderror.h rename to media/libjpeg/cderror.h diff --git a/jpeg/cdjpeg.h b/media/libjpeg/cdjpeg.h similarity index 100% rename from jpeg/cdjpeg.h rename to media/libjpeg/cdjpeg.h diff --git a/jpeg/jaricom.c b/media/libjpeg/jaricom.c similarity index 100% rename from jpeg/jaricom.c rename to media/libjpeg/jaricom.c diff --git a/jpeg/jcapimin.c b/media/libjpeg/jcapimin.c similarity index 100% rename from jpeg/jcapimin.c rename to media/libjpeg/jcapimin.c diff --git a/jpeg/jcapistd.c b/media/libjpeg/jcapistd.c similarity index 100% rename from jpeg/jcapistd.c rename to media/libjpeg/jcapistd.c diff --git a/jpeg/jcarith.c b/media/libjpeg/jcarith.c similarity index 100% rename from jpeg/jcarith.c rename to media/libjpeg/jcarith.c diff --git a/jpeg/jccoefct.c b/media/libjpeg/jccoefct.c similarity index 100% rename from jpeg/jccoefct.c rename to media/libjpeg/jccoefct.c diff --git a/jpeg/jccolor.c b/media/libjpeg/jccolor.c similarity index 100% rename from jpeg/jccolor.c rename to media/libjpeg/jccolor.c diff --git a/jpeg/jcdctmgr.c b/media/libjpeg/jcdctmgr.c similarity index 100% rename from jpeg/jcdctmgr.c rename to media/libjpeg/jcdctmgr.c diff --git a/jpeg/jchuff.c b/media/libjpeg/jchuff.c similarity index 100% rename from jpeg/jchuff.c rename to media/libjpeg/jchuff.c diff --git a/jpeg/jchuff.h b/media/libjpeg/jchuff.h similarity index 100% rename from jpeg/jchuff.h rename to media/libjpeg/jchuff.h diff --git a/jpeg/jcinit.c b/media/libjpeg/jcinit.c similarity index 100% rename from jpeg/jcinit.c rename to media/libjpeg/jcinit.c diff --git a/jpeg/jcmainct.c b/media/libjpeg/jcmainct.c similarity index 100% rename from jpeg/jcmainct.c rename to media/libjpeg/jcmainct.c diff --git a/jpeg/jcmarker.c b/media/libjpeg/jcmarker.c similarity index 100% rename from jpeg/jcmarker.c rename to media/libjpeg/jcmarker.c diff --git a/jpeg/jcmaster.c b/media/libjpeg/jcmaster.c similarity index 100% rename from jpeg/jcmaster.c rename to media/libjpeg/jcmaster.c diff --git a/jpeg/jcomapi.c b/media/libjpeg/jcomapi.c similarity index 100% rename from jpeg/jcomapi.c rename to media/libjpeg/jcomapi.c diff --git a/jpeg/jconfig.h b/media/libjpeg/jconfig.h similarity index 100% rename from jpeg/jconfig.h rename to media/libjpeg/jconfig.h diff --git a/jpeg/jconfig.h.in b/media/libjpeg/jconfig.h.in similarity index 100% rename from jpeg/jconfig.h.in rename to media/libjpeg/jconfig.h.in diff --git a/jpeg/jcparam.c b/media/libjpeg/jcparam.c similarity index 100% rename from jpeg/jcparam.c rename to media/libjpeg/jcparam.c diff --git a/jpeg/jcphuff.c b/media/libjpeg/jcphuff.c similarity index 100% rename from jpeg/jcphuff.c rename to media/libjpeg/jcphuff.c diff --git a/jpeg/jcprepct.c b/media/libjpeg/jcprepct.c similarity index 100% rename from jpeg/jcprepct.c rename to media/libjpeg/jcprepct.c diff --git a/jpeg/jcsample.c b/media/libjpeg/jcsample.c similarity index 100% rename from jpeg/jcsample.c rename to media/libjpeg/jcsample.c diff --git a/jpeg/jdapimin.c b/media/libjpeg/jdapimin.c similarity index 100% rename from jpeg/jdapimin.c rename to media/libjpeg/jdapimin.c diff --git a/jpeg/jdapistd.c b/media/libjpeg/jdapistd.c similarity index 100% rename from jpeg/jdapistd.c rename to media/libjpeg/jdapistd.c diff --git a/jpeg/jdarith.c b/media/libjpeg/jdarith.c similarity index 100% rename from jpeg/jdarith.c rename to media/libjpeg/jdarith.c diff --git a/jpeg/jdatadst.c b/media/libjpeg/jdatadst.c similarity index 100% rename from jpeg/jdatadst.c rename to media/libjpeg/jdatadst.c diff --git a/jpeg/jdatasrc.c b/media/libjpeg/jdatasrc.c similarity index 100% rename from jpeg/jdatasrc.c rename to media/libjpeg/jdatasrc.c diff --git a/jpeg/jdcoefct.c b/media/libjpeg/jdcoefct.c similarity index 100% rename from jpeg/jdcoefct.c rename to media/libjpeg/jdcoefct.c diff --git a/jpeg/jdcolor.c b/media/libjpeg/jdcolor.c similarity index 100% rename from jpeg/jdcolor.c rename to media/libjpeg/jdcolor.c diff --git a/jpeg/jdct.h b/media/libjpeg/jdct.h similarity index 100% rename from jpeg/jdct.h rename to media/libjpeg/jdct.h diff --git a/jpeg/jddctmgr.c b/media/libjpeg/jddctmgr.c similarity index 100% rename from jpeg/jddctmgr.c rename to media/libjpeg/jddctmgr.c diff --git a/jpeg/jdhuff.c b/media/libjpeg/jdhuff.c similarity index 100% rename from jpeg/jdhuff.c rename to media/libjpeg/jdhuff.c diff --git a/jpeg/jdhuff.h b/media/libjpeg/jdhuff.h similarity index 100% rename from jpeg/jdhuff.h rename to media/libjpeg/jdhuff.h diff --git a/jpeg/jdinput.c b/media/libjpeg/jdinput.c similarity index 100% rename from jpeg/jdinput.c rename to media/libjpeg/jdinput.c diff --git a/jpeg/jdmainct.c b/media/libjpeg/jdmainct.c similarity index 100% rename from jpeg/jdmainct.c rename to media/libjpeg/jdmainct.c diff --git a/jpeg/jdmarker.c b/media/libjpeg/jdmarker.c similarity index 100% rename from jpeg/jdmarker.c rename to media/libjpeg/jdmarker.c diff --git a/jpeg/jdmaster.c b/media/libjpeg/jdmaster.c similarity index 100% rename from jpeg/jdmaster.c rename to media/libjpeg/jdmaster.c diff --git a/jpeg/jdmerge.c b/media/libjpeg/jdmerge.c similarity index 100% rename from jpeg/jdmerge.c rename to media/libjpeg/jdmerge.c diff --git a/jpeg/jdphuff.c b/media/libjpeg/jdphuff.c similarity index 100% rename from jpeg/jdphuff.c rename to media/libjpeg/jdphuff.c diff --git a/jpeg/jdpostct.c b/media/libjpeg/jdpostct.c similarity index 100% rename from jpeg/jdpostct.c rename to media/libjpeg/jdpostct.c diff --git a/jpeg/jdsample.c b/media/libjpeg/jdsample.c similarity index 100% rename from jpeg/jdsample.c rename to media/libjpeg/jdsample.c diff --git a/jpeg/jdtrans.c b/media/libjpeg/jdtrans.c similarity index 100% rename from jpeg/jdtrans.c rename to media/libjpeg/jdtrans.c diff --git a/jpeg/jerror.c b/media/libjpeg/jerror.c similarity index 100% rename from jpeg/jerror.c rename to media/libjpeg/jerror.c diff --git a/jpeg/jerror.h b/media/libjpeg/jerror.h similarity index 100% rename from jpeg/jerror.h rename to media/libjpeg/jerror.h diff --git a/jpeg/jfdctflt.c b/media/libjpeg/jfdctflt.c similarity index 100% rename from jpeg/jfdctflt.c rename to media/libjpeg/jfdctflt.c diff --git a/jpeg/jfdctfst.c b/media/libjpeg/jfdctfst.c similarity index 100% rename from jpeg/jfdctfst.c rename to media/libjpeg/jfdctfst.c diff --git a/jpeg/jfdctint.c b/media/libjpeg/jfdctint.c similarity index 100% rename from jpeg/jfdctint.c rename to media/libjpeg/jfdctint.c diff --git a/jpeg/jidctflt.c b/media/libjpeg/jidctflt.c similarity index 100% rename from jpeg/jidctflt.c rename to media/libjpeg/jidctflt.c diff --git a/jpeg/jidctfst.c b/media/libjpeg/jidctfst.c similarity index 100% rename from jpeg/jidctfst.c rename to media/libjpeg/jidctfst.c diff --git a/jpeg/jidctint.c b/media/libjpeg/jidctint.c similarity index 100% rename from jpeg/jidctint.c rename to media/libjpeg/jidctint.c diff --git a/jpeg/jidctred.c b/media/libjpeg/jidctred.c similarity index 100% rename from jpeg/jidctred.c rename to media/libjpeg/jidctred.c diff --git a/jpeg/jinclude.h b/media/libjpeg/jinclude.h similarity index 100% rename from jpeg/jinclude.h rename to media/libjpeg/jinclude.h diff --git a/jpeg/jmemmgr.c b/media/libjpeg/jmemmgr.c similarity index 100% rename from jpeg/jmemmgr.c rename to media/libjpeg/jmemmgr.c diff --git a/jpeg/jmemnobs.c b/media/libjpeg/jmemnobs.c similarity index 100% rename from jpeg/jmemnobs.c rename to media/libjpeg/jmemnobs.c diff --git a/jpeg/jmemsys.h b/media/libjpeg/jmemsys.h similarity index 100% rename from jpeg/jmemsys.h rename to media/libjpeg/jmemsys.h diff --git a/jpeg/jmorecfg.h b/media/libjpeg/jmorecfg.h similarity index 100% rename from jpeg/jmorecfg.h rename to media/libjpeg/jmorecfg.h diff --git a/jpeg/jpegcomp.h b/media/libjpeg/jpegcomp.h similarity index 100% rename from jpeg/jpegcomp.h rename to media/libjpeg/jpegcomp.h diff --git a/jpeg/jpegint.h b/media/libjpeg/jpegint.h similarity index 100% rename from jpeg/jpegint.h rename to media/libjpeg/jpegint.h diff --git a/jpeg/jpeglib.h b/media/libjpeg/jpeglib.h similarity index 100% rename from jpeg/jpeglib.h rename to media/libjpeg/jpeglib.h diff --git a/jpeg/jquant1.c b/media/libjpeg/jquant1.c similarity index 100% rename from jpeg/jquant1.c rename to media/libjpeg/jquant1.c diff --git a/jpeg/jquant2.c b/media/libjpeg/jquant2.c similarity index 100% rename from jpeg/jquant2.c rename to media/libjpeg/jquant2.c diff --git a/jpeg/jsimd.h b/media/libjpeg/jsimd.h similarity index 100% rename from jpeg/jsimd.h rename to media/libjpeg/jsimd.h diff --git a/jpeg/jsimd_none.c b/media/libjpeg/jsimd_none.c similarity index 100% rename from jpeg/jsimd_none.c rename to media/libjpeg/jsimd_none.c diff --git a/jpeg/jsimddct.h b/media/libjpeg/jsimddct.h similarity index 100% rename from jpeg/jsimddct.h rename to media/libjpeg/jsimddct.h diff --git a/jpeg/jutils.c b/media/libjpeg/jutils.c similarity index 100% rename from jpeg/jutils.c rename to media/libjpeg/jutils.c diff --git a/jpeg/jversion.h b/media/libjpeg/jversion.h similarity index 100% rename from jpeg/jversion.h rename to media/libjpeg/jversion.h diff --git a/jpeg/simd/Makefile.in b/media/libjpeg/simd/Makefile.in similarity index 99% rename from jpeg/simd/Makefile.in rename to media/libjpeg/simd/Makefile.in index 04f1d47071ea..2de7ed0e699a 100644 --- a/jpeg/simd/Makefile.in +++ b/media/libjpeg/simd/Makefile.in @@ -36,7 +36,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/jpeg/simd/jcclrmmx.asm b/media/libjpeg/simd/jcclrmmx.asm similarity index 100% rename from jpeg/simd/jcclrmmx.asm rename to media/libjpeg/simd/jcclrmmx.asm diff --git a/jpeg/simd/jcclrss2-64.asm b/media/libjpeg/simd/jcclrss2-64.asm similarity index 100% rename from jpeg/simd/jcclrss2-64.asm rename to media/libjpeg/simd/jcclrss2-64.asm diff --git a/jpeg/simd/jcclrss2.asm b/media/libjpeg/simd/jcclrss2.asm similarity index 100% rename from jpeg/simd/jcclrss2.asm rename to media/libjpeg/simd/jcclrss2.asm diff --git a/jpeg/simd/jccolmmx.asm b/media/libjpeg/simd/jccolmmx.asm similarity index 100% rename from jpeg/simd/jccolmmx.asm rename to media/libjpeg/simd/jccolmmx.asm diff --git a/jpeg/simd/jccolss2-64.asm b/media/libjpeg/simd/jccolss2-64.asm similarity index 100% rename from jpeg/simd/jccolss2-64.asm rename to media/libjpeg/simd/jccolss2-64.asm diff --git a/jpeg/simd/jccolss2.asm b/media/libjpeg/simd/jccolss2.asm similarity index 100% rename from jpeg/simd/jccolss2.asm rename to media/libjpeg/simd/jccolss2.asm diff --git a/jpeg/simd/jcolsamp.inc b/media/libjpeg/simd/jcolsamp.inc similarity index 100% rename from jpeg/simd/jcolsamp.inc rename to media/libjpeg/simd/jcolsamp.inc diff --git a/jpeg/simd/jcqnt3dn.asm b/media/libjpeg/simd/jcqnt3dn.asm similarity index 100% rename from jpeg/simd/jcqnt3dn.asm rename to media/libjpeg/simd/jcqnt3dn.asm diff --git a/jpeg/simd/jcqntmmx.asm b/media/libjpeg/simd/jcqntmmx.asm similarity index 100% rename from jpeg/simd/jcqntmmx.asm rename to media/libjpeg/simd/jcqntmmx.asm diff --git a/jpeg/simd/jcqnts2f-64.asm b/media/libjpeg/simd/jcqnts2f-64.asm similarity index 100% rename from jpeg/simd/jcqnts2f-64.asm rename to media/libjpeg/simd/jcqnts2f-64.asm diff --git a/jpeg/simd/jcqnts2f.asm b/media/libjpeg/simd/jcqnts2f.asm similarity index 100% rename from jpeg/simd/jcqnts2f.asm rename to media/libjpeg/simd/jcqnts2f.asm diff --git a/jpeg/simd/jcqnts2i-64.asm b/media/libjpeg/simd/jcqnts2i-64.asm similarity index 100% rename from jpeg/simd/jcqnts2i-64.asm rename to media/libjpeg/simd/jcqnts2i-64.asm diff --git a/jpeg/simd/jcqnts2i.asm b/media/libjpeg/simd/jcqnts2i.asm similarity index 100% rename from jpeg/simd/jcqnts2i.asm rename to media/libjpeg/simd/jcqnts2i.asm diff --git a/jpeg/simd/jcqntsse.asm b/media/libjpeg/simd/jcqntsse.asm similarity index 100% rename from jpeg/simd/jcqntsse.asm rename to media/libjpeg/simd/jcqntsse.asm diff --git a/jpeg/simd/jcsammmx.asm b/media/libjpeg/simd/jcsammmx.asm similarity index 100% rename from jpeg/simd/jcsammmx.asm rename to media/libjpeg/simd/jcsammmx.asm diff --git a/jpeg/simd/jcsamss2-64.asm b/media/libjpeg/simd/jcsamss2-64.asm similarity index 100% rename from jpeg/simd/jcsamss2-64.asm rename to media/libjpeg/simd/jcsamss2-64.asm diff --git a/jpeg/simd/jcsamss2.asm b/media/libjpeg/simd/jcsamss2.asm similarity index 100% rename from jpeg/simd/jcsamss2.asm rename to media/libjpeg/simd/jcsamss2.asm diff --git a/jpeg/simd/jdclrmmx.asm b/media/libjpeg/simd/jdclrmmx.asm similarity index 100% rename from jpeg/simd/jdclrmmx.asm rename to media/libjpeg/simd/jdclrmmx.asm diff --git a/jpeg/simd/jdclrss2-64.asm b/media/libjpeg/simd/jdclrss2-64.asm similarity index 100% rename from jpeg/simd/jdclrss2-64.asm rename to media/libjpeg/simd/jdclrss2-64.asm diff --git a/jpeg/simd/jdclrss2.asm b/media/libjpeg/simd/jdclrss2.asm similarity index 100% rename from jpeg/simd/jdclrss2.asm rename to media/libjpeg/simd/jdclrss2.asm diff --git a/jpeg/simd/jdcolmmx.asm b/media/libjpeg/simd/jdcolmmx.asm similarity index 100% rename from jpeg/simd/jdcolmmx.asm rename to media/libjpeg/simd/jdcolmmx.asm diff --git a/jpeg/simd/jdcolss2-64.asm b/media/libjpeg/simd/jdcolss2-64.asm similarity index 100% rename from jpeg/simd/jdcolss2-64.asm rename to media/libjpeg/simd/jdcolss2-64.asm diff --git a/jpeg/simd/jdcolss2.asm b/media/libjpeg/simd/jdcolss2.asm similarity index 100% rename from jpeg/simd/jdcolss2.asm rename to media/libjpeg/simd/jdcolss2.asm diff --git a/jpeg/simd/jdct.inc b/media/libjpeg/simd/jdct.inc similarity index 100% rename from jpeg/simd/jdct.inc rename to media/libjpeg/simd/jdct.inc diff --git a/jpeg/simd/jdmermmx.asm b/media/libjpeg/simd/jdmermmx.asm similarity index 100% rename from jpeg/simd/jdmermmx.asm rename to media/libjpeg/simd/jdmermmx.asm diff --git a/jpeg/simd/jdmerss2-64.asm b/media/libjpeg/simd/jdmerss2-64.asm similarity index 100% rename from jpeg/simd/jdmerss2-64.asm rename to media/libjpeg/simd/jdmerss2-64.asm diff --git a/jpeg/simd/jdmerss2.asm b/media/libjpeg/simd/jdmerss2.asm similarity index 100% rename from jpeg/simd/jdmerss2.asm rename to media/libjpeg/simd/jdmerss2.asm diff --git a/jpeg/simd/jdmrgmmx.asm b/media/libjpeg/simd/jdmrgmmx.asm similarity index 100% rename from jpeg/simd/jdmrgmmx.asm rename to media/libjpeg/simd/jdmrgmmx.asm diff --git a/jpeg/simd/jdmrgss2-64.asm b/media/libjpeg/simd/jdmrgss2-64.asm similarity index 100% rename from jpeg/simd/jdmrgss2-64.asm rename to media/libjpeg/simd/jdmrgss2-64.asm diff --git a/jpeg/simd/jdmrgss2.asm b/media/libjpeg/simd/jdmrgss2.asm similarity index 100% rename from jpeg/simd/jdmrgss2.asm rename to media/libjpeg/simd/jdmrgss2.asm diff --git a/jpeg/simd/jdsammmx.asm b/media/libjpeg/simd/jdsammmx.asm similarity index 100% rename from jpeg/simd/jdsammmx.asm rename to media/libjpeg/simd/jdsammmx.asm diff --git a/jpeg/simd/jdsamss2-64.asm b/media/libjpeg/simd/jdsamss2-64.asm similarity index 100% rename from jpeg/simd/jdsamss2-64.asm rename to media/libjpeg/simd/jdsamss2-64.asm diff --git a/jpeg/simd/jdsamss2.asm b/media/libjpeg/simd/jdsamss2.asm similarity index 100% rename from jpeg/simd/jdsamss2.asm rename to media/libjpeg/simd/jdsamss2.asm diff --git a/jpeg/simd/jf3dnflt.asm b/media/libjpeg/simd/jf3dnflt.asm similarity index 100% rename from jpeg/simd/jf3dnflt.asm rename to media/libjpeg/simd/jf3dnflt.asm diff --git a/jpeg/simd/jfmmxfst.asm b/media/libjpeg/simd/jfmmxfst.asm similarity index 100% rename from jpeg/simd/jfmmxfst.asm rename to media/libjpeg/simd/jfmmxfst.asm diff --git a/jpeg/simd/jfmmxint.asm b/media/libjpeg/simd/jfmmxint.asm similarity index 100% rename from jpeg/simd/jfmmxint.asm rename to media/libjpeg/simd/jfmmxint.asm diff --git a/jpeg/simd/jfss2fst-64.asm b/media/libjpeg/simd/jfss2fst-64.asm similarity index 100% rename from jpeg/simd/jfss2fst-64.asm rename to media/libjpeg/simd/jfss2fst-64.asm diff --git a/jpeg/simd/jfss2fst.asm b/media/libjpeg/simd/jfss2fst.asm similarity index 100% rename from jpeg/simd/jfss2fst.asm rename to media/libjpeg/simd/jfss2fst.asm diff --git a/jpeg/simd/jfss2int-64.asm b/media/libjpeg/simd/jfss2int-64.asm similarity index 100% rename from jpeg/simd/jfss2int-64.asm rename to media/libjpeg/simd/jfss2int-64.asm diff --git a/jpeg/simd/jfss2int.asm b/media/libjpeg/simd/jfss2int.asm similarity index 100% rename from jpeg/simd/jfss2int.asm rename to media/libjpeg/simd/jfss2int.asm diff --git a/jpeg/simd/jfsseflt-64.asm b/media/libjpeg/simd/jfsseflt-64.asm similarity index 100% rename from jpeg/simd/jfsseflt-64.asm rename to media/libjpeg/simd/jfsseflt-64.asm diff --git a/jpeg/simd/jfsseflt.asm b/media/libjpeg/simd/jfsseflt.asm similarity index 100% rename from jpeg/simd/jfsseflt.asm rename to media/libjpeg/simd/jfsseflt.asm diff --git a/jpeg/simd/ji3dnflt.asm b/media/libjpeg/simd/ji3dnflt.asm similarity index 100% rename from jpeg/simd/ji3dnflt.asm rename to media/libjpeg/simd/ji3dnflt.asm diff --git a/jpeg/simd/jimmxfst.asm b/media/libjpeg/simd/jimmxfst.asm similarity index 100% rename from jpeg/simd/jimmxfst.asm rename to media/libjpeg/simd/jimmxfst.asm diff --git a/jpeg/simd/jimmxint.asm b/media/libjpeg/simd/jimmxint.asm similarity index 100% rename from jpeg/simd/jimmxint.asm rename to media/libjpeg/simd/jimmxint.asm diff --git a/jpeg/simd/jimmxred.asm b/media/libjpeg/simd/jimmxred.asm similarity index 100% rename from jpeg/simd/jimmxred.asm rename to media/libjpeg/simd/jimmxred.asm diff --git a/jpeg/simd/jiss2flt-64.asm b/media/libjpeg/simd/jiss2flt-64.asm similarity index 100% rename from jpeg/simd/jiss2flt-64.asm rename to media/libjpeg/simd/jiss2flt-64.asm diff --git a/jpeg/simd/jiss2flt.asm b/media/libjpeg/simd/jiss2flt.asm similarity index 100% rename from jpeg/simd/jiss2flt.asm rename to media/libjpeg/simd/jiss2flt.asm diff --git a/jpeg/simd/jiss2fst-64.asm b/media/libjpeg/simd/jiss2fst-64.asm similarity index 100% rename from jpeg/simd/jiss2fst-64.asm rename to media/libjpeg/simd/jiss2fst-64.asm diff --git a/jpeg/simd/jiss2fst.asm b/media/libjpeg/simd/jiss2fst.asm similarity index 100% rename from jpeg/simd/jiss2fst.asm rename to media/libjpeg/simd/jiss2fst.asm diff --git a/jpeg/simd/jiss2int-64.asm b/media/libjpeg/simd/jiss2int-64.asm similarity index 100% rename from jpeg/simd/jiss2int-64.asm rename to media/libjpeg/simd/jiss2int-64.asm diff --git a/jpeg/simd/jiss2int.asm b/media/libjpeg/simd/jiss2int.asm similarity index 100% rename from jpeg/simd/jiss2int.asm rename to media/libjpeg/simd/jiss2int.asm diff --git a/jpeg/simd/jiss2red-64.asm b/media/libjpeg/simd/jiss2red-64.asm similarity index 100% rename from jpeg/simd/jiss2red-64.asm rename to media/libjpeg/simd/jiss2red-64.asm diff --git a/jpeg/simd/jiss2red.asm b/media/libjpeg/simd/jiss2red.asm similarity index 100% rename from jpeg/simd/jiss2red.asm rename to media/libjpeg/simd/jiss2red.asm diff --git a/jpeg/simd/jisseflt.asm b/media/libjpeg/simd/jisseflt.asm similarity index 100% rename from jpeg/simd/jisseflt.asm rename to media/libjpeg/simd/jisseflt.asm diff --git a/jpeg/simd/jsimd.h b/media/libjpeg/simd/jsimd.h similarity index 100% rename from jpeg/simd/jsimd.h rename to media/libjpeg/simd/jsimd.h diff --git a/jpeg/simd/jsimd_i386.c b/media/libjpeg/simd/jsimd_i386.c similarity index 100% rename from jpeg/simd/jsimd_i386.c rename to media/libjpeg/simd/jsimd_i386.c diff --git a/jpeg/simd/jsimd_x86_64.c b/media/libjpeg/simd/jsimd_x86_64.c similarity index 100% rename from jpeg/simd/jsimd_x86_64.c rename to media/libjpeg/simd/jsimd_x86_64.c diff --git a/jpeg/simd/jsimdcfg.inc b/media/libjpeg/simd/jsimdcfg.inc similarity index 100% rename from jpeg/simd/jsimdcfg.inc rename to media/libjpeg/simd/jsimdcfg.inc diff --git a/jpeg/simd/jsimdcfg.inc.h b/media/libjpeg/simd/jsimdcfg.inc.h similarity index 100% rename from jpeg/simd/jsimdcfg.inc.h rename to media/libjpeg/simd/jsimdcfg.inc.h diff --git a/jpeg/simd/jsimdcpu.asm b/media/libjpeg/simd/jsimdcpu.asm similarity index 100% rename from jpeg/simd/jsimdcpu.asm rename to media/libjpeg/simd/jsimdcpu.asm diff --git a/jpeg/simd/jsimdext.inc b/media/libjpeg/simd/jsimdext.inc similarity index 100% rename from jpeg/simd/jsimdext.inc rename to media/libjpeg/simd/jsimdext.inc diff --git a/jpeg/transupp.h b/media/libjpeg/transupp.h similarity index 100% rename from jpeg/transupp.h rename to media/libjpeg/transupp.h diff --git a/toolkit/toolkit-makefiles.sh b/toolkit/toolkit-makefiles.sh index ba0d45f3ff00..b02aefab2f66 100644 --- a/toolkit/toolkit-makefiles.sh +++ b/toolkit/toolkit-makefiles.sh @@ -977,7 +977,7 @@ fi if [ ! "$SYSTEM_JPEG" ]; then add_makefiles " - jpeg/Makefile + media/libjpeg/Makefile " fi diff --git a/toolkit/toolkit-tiers.mk b/toolkit/toolkit-tiers.mk index 8c62e5ce03b5..1a5f7fb97e62 100644 --- a/toolkit/toolkit-tiers.mk +++ b/toolkit/toolkit-tiers.mk @@ -74,7 +74,7 @@ endif # ifndef MOZ_NATIVE_JPEG -tier_platform_dirs += jpeg +tier_platform_dirs += media/libjpeg endif ifdef MOZ_UPDATER diff --git a/tools/relic/relic b/tools/relic/relic index 955b8e2a5e69..859d41b07a45 100755 --- a/tools/relic/relic +++ b/tools/relic/relic @@ -281,8 +281,7 @@ _g_skip_dirs = [ "privacy", # These have their own BSD-like license - "jpeg", - "modules/libimg/mng", + "media/libjpeg", # The following are not supposed to be relicensed, but they do have a # few files in we care about (like makefiles) From 40561455659d86de13dc3fd759d2992d1d1bded0 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 17 Oct 2011 21:25:53 -0700 Subject: [PATCH 2/3] Bug 584894 - Move libpng to media/libpng. r=khuey --HG-- rename : modules/libimg/png/CHANGES => media/libpng/CHANGES rename : modules/libimg/png/LICENSE => media/libpng/LICENSE rename : modules/libimg/png/MOZCHANGES => media/libpng/MOZCHANGES rename : modules/libimg/png/Makefile.in => media/libpng/Makefile.in rename : modules/libimg/png/README => media/libpng/README rename : modules/libimg/png/crashtests/374810-1.html => media/libpng/crashtests/374810-1.html rename : modules/libimg/png/crashtests/crashtests.list => media/libpng/crashtests/crashtests.list rename : modules/libimg/png/libpng.txt => media/libpng/libpng.txt rename : modules/libimg/png/mozpngconf.h => media/libpng/mozpngconf.h rename : modules/libimg/png/png.c => media/libpng/png.c rename : modules/libimg/png/png.h => media/libpng/png.h rename : modules/libimg/png/pngconf.h => media/libpng/pngconf.h rename : modules/libimg/png/pngerror.c => media/libpng/pngerror.c rename : modules/libimg/png/pngget.c => media/libpng/pngget.c rename : modules/libimg/png/pngmem.c => media/libpng/pngmem.c rename : modules/libimg/png/pngpread.c => media/libpng/pngpread.c rename : modules/libimg/png/pngpriv.h => media/libpng/pngpriv.h rename : modules/libimg/png/pngread.c => media/libpng/pngread.c rename : modules/libimg/png/pngrio.c => media/libpng/pngrio.c rename : modules/libimg/png/pngrtran.c => media/libpng/pngrtran.c rename : modules/libimg/png/pngrutil.c => media/libpng/pngrutil.c rename : modules/libimg/png/pngset.c => media/libpng/pngset.c rename : modules/libimg/png/pngtrans.c => media/libpng/pngtrans.c rename : modules/libimg/png/pngwio.c => media/libpng/pngwio.c rename : modules/libimg/png/pngwrite.c => media/libpng/pngwrite.c rename : modules/libimg/png/pngwtran.c => media/libpng/pngwtran.c rename : modules/libimg/png/pngwutil.c => media/libpng/pngwutil.c --- configure.in | 4 ++-- {modules/libimg/png => media/libpng}/CHANGES | 0 {modules/libimg/png => media/libpng}/LICENSE | 0 {modules/libimg/png => media/libpng}/MOZCHANGES | 0 {modules/libimg/png => media/libpng}/Makefile.in | 2 +- {modules/libimg/png => media/libpng}/README | 0 {modules/libimg/png => media/libpng}/crashtests/374810-1.html | 0 .../libimg/png => media/libpng}/crashtests/crashtests.list | 0 {modules/libimg/png => media/libpng}/libpng.txt | 0 {modules/libimg/png => media/libpng}/mozpngconf.h | 0 {modules/libimg/png => media/libpng}/png.c | 0 {modules/libimg/png => media/libpng}/png.h | 0 {modules/libimg/png => media/libpng}/pngconf.h | 0 {modules/libimg/png => media/libpng}/pngerror.c | 0 {modules/libimg/png => media/libpng}/pngget.c | 0 {modules/libimg/png => media/libpng}/pngmem.c | 0 {modules/libimg/png => media/libpng}/pngpread.c | 0 {modules/libimg/png => media/libpng}/pngpriv.h | 0 {modules/libimg/png => media/libpng}/pngread.c | 0 {modules/libimg/png => media/libpng}/pngrio.c | 0 {modules/libimg/png => media/libpng}/pngrtran.c | 0 {modules/libimg/png => media/libpng}/pngrutil.c | 0 {modules/libimg/png => media/libpng}/pngset.c | 0 {modules/libimg/png => media/libpng}/pngtrans.c | 0 {modules/libimg/png => media/libpng}/pngwio.c | 0 {modules/libimg/png => media/libpng}/pngwrite.c | 0 {modules/libimg/png => media/libpng}/pngwtran.c | 0 {modules/libimg/png => media/libpng}/pngwutil.c | 0 testing/crashtest/crashtests.list | 2 +- toolkit/toolkit-makefiles.sh | 2 +- toolkit/toolkit-tiers.mk | 2 +- tools/relic/relic | 2 +- 32 files changed, 7 insertions(+), 7 deletions(-) rename {modules/libimg/png => media/libpng}/CHANGES (100%) rename {modules/libimg/png => media/libpng}/LICENSE (100%) rename {modules/libimg/png => media/libpng}/MOZCHANGES (100%) rename {modules/libimg/png => media/libpng}/Makefile.in (99%) rename {modules/libimg/png => media/libpng}/README (100%) rename {modules/libimg/png => media/libpng}/crashtests/374810-1.html (100%) rename {modules/libimg/png => media/libpng}/crashtests/crashtests.list (100%) rename {modules/libimg/png => media/libpng}/libpng.txt (100%) rename {modules/libimg/png => media/libpng}/mozpngconf.h (100%) rename {modules/libimg/png => media/libpng}/png.c (100%) rename {modules/libimg/png => media/libpng}/png.h (100%) rename {modules/libimg/png => media/libpng}/pngconf.h (100%) rename {modules/libimg/png => media/libpng}/pngerror.c (100%) rename {modules/libimg/png => media/libpng}/pngget.c (100%) rename {modules/libimg/png => media/libpng}/pngmem.c (100%) rename {modules/libimg/png => media/libpng}/pngpread.c (100%) rename {modules/libimg/png => media/libpng}/pngpriv.h (100%) rename {modules/libimg/png => media/libpng}/pngread.c (100%) rename {modules/libimg/png => media/libpng}/pngrio.c (100%) rename {modules/libimg/png => media/libpng}/pngrtran.c (100%) rename {modules/libimg/png => media/libpng}/pngrutil.c (100%) rename {modules/libimg/png => media/libpng}/pngset.c (100%) rename {modules/libimg/png => media/libpng}/pngtrans.c (100%) rename {modules/libimg/png => media/libpng}/pngwio.c (100%) rename {modules/libimg/png => media/libpng}/pngwrite.c (100%) rename {modules/libimg/png => media/libpng}/pngwtran.c (100%) rename {modules/libimg/png => media/libpng}/pngwutil.c (100%) diff --git a/configure.in b/configure.in index 979f1dbb2955..e4beba1b6c35 100644 --- a/configure.in +++ b/configure.in @@ -1298,7 +1298,7 @@ MOZ_ZLIB_LIBS='$(call EXPAND_LIBNAME_PATH,mozz,$(DEPTH)/modules/zlib/src)' MOZ_BZ2_CFLAGS= MOZ_BZ2_LIBS='$(call EXPAND_LIBNAME_PATH,bz2,$(DEPTH)/modules/libbz2/src)' MOZ_PNG_CFLAGS= -MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,mozpng,$(DEPTH)/modules/libimg/png)' +MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,mozpng,$(DEPTH)/media/libpng)' MOZ_JS_STATIC_LIBS='$(call EXPAND_LIBNAME_PATH,js_static,$(LIBXUL_DIST)/lib)' MOZ_JS_SHARED_LIBS='$(call EXPAND_LIBNAME_PATH,mozjs,$(LIBXUL_DIST)/lib)' @@ -2292,7 +2292,7 @@ ia64*-hpux*) fi fi MOZ_JPEG_LIBS='$(call EXPAND_LIBNAME_PATH,jpeg32$(VERSION_NUMBER),$(DEPTH)/media/libjpeg)' - MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,png,$(DEPTH)/modules/libimg/png)' + MOZ_PNG_LIBS='$(call EXPAND_LIBNAME_PATH,png,$(DEPTH)/media/libpng)' AC_DEFINE(HAVE_SNPRINTF) AC_DEFINE(_WINDOWS) AC_DEFINE(WIN32) diff --git a/modules/libimg/png/CHANGES b/media/libpng/CHANGES similarity index 100% rename from modules/libimg/png/CHANGES rename to media/libpng/CHANGES diff --git a/modules/libimg/png/LICENSE b/media/libpng/LICENSE similarity index 100% rename from modules/libimg/png/LICENSE rename to media/libpng/LICENSE diff --git a/modules/libimg/png/MOZCHANGES b/media/libpng/MOZCHANGES similarity index 100% rename from modules/libimg/png/MOZCHANGES rename to media/libpng/MOZCHANGES diff --git a/modules/libimg/png/Makefile.in b/media/libpng/Makefile.in similarity index 99% rename from modules/libimg/png/Makefile.in rename to media/libpng/Makefile.in index c25d6e7c24f7..993d7a3aa2d0 100644 --- a/modules/libimg/png/Makefile.in +++ b/media/libpng/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libimg/png/README b/media/libpng/README similarity index 100% rename from modules/libimg/png/README rename to media/libpng/README diff --git a/modules/libimg/png/crashtests/374810-1.html b/media/libpng/crashtests/374810-1.html similarity index 100% rename from modules/libimg/png/crashtests/374810-1.html rename to media/libpng/crashtests/374810-1.html diff --git a/modules/libimg/png/crashtests/crashtests.list b/media/libpng/crashtests/crashtests.list similarity index 100% rename from modules/libimg/png/crashtests/crashtests.list rename to media/libpng/crashtests/crashtests.list diff --git a/modules/libimg/png/libpng.txt b/media/libpng/libpng.txt similarity index 100% rename from modules/libimg/png/libpng.txt rename to media/libpng/libpng.txt diff --git a/modules/libimg/png/mozpngconf.h b/media/libpng/mozpngconf.h similarity index 100% rename from modules/libimg/png/mozpngconf.h rename to media/libpng/mozpngconf.h diff --git a/modules/libimg/png/png.c b/media/libpng/png.c similarity index 100% rename from modules/libimg/png/png.c rename to media/libpng/png.c diff --git a/modules/libimg/png/png.h b/media/libpng/png.h similarity index 100% rename from modules/libimg/png/png.h rename to media/libpng/png.h diff --git a/modules/libimg/png/pngconf.h b/media/libpng/pngconf.h similarity index 100% rename from modules/libimg/png/pngconf.h rename to media/libpng/pngconf.h diff --git a/modules/libimg/png/pngerror.c b/media/libpng/pngerror.c similarity index 100% rename from modules/libimg/png/pngerror.c rename to media/libpng/pngerror.c diff --git a/modules/libimg/png/pngget.c b/media/libpng/pngget.c similarity index 100% rename from modules/libimg/png/pngget.c rename to media/libpng/pngget.c diff --git a/modules/libimg/png/pngmem.c b/media/libpng/pngmem.c similarity index 100% rename from modules/libimg/png/pngmem.c rename to media/libpng/pngmem.c diff --git a/modules/libimg/png/pngpread.c b/media/libpng/pngpread.c similarity index 100% rename from modules/libimg/png/pngpread.c rename to media/libpng/pngpread.c diff --git a/modules/libimg/png/pngpriv.h b/media/libpng/pngpriv.h similarity index 100% rename from modules/libimg/png/pngpriv.h rename to media/libpng/pngpriv.h diff --git a/modules/libimg/png/pngread.c b/media/libpng/pngread.c similarity index 100% rename from modules/libimg/png/pngread.c rename to media/libpng/pngread.c diff --git a/modules/libimg/png/pngrio.c b/media/libpng/pngrio.c similarity index 100% rename from modules/libimg/png/pngrio.c rename to media/libpng/pngrio.c diff --git a/modules/libimg/png/pngrtran.c b/media/libpng/pngrtran.c similarity index 100% rename from modules/libimg/png/pngrtran.c rename to media/libpng/pngrtran.c diff --git a/modules/libimg/png/pngrutil.c b/media/libpng/pngrutil.c similarity index 100% rename from modules/libimg/png/pngrutil.c rename to media/libpng/pngrutil.c diff --git a/modules/libimg/png/pngset.c b/media/libpng/pngset.c similarity index 100% rename from modules/libimg/png/pngset.c rename to media/libpng/pngset.c diff --git a/modules/libimg/png/pngtrans.c b/media/libpng/pngtrans.c similarity index 100% rename from modules/libimg/png/pngtrans.c rename to media/libpng/pngtrans.c diff --git a/modules/libimg/png/pngwio.c b/media/libpng/pngwio.c similarity index 100% rename from modules/libimg/png/pngwio.c rename to media/libpng/pngwio.c diff --git a/modules/libimg/png/pngwrite.c b/media/libpng/pngwrite.c similarity index 100% rename from modules/libimg/png/pngwrite.c rename to media/libpng/pngwrite.c diff --git a/modules/libimg/png/pngwtran.c b/media/libpng/pngwtran.c similarity index 100% rename from modules/libimg/png/pngwtran.c rename to media/libpng/pngwtran.c diff --git a/modules/libimg/png/pngwutil.c b/media/libpng/pngwutil.c similarity index 100% rename from modules/libimg/png/pngwutil.c rename to media/libpng/pngwutil.c diff --git a/testing/crashtest/crashtests.list b/testing/crashtest/crashtests.list index 57630d3e9202..49360880f4cd 100644 --- a/testing/crashtest/crashtests.list +++ b/testing/crashtest/crashtests.list @@ -59,6 +59,6 @@ include ../../widget/src/cocoa/crashtests/crashtests.list include ../../widget/src/gtk2/crashtests/crashtests.list include ../../widget/src/crashtests/crashtests.list -include ../../modules/libimg/png/crashtests/crashtests.list +include ../../media/libpng/crashtests/crashtests.list include ../../xpcom/string/crashtests/crashtests.list diff --git a/toolkit/toolkit-makefiles.sh b/toolkit/toolkit-makefiles.sh index b02aefab2f66..9f355986961c 100644 --- a/toolkit/toolkit-makefiles.sh +++ b/toolkit/toolkit-makefiles.sh @@ -1004,7 +1004,7 @@ fi if [ ! "$SYSTEM_PNG" ]; then add_makefiles " - modules/libimg/png/Makefile + media/libpng/Makefile " fi diff --git a/toolkit/toolkit-tiers.mk b/toolkit/toolkit-tiers.mk index 1a5f7fb97e62..47efa14e5a7e 100644 --- a/toolkit/toolkit-tiers.mk +++ b/toolkit/toolkit-tiers.mk @@ -158,7 +158,7 @@ tier_platform_dirs += \ endif ifndef MOZ_NATIVE_PNG -tier_platform_dirs += modules/libimg/png +tier_platform_dirs += media/libpng endif tier_platform_dirs += \ diff --git a/tools/relic/relic b/tools/relic/relic index 859d41b07a45..e34edb08dbc2 100755 --- a/tools/relic/relic +++ b/tools/relic/relic @@ -285,7 +285,7 @@ _g_skip_dirs = [ # The following are not supposed to be relicensed, but they do have a # few files in we care about (like makefiles) - "modules/libimg/png", + "media/libpng", "modules/zlib", "gc/boehm", "other-licenses", From 0c5ef8270736c6087532136cb0a66fdc1fb48d46 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 17 Oct 2011 21:32:45 -0700 Subject: [PATCH 3/3] Bug 128502 - Move imagelib to mozilla/image on a CLOSED TREE. r=joe,brendan --HG-- rename : modules/libpr0n/Makefile.in => image/Makefile.in rename : modules/libpr0n/build/Makefile.in => image/build/Makefile.in rename : modules/libpr0n/build/nsImageModule.cpp => image/build/nsImageModule.cpp rename : modules/libpr0n/decoders/GIF2.h => image/decoders/GIF2.h rename : modules/libpr0n/decoders/Makefile.in => image/decoders/Makefile.in rename : modules/libpr0n/decoders/iccjpeg.c => image/decoders/iccjpeg.c rename : modules/libpr0n/decoders/iccjpeg.h => image/decoders/iccjpeg.h rename : modules/libpr0n/decoders/icon/Makefile.in => image/decoders/icon/Makefile.in rename : modules/libpr0n/decoders/icon/android/Makefile.in => image/decoders/icon/android/Makefile.in rename : modules/libpr0n/decoders/icon/android/nsIconChannel.cpp => image/decoders/icon/android/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/android/nsIconChannel.h => image/decoders/icon/android/nsIconChannel.h rename : modules/libpr0n/decoders/icon/gtk/Makefile.in => image/decoders/icon/gtk/Makefile.in rename : modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp => image/decoders/icon/gtk/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/gtk/nsIconChannel.h => image/decoders/icon/gtk/nsIconChannel.h rename : modules/libpr0n/decoders/icon/mac/Makefile.in => image/decoders/icon/mac/Makefile.in rename : modules/libpr0n/decoders/icon/mac/nsIconChannel.h => image/decoders/icon/mac/nsIconChannel.h rename : modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm => image/decoders/icon/mac/nsIconChannelCocoa.mm rename : modules/libpr0n/decoders/icon/nsIIconURI.idl => image/decoders/icon/nsIIconURI.idl rename : modules/libpr0n/decoders/icon/nsIconModule.cpp => image/decoders/icon/nsIconModule.cpp rename : modules/libpr0n/decoders/icon/nsIconProtocolHandler.cpp => image/decoders/icon/nsIconProtocolHandler.cpp rename : modules/libpr0n/decoders/icon/nsIconProtocolHandler.h => image/decoders/icon/nsIconProtocolHandler.h rename : modules/libpr0n/decoders/icon/nsIconURI.cpp => image/decoders/icon/nsIconURI.cpp rename : modules/libpr0n/decoders/icon/nsIconURI.h => image/decoders/icon/nsIconURI.h rename : modules/libpr0n/decoders/icon/os2/Makefile.in => image/decoders/icon/os2/Makefile.in rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.cpp => image/decoders/icon/os2/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.h => image/decoders/icon/os2/nsIconChannel.h rename : modules/libpr0n/decoders/icon/qt/Makefile.in => image/decoders/icon/qt/Makefile.in rename : modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.js => image/decoders/icon/qt/gtkqticonsconverter.js rename : modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.manifest => image/decoders/icon/qt/gtkqticonsconverter.manifest rename : modules/libpr0n/decoders/icon/qt/nsIconChannel.cpp => image/decoders/icon/qt/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/qt/nsIconChannel.h => image/decoders/icon/qt/nsIconChannel.h rename : modules/libpr0n/decoders/icon/qt/public/Makefile.in => image/decoders/icon/qt/public/Makefile.in rename : modules/libpr0n/decoders/icon/qt/public/nsGtkQtIconsConverter.idl => image/decoders/icon/qt/public/nsGtkQtIconsConverter.idl rename : modules/libpr0n/decoders/icon/win/Makefile.in => image/decoders/icon/win/Makefile.in rename : modules/libpr0n/decoders/icon/win/nsIconChannel.cpp => image/decoders/icon/win/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/win/nsIconChannel.h => image/decoders/icon/win/nsIconChannel.h rename : modules/libpr0n/decoders/nsBMPDecoder.cpp => image/decoders/nsBMPDecoder.cpp rename : modules/libpr0n/decoders/nsBMPDecoder.h => image/decoders/nsBMPDecoder.h rename : modules/libpr0n/decoders/nsGIFDecoder2.cpp => image/decoders/nsGIFDecoder2.cpp rename : modules/libpr0n/decoders/nsGIFDecoder2.h => image/decoders/nsGIFDecoder2.h rename : modules/libpr0n/decoders/nsICODecoder.cpp => image/decoders/nsICODecoder.cpp rename : modules/libpr0n/decoders/nsICODecoder.h => image/decoders/nsICODecoder.h rename : modules/libpr0n/decoders/nsIconDecoder.cpp => image/decoders/nsIconDecoder.cpp rename : modules/libpr0n/decoders/nsIconDecoder.h => image/decoders/nsIconDecoder.h rename : modules/libpr0n/decoders/nsJPEGDecoder.cpp => image/decoders/nsJPEGDecoder.cpp rename : modules/libpr0n/decoders/nsJPEGDecoder.h => image/decoders/nsJPEGDecoder.h rename : modules/libpr0n/decoders/nsPNGDecoder.cpp => image/decoders/nsPNGDecoder.cpp rename : modules/libpr0n/decoders/nsPNGDecoder.h => image/decoders/nsPNGDecoder.h rename : modules/libpr0n/encoders/Makefile.in => image/encoders/Makefile.in rename : modules/libpr0n/encoders/bmp/Makefile.in => image/encoders/bmp/Makefile.in rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.cpp => image/encoders/bmp/nsBMPEncoder.cpp rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.h => image/encoders/bmp/nsBMPEncoder.h rename : modules/libpr0n/encoders/ico/Makefile.in => image/encoders/ico/Makefile.in rename : modules/libpr0n/encoders/ico/nsICOEncoder.cpp => image/encoders/ico/nsICOEncoder.cpp rename : modules/libpr0n/encoders/ico/nsICOEncoder.h => image/encoders/ico/nsICOEncoder.h rename : modules/libpr0n/encoders/jpeg/Makefile.in => image/encoders/jpeg/Makefile.in rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.cpp => image/encoders/jpeg/nsJPEGEncoder.cpp rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.h => image/encoders/jpeg/nsJPEGEncoder.h rename : modules/libpr0n/encoders/png/Makefile.in => image/encoders/png/Makefile.in rename : modules/libpr0n/encoders/png/nsPNGEncoder.cpp => image/encoders/png/nsPNGEncoder.cpp rename : modules/libpr0n/encoders/png/nsPNGEncoder.h => image/encoders/png/nsPNGEncoder.h rename : modules/libpr0n/public/ImageErrors.h => image/public/ImageErrors.h rename : modules/libpr0n/public/ImageLogging.h => image/public/ImageLogging.h rename : modules/libpr0n/public/Makefile.in => image/public/Makefile.in rename : modules/libpr0n/public/imgICache.idl => image/public/imgICache.idl rename : modules/libpr0n/public/imgIContainer.idl => image/public/imgIContainer.idl rename : modules/libpr0n/public/imgIContainerDebug.idl => image/public/imgIContainerDebug.idl rename : modules/libpr0n/public/imgIContainerObserver.idl => image/public/imgIContainerObserver.idl rename : modules/libpr0n/public/imgIDecoderObserver.idl => image/public/imgIDecoderObserver.idl rename : modules/libpr0n/public/imgIEncoder.idl => image/public/imgIEncoder.idl rename : modules/libpr0n/public/imgILoader.idl => image/public/imgILoader.idl rename : modules/libpr0n/public/imgIRequest.idl => image/public/imgIRequest.idl rename : modules/libpr0n/public/imgITools.idl => image/public/imgITools.idl rename : modules/libpr0n/src/BMPFileHeaders.h => image/src/BMPFileHeaders.h rename : modules/libpr0n/src/Decoder.cpp => image/src/Decoder.cpp rename : modules/libpr0n/src/Decoder.h => image/src/Decoder.h rename : modules/libpr0n/src/DiscardTracker.cpp => image/src/DiscardTracker.cpp rename : modules/libpr0n/src/DiscardTracker.h => image/src/DiscardTracker.h rename : modules/libpr0n/src/EndianMacros.h => image/src/EndianMacros.h rename : modules/libpr0n/src/ICOFileHeaders.h => image/src/ICOFileHeaders.h rename : modules/libpr0n/src/Image.cpp => image/src/Image.cpp rename : modules/libpr0n/src/Image.h => image/src/Image.h rename : modules/libpr0n/src/Makefile.in => image/src/Makefile.in rename : modules/libpr0n/src/RasterImage.cpp => image/src/RasterImage.cpp rename : modules/libpr0n/src/RasterImage.h => image/src/RasterImage.h rename : modules/libpr0n/src/SVGDocumentWrapper.cpp => image/src/SVGDocumentWrapper.cpp rename : modules/libpr0n/src/SVGDocumentWrapper.h => image/src/SVGDocumentWrapper.h rename : modules/libpr0n/src/VectorImage.cpp => image/src/VectorImage.cpp rename : modules/libpr0n/src/VectorImage.h => image/src/VectorImage.h rename : modules/libpr0n/src/imgFrame.cpp => image/src/imgFrame.cpp rename : modules/libpr0n/src/imgFrame.h => image/src/imgFrame.h rename : modules/libpr0n/src/imgLoader.cpp => image/src/imgLoader.cpp rename : modules/libpr0n/src/imgLoader.h => image/src/imgLoader.h rename : modules/libpr0n/src/imgRequest.cpp => image/src/imgRequest.cpp rename : modules/libpr0n/src/imgRequest.h => image/src/imgRequest.h rename : modules/libpr0n/src/imgRequestProxy.cpp => image/src/imgRequestProxy.cpp rename : modules/libpr0n/src/imgRequestProxy.h => image/src/imgRequestProxy.h rename : modules/libpr0n/src/imgStatusTracker.cpp => image/src/imgStatusTracker.cpp rename : modules/libpr0n/src/imgStatusTracker.h => image/src/imgStatusTracker.h rename : modules/libpr0n/src/imgTools.cpp => image/src/imgTools.cpp rename : modules/libpr0n/src/imgTools.h => image/src/imgTools.h rename : modules/libpr0n/test/Makefile.in => image/test/Makefile.in rename : modules/libpr0n/test/browser/Makefile.in => image/test/browser/Makefile.in rename : modules/libpr0n/test/browser/animated.gif => image/test/browser/animated.gif rename : modules/libpr0n/test/browser/animated2.gif => image/test/browser/animated2.gif rename : modules/libpr0n/test/browser/big.png => image/test/browser/big.png rename : modules/libpr0n/test/browser/browser_bug666317.js => image/test/browser/browser_bug666317.js rename : modules/libpr0n/test/browser/browser_image.js => image/test/browser/browser_image.js rename : modules/libpr0n/test/browser/head.js => image/test/browser/head.js rename : modules/libpr0n/test/browser/image.html => image/test/browser/image.html rename : modules/libpr0n/test/browser/imageX2.html => image/test/browser/imageX2.html rename : modules/libpr0n/test/crashtests/256-height.ico => image/test/crashtests/256-height.ico rename : modules/libpr0n/test/crashtests/256-width.ico => image/test/crashtests/256-width.ico rename : modules/libpr0n/test/crashtests/523528-1.gif => image/test/crashtests/523528-1.gif rename : modules/libpr0n/test/crashtests/523528-2.gif => image/test/crashtests/523528-2.gif rename : modules/libpr0n/test/crashtests/681190.html => image/test/crashtests/681190.html rename : modules/libpr0n/test/crashtests/694165-1.xhtml => image/test/crashtests/694165-1.xhtml rename : modules/libpr0n/test/crashtests/83804-1.gif => image/test/crashtests/83804-1.gif rename : modules/libpr0n/test/crashtests/89341-1.gif => image/test/crashtests/89341-1.gif rename : modules/libpr0n/test/crashtests/crashtests.list => image/test/crashtests/crashtests.list rename : modules/libpr0n/test/crashtests/delayedframe.sjs => image/test/crashtests/delayedframe.sjs rename : modules/libpr0n/test/crashtests/delaytest.html => image/test/crashtests/delaytest.html rename : modules/libpr0n/test/crashtests/invalid-icc-profile.jpg => image/test/crashtests/invalid-icc-profile.jpg rename : modules/libpr0n/test/crashtests/invalid-size-second-frame.gif => image/test/crashtests/invalid-size-second-frame.gif rename : modules/libpr0n/test/crashtests/invalid-size.gif => image/test/crashtests/invalid-size.gif rename : modules/libpr0n/test/crashtests/threeframes-end.gif => image/test/crashtests/threeframes-end.gif rename : modules/libpr0n/test/crashtests/threeframes-start.gif => image/test/crashtests/threeframes-start.gif rename : modules/libpr0n/test/mochitest/Makefile.in => image/test/mochitest/Makefile.in rename : modules/libpr0n/test/mochitest/big.png => image/test/mochitest/big.png rename : modules/libpr0n/test/mochitest/blue.png => image/test/mochitest/blue.png rename : modules/libpr0n/test/mochitest/bug399925.gif => image/test/mochitest/bug399925.gif rename : modules/libpr0n/test/mochitest/bug468160.sjs => image/test/mochitest/bug468160.sjs rename : modules/libpr0n/test/mochitest/bug478398_ONLY.png => image/test/mochitest/bug478398_ONLY.png rename : modules/libpr0n/test/mochitest/bug490949-iframe.html => image/test/mochitest/bug490949-iframe.html rename : modules/libpr0n/test/mochitest/bug490949.sjs => image/test/mochitest/bug490949.sjs rename : modules/libpr0n/test/mochitest/bug496292-1.sjs => image/test/mochitest/bug496292-1.sjs rename : modules/libpr0n/test/mochitest/bug496292-2.sjs => image/test/mochitest/bug496292-2.sjs rename : modules/libpr0n/test/mochitest/bug496292-iframe-1.html => image/test/mochitest/bug496292-iframe-1.html rename : modules/libpr0n/test/mochitest/bug496292-iframe-2.html => image/test/mochitest/bug496292-iframe-2.html rename : modules/libpr0n/test/mochitest/bug496292-iframe-ref.html => image/test/mochitest/bug496292-iframe-ref.html rename : modules/libpr0n/test/mochitest/bug497665-iframe.html => image/test/mochitest/bug497665-iframe.html rename : modules/libpr0n/test/mochitest/bug497665.sjs => image/test/mochitest/bug497665.sjs rename : modules/libpr0n/test/mochitest/bug552605.sjs => image/test/mochitest/bug552605.sjs rename : modules/libpr0n/test/mochitest/bug657191.sjs => image/test/mochitest/bug657191.sjs rename : modules/libpr0n/test/mochitest/bug671906.sjs => image/test/mochitest/bug671906.sjs rename : modules/libpr0n/test/mochitest/bug89419-iframe.html => image/test/mochitest/bug89419-iframe.html rename : modules/libpr0n/test/mochitest/bug89419.sjs => image/test/mochitest/bug89419.sjs rename : modules/libpr0n/test/mochitest/damon.jpg => image/test/mochitest/damon.jpg rename : modules/libpr0n/test/mochitest/imgutils.js => image/test/mochitest/imgutils.js rename : modules/libpr0n/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/lime-anim-100x100.svg rename : modules/libpr0n/test/mochitest/lime100x100.svg => image/test/mochitest/lime100x100.svg rename : modules/libpr0n/test/mochitest/red.png => image/test/mochitest/red.png rename : modules/libpr0n/test/mochitest/schrep.png => image/test/mochitest/schrep.png rename : modules/libpr0n/test/mochitest/shaver.png => image/test/mochitest/shaver.png rename : modules/libpr0n/test/mochitest/test_animSVGImage.html => image/test/mochitest/test_animSVGImage.html rename : modules/libpr0n/test/mochitest/test_bug399925.html => image/test/mochitest/test_bug399925.html rename : modules/libpr0n/test/mochitest/test_bug435296.html => image/test/mochitest/test_bug435296.html rename : modules/libpr0n/test/mochitest/test_bug466586.html => image/test/mochitest/test_bug466586.html rename : modules/libpr0n/test/mochitest/test_bug468160.html => image/test/mochitest/test_bug468160.html rename : modules/libpr0n/test/mochitest/test_bug478398.html => image/test/mochitest/test_bug478398.html rename : modules/libpr0n/test/mochitest/test_bug490949.html => image/test/mochitest/test_bug490949.html rename : modules/libpr0n/test/mochitest/test_bug496292.html => image/test/mochitest/test_bug496292.html rename : modules/libpr0n/test/mochitest/test_bug497665.html => image/test/mochitest/test_bug497665.html rename : modules/libpr0n/test/mochitest/test_bug512435.html => image/test/mochitest/test_bug512435.html rename : modules/libpr0n/test/mochitest/test_bug552605-1.html => image/test/mochitest/test_bug552605-1.html rename : modules/libpr0n/test/mochitest/test_bug552605-2.html => image/test/mochitest/test_bug552605-2.html rename : modules/libpr0n/test/mochitest/test_bug553982.html => image/test/mochitest/test_bug553982.html rename : modules/libpr0n/test/mochitest/test_bug601470.html => image/test/mochitest/test_bug601470.html rename : modules/libpr0n/test/mochitest/test_bug614392.html => image/test/mochitest/test_bug614392.html rename : modules/libpr0n/test/mochitest/test_bug657191.html => image/test/mochitest/test_bug657191.html rename : modules/libpr0n/test/mochitest/test_bug671906.html => image/test/mochitest/test_bug671906.html rename : modules/libpr0n/test/mochitest/test_bug89419-1.html => image/test/mochitest/test_bug89419-1.html rename : modules/libpr0n/test/mochitest/test_bug89419-2.html => image/test/mochitest/test_bug89419-2.html rename : modules/libpr0n/test/reftest/apng/bug411852-1-ref.png => image/test/reftest/apng/bug411852-1-ref.png rename : modules/libpr0n/test/reftest/apng/bug411852-1.png => image/test/reftest/apng/bug411852-1.png rename : modules/libpr0n/test/reftest/apng/bug546272-ref.png => image/test/reftest/apng/bug546272-ref.png rename : modules/libpr0n/test/reftest/apng/bug546272.png => image/test/reftest/apng/bug546272.png rename : modules/libpr0n/test/reftest/apng/delaytest.html => image/test/reftest/apng/delaytest.html rename : modules/libpr0n/test/reftest/apng/reftest.list => image/test/reftest/apng/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/reftest.list => image/test/reftest/bmp/bmp-1bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/reftest.list => image/test/reftest/bmp/bmp-24bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/reftest.list => image/test/reftest/bmp/bmp-4bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/reftest.list => image/test/reftest/bmp/bmp-8bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp => image/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/reftest.list => image/test/reftest/bmp/bmp-corrupted/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/wrapper.html => image/test/reftest/bmp/bmp-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/bmp/reftest.list => image/test/reftest/bmp/reftest.list rename : modules/libpr0n/test/reftest/color-management/color-curv.png => image/test/reftest/color-management/color-curv.png rename : modules/libpr0n/test/reftest/color-management/color-lin.png => image/test/reftest/color-management/color-lin.png rename : modules/libpr0n/test/reftest/color-management/color-table.png => image/test/reftest/color-management/color-table.png rename : modules/libpr0n/test/reftest/color-management/invalid-chrm-ref.png => image/test/reftest/color-management/invalid-chrm-ref.png rename : modules/libpr0n/test/reftest/color-management/invalid-chrm.png => image/test/reftest/color-management/invalid-chrm.png rename : modules/libpr0n/test/reftest/color-management/invalid-whitepoint.png => image/test/reftest/color-management/invalid-whitepoint.png rename : modules/libpr0n/test/reftest/color-management/reftest.list => image/test/reftest/color-management/reftest.list rename : modules/libpr0n/test/reftest/color-management/trc-type-ref.html => image/test/reftest/color-management/trc-type-ref.html rename : modules/libpr0n/test/reftest/color-management/trc-type.html => image/test/reftest/color-management/trc-type.html rename : modules/libpr0n/test/reftest/colordepth.html => image/test/reftest/colordepth.html rename : modules/libpr0n/test/reftest/encoders-lossless/encoder.html => image/test/reftest/encoders-lossless/encoder.html rename : modules/libpr0n/test/reftest/encoders-lossless/reftest.list => image/test/reftest/encoders-lossless/reftest.list rename : modules/libpr0n/test/reftest/encoders-lossless/size-15x15.png => image/test/reftest/encoders-lossless/size-15x15.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-16x16.png => image/test/reftest/encoders-lossless/size-16x16.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-17x17.png => image/test/reftest/encoders-lossless/size-17x17.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-1x1.png => image/test/reftest/encoders-lossless/size-1x1.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-256x256.png => image/test/reftest/encoders-lossless/size-256x256.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-2x2.png => image/test/reftest/encoders-lossless/size-2x2.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-31x31.png => image/test/reftest/encoders-lossless/size-31x31.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-32x32.png => image/test/reftest/encoders-lossless/size-32x32.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-33x33.png => image/test/reftest/encoders-lossless/size-33x33.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-3x3.png => image/test/reftest/encoders-lossless/size-3x3.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-4x4.png => image/test/reftest/encoders-lossless/size-4x4.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-5x5.png => image/test/reftest/encoders-lossless/size-5x5.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-6x6.png => image/test/reftest/encoders-lossless/size-6x6.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-7x7.png => image/test/reftest/encoders-lossless/size-7x7.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-8x8.png => image/test/reftest/encoders-lossless/size-8x8.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-9x9.png => image/test/reftest/encoders-lossless/size-9x9.png rename : modules/libpr0n/test/reftest/encoders-lossless/test.png => image/test/reftest/encoders-lossless/test.png rename : modules/libpr0n/test/reftest/generic/accept-image-catchall-ref.html => image/test/reftest/generic/accept-image-catchall-ref.html rename : modules/libpr0n/test/reftest/generic/accept-image-catchall.html => image/test/reftest/generic/accept-image-catchall.html rename : modules/libpr0n/test/reftest/generic/check-header.sjs => image/test/reftest/generic/check-header.sjs rename : modules/libpr0n/test/reftest/generic/green.png => image/test/reftest/generic/green.png rename : modules/libpr0n/test/reftest/generic/reftest.list => image/test/reftest/generic/reftest.list rename : modules/libpr0n/test/reftest/gif/1bit-255-trans.gif => image/test/reftest/gif/1bit-255-trans.gif rename : modules/libpr0n/test/reftest/gif/1bit-255-trans.png => image/test/reftest/gif/1bit-255-trans.png rename : modules/libpr0n/test/reftest/gif/animation1a.gif => image/test/reftest/gif/animation1a.gif rename : modules/libpr0n/test/reftest/gif/animation2a-finalframe.gif => image/test/reftest/gif/animation2a-finalframe.gif rename : modules/libpr0n/test/reftest/gif/animation2a.gif => image/test/reftest/gif/animation2a.gif rename : modules/libpr0n/test/reftest/gif/blue.gif => image/test/reftest/gif/blue.gif rename : modules/libpr0n/test/reftest/gif/comment.gif => image/test/reftest/gif/comment.gif rename : modules/libpr0n/test/reftest/gif/comment.png => image/test/reftest/gif/comment.png rename : modules/libpr0n/test/reftest/gif/delaytest.html => image/test/reftest/gif/delaytest.html rename : modules/libpr0n/test/reftest/gif/in-colormap-trans.gif => image/test/reftest/gif/in-colormap-trans.gif rename : modules/libpr0n/test/reftest/gif/in-colormap-trans.png => image/test/reftest/gif/in-colormap-trans.png rename : modules/libpr0n/test/reftest/gif/out-of-colormap-trans.gif => image/test/reftest/gif/out-of-colormap-trans.gif rename : modules/libpr0n/test/reftest/gif/out-of-colormap-trans.png => image/test/reftest/gif/out-of-colormap-trans.png rename : modules/libpr0n/test/reftest/gif/red.gif => image/test/reftest/gif/red.gif rename : modules/libpr0n/test/reftest/gif/reftest.list => image/test/reftest/gif/reftest.list rename : modules/libpr0n/test/reftest/gif/small-background-size-2-ref.gif => image/test/reftest/gif/small-background-size-2-ref.gif rename : modules/libpr0n/test/reftest/gif/small-background-size-2.gif => image/test/reftest/gif/small-background-size-2.gif rename : modules/libpr0n/test/reftest/gif/small-background-size-ref.gif => image/test/reftest/gif/small-background-size-ref.gif rename : modules/libpr0n/test/reftest/gif/small-background-size.gif => image/test/reftest/gif/small-background-size.gif rename : modules/libpr0n/test/reftest/gif/test_bug641198.html => image/test/reftest/gif/test_bug641198.html rename : modules/libpr0n/test/reftest/gif/transparent-animation-finalframe.gif => image/test/reftest/gif/transparent-animation-finalframe.gif rename : modules/libpr0n/test/reftest/gif/transparent-animation.gif => image/test/reftest/gif/transparent-animation.gif rename : modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif => image/test/reftest/gif/webcam-simulacrum.mgif rename : modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif^headers^ => image/test/reftest/gif/webcam-simulacrum.mgif^headers^ rename : modules/libpr0n/test/reftest/gif/webcam.html => image/test/reftest/gif/webcam.html rename : modules/libpr0n/test/reftest/ico/cur/pointer.cur => image/test/reftest/ico/cur/pointer.cur rename : modules/libpr0n/test/reftest/ico/cur/pointer.png => image/test/reftest/ico/cur/pointer.png rename : modules/libpr0n/test/reftest/ico/cur/reftest.list => image/test/reftest/ico/cur/reftest.list rename : modules/libpr0n/test/reftest/ico/cur/wrapper.html => image/test/reftest/ico/cur/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/reftest.list => image/test/reftest/ico/ico-bmp-1bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/reftest.list => image/test/reftest/ico/ico-bmp-24bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/reftest.list => image/test/reftest/ico/ico-bmp-32bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/reftest.list => image/test/reftest/ico/ico-bmp-4bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/reftest.list => image/test/reftest/ico/ico-bmp-8bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/reftest.list => image/test/reftest/ico/ico-bmp-corrupted/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/wrapper.html => image/test/reftest/ico/ico-bmp-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.ico => image/test/reftest/ico/ico-mixed/mixed-bmp-png.ico rename : modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.png => image/test/reftest/ico/ico-mixed/mixed-bmp-png.png rename : modules/libpr0n/test/reftest/ico/ico-mixed/reftest.list => image/test/reftest/ico/ico-mixed/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-png/corrupted_x00n0g01.ico => image/test/reftest/ico/ico-png/corrupted_x00n0g01.ico rename : modules/libpr0n/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico => image/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.ico => image/test/reftest/ico/ico-png/ico-size-15x15-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.png => image/test/reftest/ico/ico-png/ico-size-15x15-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.ico => image/test/reftest/ico/ico-png/ico-size-16x16-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.png => image/test/reftest/ico/ico-png/ico-size-16x16-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.ico => image/test/reftest/ico/ico-png/ico-size-17x17-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.png => image/test/reftest/ico/ico-png/ico-size-17x17-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.ico => image/test/reftest/ico/ico-png/ico-size-1x1-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.png => image/test/reftest/ico/ico-png/ico-size-1x1-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.ico => image/test/reftest/ico/ico-png/ico-size-256x256-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.png => image/test/reftest/ico/ico-png/ico-size-256x256-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.ico => image/test/reftest/ico/ico-png/ico-size-2x2-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.png => image/test/reftest/ico/ico-png/ico-size-2x2-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.ico => image/test/reftest/ico/ico-png/ico-size-31x31-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.png => image/test/reftest/ico/ico-png/ico-size-31x31-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.ico => image/test/reftest/ico/ico-png/ico-size-32x32-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.png => image/test/reftest/ico/ico-png/ico-size-32x32-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.ico => image/test/reftest/ico/ico-png/ico-size-33x33-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.png => image/test/reftest/ico/ico-png/ico-size-33x33-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.ico => image/test/reftest/ico/ico-png/ico-size-3x3-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.png => image/test/reftest/ico/ico-png/ico-size-3x3-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.ico => image/test/reftest/ico/ico-png/ico-size-4x4-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.png => image/test/reftest/ico/ico-png/ico-size-4x4-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.ico => image/test/reftest/ico/ico-png/ico-size-5x5-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.png => image/test/reftest/ico/ico-png/ico-size-5x5-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.ico => image/test/reftest/ico/ico-png/ico-size-6x6-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.png => image/test/reftest/ico/ico-png/ico-size-6x6-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.ico => image/test/reftest/ico/ico-png/ico-size-7x7-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.png => image/test/reftest/ico/ico-png/ico-size-7x7-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.ico => image/test/reftest/ico/ico-png/ico-size-8x8-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.png => image/test/reftest/ico/ico-png/ico-size-8x8-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.ico => image/test/reftest/ico/ico-png/ico-size-9x9-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.png => image/test/reftest/ico/ico-png/ico-size-9x9-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/reftest.list => image/test/reftest/ico/ico-png/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-png/tmp.ico => image/test/reftest/ico/ico-png/tmp.ico rename : modules/libpr0n/test/reftest/ico/ico-png/transparent-png.ico => image/test/reftest/ico/ico-png/transparent-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/transparent-png.png => image/test/reftest/ico/ico-png/transparent-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/wrapper.html => image/test/reftest/ico/ico-png/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-png/x00n0g01.png => image/test/reftest/ico/ico-png/x00n0g01.png rename : modules/libpr0n/test/reftest/ico/ico-png/xcrn0g04.png => image/test/reftest/ico/ico-png/xcrn0g04.png rename : modules/libpr0n/test/reftest/ico/reftest.list => image/test/reftest/ico/reftest.list rename : modules/libpr0n/test/reftest/icon/win/bug415761.ico => image/test/reftest/icon/win/bug415761.ico rename : modules/libpr0n/test/reftest/icon/win/bug415761.sjs => image/test/reftest/icon/win/bug415761.sjs rename : modules/libpr0n/test/reftest/icon/win/bug415761cleanup.sjs => image/test/reftest/icon/win/bug415761cleanup.sjs rename : modules/libpr0n/test/reftest/icon/win/reftest.list => image/test/reftest/icon/win/reftest.list rename : modules/libpr0n/test/reftest/img2html.html => image/test/reftest/img2html.html rename : modules/libpr0n/test/reftest/jpeg/blue.jpg => image/test/reftest/jpeg/blue.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.jpg => image/test/reftest/jpeg/jpg-cmyk-1.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.png => image/test/reftest/jpeg/jpg-cmyk-1.png rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.jpg => image/test/reftest/jpeg/jpg-cmyk-2.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.png => image/test/reftest/jpeg/jpg-cmyk-2.png rename : modules/libpr0n/test/reftest/jpeg/jpg-gray.jpg => image/test/reftest/jpeg/jpg-gray.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-gray.png => image/test/reftest/jpeg/jpg-gray.png rename : modules/libpr0n/test/reftest/jpeg/jpg-progressive.jpg => image/test/reftest/jpeg/jpg-progressive.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-progressive.png => image/test/reftest/jpeg/jpg-progressive.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.jpg => image/test/reftest/jpeg/jpg-size-15x15.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.png => image/test/reftest/jpeg/jpg-size-15x15.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.jpg => image/test/reftest/jpeg/jpg-size-16x16.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.png => image/test/reftest/jpeg/jpg-size-16x16.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.jpg => image/test/reftest/jpeg/jpg-size-17x17.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.png => image/test/reftest/jpeg/jpg-size-17x17.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.jpg => image/test/reftest/jpeg/jpg-size-1x1.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.png => image/test/reftest/jpeg/jpg-size-1x1.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.jpg => image/test/reftest/jpeg/jpg-size-2x2.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.png => image/test/reftest/jpeg/jpg-size-2x2.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.jpg => image/test/reftest/jpeg/jpg-size-31x31.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.png => image/test/reftest/jpeg/jpg-size-31x31.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.jpg => image/test/reftest/jpeg/jpg-size-32x32.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.png => image/test/reftest/jpeg/jpg-size-32x32.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.jpg => image/test/reftest/jpeg/jpg-size-33x33.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.png => image/test/reftest/jpeg/jpg-size-33x33.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.jpg => image/test/reftest/jpeg/jpg-size-3x3.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.png => image/test/reftest/jpeg/jpg-size-3x3.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.jpg => image/test/reftest/jpeg/jpg-size-4x4.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.png => image/test/reftest/jpeg/jpg-size-4x4.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.jpg => image/test/reftest/jpeg/jpg-size-5x5.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.png => image/test/reftest/jpeg/jpg-size-5x5.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.jpg => image/test/reftest/jpeg/jpg-size-6x6.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.png => image/test/reftest/jpeg/jpg-size-6x6.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.jpg => image/test/reftest/jpeg/jpg-size-7x7.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.png => image/test/reftest/jpeg/jpg-size-7x7.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.jpg => image/test/reftest/jpeg/jpg-size-8x8.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.png => image/test/reftest/jpeg/jpg-size-8x8.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.jpg => image/test/reftest/jpeg/jpg-size-9x9.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.png => image/test/reftest/jpeg/jpg-size-9x9.png rename : modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.jpg => image/test/reftest/jpeg/jpg-srgb-icc.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.png => image/test/reftest/jpeg/jpg-srgb-icc.png rename : modules/libpr0n/test/reftest/jpeg/red.jpg => image/test/reftest/jpeg/red.jpg rename : modules/libpr0n/test/reftest/jpeg/reftest.list => image/test/reftest/jpeg/reftest.list rename : modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg => image/test/reftest/jpeg/webcam-simulacrum.mjpg rename : modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ => image/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.html => image/test/reftest/pngsuite-ancillary/ccwn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.png => image/test/reftest/pngsuite-ancillary/ccwn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.html => image/test/reftest/pngsuite-ancillary/ccwn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.png => image/test/reftest/pngsuite-ancillary/ccwn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.html => image/test/reftest/pngsuite-ancillary/cdfn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.png => image/test/reftest/pngsuite-ancillary/cdfn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.html => image/test/reftest/pngsuite-ancillary/cdhn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.png => image/test/reftest/pngsuite-ancillary/cdhn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.html => image/test/reftest/pngsuite-ancillary/cdsn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.png => image/test/reftest/pngsuite-ancillary/cdsn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.html => image/test/reftest/pngsuite-ancillary/cdun2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.png => image/test/reftest/pngsuite-ancillary/cdun2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.html => image/test/reftest/pngsuite-ancillary/ch1n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.png => image/test/reftest/pngsuite-ancillary/ch1n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.html => image/test/reftest/pngsuite-ancillary/ch2n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.png => image/test/reftest/pngsuite-ancillary/ch2n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.html => image/test/reftest/pngsuite-ancillary/cm0n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.png => image/test/reftest/pngsuite-ancillary/cm0n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.html => image/test/reftest/pngsuite-ancillary/cm7n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.png => image/test/reftest/pngsuite-ancillary/cm7n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.html => image/test/reftest/pngsuite-ancillary/cm9n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.png => image/test/reftest/pngsuite-ancillary/cm9n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.html => image/test/reftest/pngsuite-ancillary/cs3n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.png => image/test/reftest/pngsuite-ancillary/cs3n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.html => image/test/reftest/pngsuite-ancillary/cs3n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.png => image/test/reftest/pngsuite-ancillary/cs3n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.html => image/test/reftest/pngsuite-ancillary/cs5n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.png => image/test/reftest/pngsuite-ancillary/cs5n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.html => image/test/reftest/pngsuite-ancillary/cs5n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.png => image/test/reftest/pngsuite-ancillary/cs5n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.html => image/test/reftest/pngsuite-ancillary/cs8n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.png => image/test/reftest/pngsuite-ancillary/cs8n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.html => image/test/reftest/pngsuite-ancillary/cs8n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.png => image/test/reftest/pngsuite-ancillary/cs8n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.html => image/test/reftest/pngsuite-ancillary/ct0n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.png => image/test/reftest/pngsuite-ancillary/ct0n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.html => image/test/reftest/pngsuite-ancillary/ct1n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.png => image/test/reftest/pngsuite-ancillary/ct1n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.html => image/test/reftest/pngsuite-ancillary/ctzn0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.png => image/test/reftest/pngsuite-ancillary/ctzn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/qcms-asm-check.js => image/test/reftest/pngsuite-ancillary/qcms-asm-check.js rename : modules/libpr0n/test/reftest/pngsuite-ancillary/reftest.list => image/test/reftest/pngsuite-ancillary/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-background/bg__4a08.html => image/test/reftest/pngsuite-background/bg__4a08.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__4a16.html => image/test/reftest/pngsuite-background/bg__4a16.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__6a08.html => image/test/reftest/pngsuite-background/bg__6a08.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__6a16.html => image/test/reftest/pngsuite-background/bg__6a16.html rename : modules/libpr0n/test/reftest/pngsuite-background/bgai4a08.png => image/test/reftest/pngsuite-background/bgai4a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgai4a16.png => image/test/reftest/pngsuite-background/bgai4a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgan6a08.png => image/test/reftest/pngsuite-background/bgan6a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgan6a16.png => image/test/reftest/pngsuite-background/bgan6a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgbn4a08.png => image/test/reftest/pngsuite-background/bgbn4a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bggn4a16.png => image/test/reftest/pngsuite-background/bggn4a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgwn6a08.png => image/test/reftest/pngsuite-background/bgwn6a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgyn6a16.png => image/test/reftest/pngsuite-background/bgyn6a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/reftest.list => image/test/reftest/pngsuite-background/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-background/wrapper.html => image/test/reftest/pngsuite-background/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.html => image/test/reftest/pngsuite-basic-i/basi0g01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.png => image/test/reftest/pngsuite-basic-i/basi0g01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.html => image/test/reftest/pngsuite-basic-i/basi0g02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.png => image/test/reftest/pngsuite-basic-i/basi0g02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.html => image/test/reftest/pngsuite-basic-i/basi0g04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.png => image/test/reftest/pngsuite-basic-i/basi0g04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.html => image/test/reftest/pngsuite-basic-i/basi0g08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.png => image/test/reftest/pngsuite-basic-i/basi0g08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.html => image/test/reftest/pngsuite-basic-i/basi0g16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.png => image/test/reftest/pngsuite-basic-i/basi0g16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.html => image/test/reftest/pngsuite-basic-i/basi2c08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.png => image/test/reftest/pngsuite-basic-i/basi2c08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.html => image/test/reftest/pngsuite-basic-i/basi2c16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.png => image/test/reftest/pngsuite-basic-i/basi2c16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.html => image/test/reftest/pngsuite-basic-i/basi3p01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.png => image/test/reftest/pngsuite-basic-i/basi3p01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.html => image/test/reftest/pngsuite-basic-i/basi3p02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.png => image/test/reftest/pngsuite-basic-i/basi3p02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.html => image/test/reftest/pngsuite-basic-i/basi3p04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.png => image/test/reftest/pngsuite-basic-i/basi3p04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.html => image/test/reftest/pngsuite-basic-i/basi3p08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.png => image/test/reftest/pngsuite-basic-i/basi3p08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a08.png => image/test/reftest/pngsuite-basic-i/basi4a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a16.png => image/test/reftest/pngsuite-basic-i/basi4a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a08.png => image/test/reftest/pngsuite-basic-i/basi6a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a16.png => image/test/reftest/pngsuite-basic-i/basi6a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/reftest.list => image/test/reftest/pngsuite-basic-i/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.html => image/test/reftest/pngsuite-basic-n/basn0g01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.png => image/test/reftest/pngsuite-basic-n/basn0g01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.html => image/test/reftest/pngsuite-basic-n/basn0g02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.png => image/test/reftest/pngsuite-basic-n/basn0g02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.html => image/test/reftest/pngsuite-basic-n/basn0g04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.png => image/test/reftest/pngsuite-basic-n/basn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.html => image/test/reftest/pngsuite-basic-n/basn0g08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.png => image/test/reftest/pngsuite-basic-n/basn0g08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.html => image/test/reftest/pngsuite-basic-n/basn0g16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.png => image/test/reftest/pngsuite-basic-n/basn0g16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.html => image/test/reftest/pngsuite-basic-n/basn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.png => image/test/reftest/pngsuite-basic-n/basn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.html => image/test/reftest/pngsuite-basic-n/basn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.png => image/test/reftest/pngsuite-basic-n/basn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.html => image/test/reftest/pngsuite-basic-n/basn3p01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.png => image/test/reftest/pngsuite-basic-n/basn3p01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.html => image/test/reftest/pngsuite-basic-n/basn3p02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.png => image/test/reftest/pngsuite-basic-n/basn3p02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.html => image/test/reftest/pngsuite-basic-n/basn3p04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.png => image/test/reftest/pngsuite-basic-n/basn3p04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.html => image/test/reftest/pngsuite-basic-n/basn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.png => image/test/reftest/pngsuite-basic-n/basn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a08.png => image/test/reftest/pngsuite-basic-n/basn4a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a16.png => image/test/reftest/pngsuite-basic-n/basn4a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a08.png => image/test/reftest/pngsuite-basic-n/basn6a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a16.png => image/test/reftest/pngsuite-basic-n/basn6a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/reftest.list => image/test/reftest/pngsuite-basic-n/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/color.html => image/test/reftest/pngsuite-chunkorder/color.html rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/grayscale.html => image/test/reftest/pngsuite-chunkorder/grayscale.html rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n0g16.png => image/test/reftest/pngsuite-chunkorder/oi1n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n2c16.png => image/test/reftest/pngsuite-chunkorder/oi1n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n0g16.png => image/test/reftest/pngsuite-chunkorder/oi2n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n2c16.png => image/test/reftest/pngsuite-chunkorder/oi2n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n0g16.png => image/test/reftest/pngsuite-chunkorder/oi4n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n2c16.png => image/test/reftest/pngsuite-chunkorder/oi4n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n0g16.png => image/test/reftest/pngsuite-chunkorder/oi9n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n2c16.png => image/test/reftest/pngsuite-chunkorder/oi9n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/reftest.list => image/test/reftest/pngsuite-chunkorder/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-corrupted/reftest.list => image/test/reftest/pngsuite-corrupted/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-corrupted/wrapper.html => image/test/reftest/pngsuite-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-corrupted/x00n0g01.png => image/test/reftest/pngsuite-corrupted/x00n0g01.png rename : modules/libpr0n/test/reftest/pngsuite-corrupted/xcrn0g04.png => image/test/reftest/pngsuite-corrupted/xcrn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-corrupted/xlfn0g04.png => image/test/reftest/pngsuite-corrupted/xlfn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.html => image/test/reftest/pngsuite-filtering/f00n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.png => image/test/reftest/pngsuite-filtering/f00n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.html => image/test/reftest/pngsuite-filtering/f00n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.png => image/test/reftest/pngsuite-filtering/f00n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.html => image/test/reftest/pngsuite-filtering/f01n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.png => image/test/reftest/pngsuite-filtering/f01n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.html => image/test/reftest/pngsuite-filtering/f01n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.png => image/test/reftest/pngsuite-filtering/f01n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.html => image/test/reftest/pngsuite-filtering/f02n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.png => image/test/reftest/pngsuite-filtering/f02n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.html => image/test/reftest/pngsuite-filtering/f02n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.png => image/test/reftest/pngsuite-filtering/f02n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.html => image/test/reftest/pngsuite-filtering/f03n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.png => image/test/reftest/pngsuite-filtering/f03n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.html => image/test/reftest/pngsuite-filtering/f03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.png => image/test/reftest/pngsuite-filtering/f03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.html => image/test/reftest/pngsuite-filtering/f04n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.png => image/test/reftest/pngsuite-filtering/f04n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.html => image/test/reftest/pngsuite-filtering/f04n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.png => image/test/reftest/pngsuite-filtering/f04n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/reftest.list => image/test/reftest/pngsuite-filtering/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.html => image/test/reftest/pngsuite-gamma/g03n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.png => image/test/reftest/pngsuite-gamma/g03n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.html => image/test/reftest/pngsuite-gamma/g03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.png => image/test/reftest/pngsuite-gamma/g03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.html => image/test/reftest/pngsuite-gamma/g03n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.png => image/test/reftest/pngsuite-gamma/g03n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.html => image/test/reftest/pngsuite-gamma/g04n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.png => image/test/reftest/pngsuite-gamma/g04n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.html => image/test/reftest/pngsuite-gamma/g04n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.png => image/test/reftest/pngsuite-gamma/g04n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.html => image/test/reftest/pngsuite-gamma/g04n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.png => image/test/reftest/pngsuite-gamma/g04n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.html => image/test/reftest/pngsuite-gamma/g05n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.png => image/test/reftest/pngsuite-gamma/g05n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.html => image/test/reftest/pngsuite-gamma/g05n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.png => image/test/reftest/pngsuite-gamma/g05n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.html => image/test/reftest/pngsuite-gamma/g05n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.png => image/test/reftest/pngsuite-gamma/g05n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.html => image/test/reftest/pngsuite-gamma/g07n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.png => image/test/reftest/pngsuite-gamma/g07n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.html => image/test/reftest/pngsuite-gamma/g07n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.png => image/test/reftest/pngsuite-gamma/g07n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.html => image/test/reftest/pngsuite-gamma/g07n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.png => image/test/reftest/pngsuite-gamma/g07n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.html => image/test/reftest/pngsuite-gamma/g10n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.png => image/test/reftest/pngsuite-gamma/g10n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.html => image/test/reftest/pngsuite-gamma/g10n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.png => image/test/reftest/pngsuite-gamma/g10n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.html => image/test/reftest/pngsuite-gamma/g10n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.png => image/test/reftest/pngsuite-gamma/g10n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.html => image/test/reftest/pngsuite-gamma/g25n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.png => image/test/reftest/pngsuite-gamma/g25n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.html => image/test/reftest/pngsuite-gamma/g25n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.png => image/test/reftest/pngsuite-gamma/g25n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.html => image/test/reftest/pngsuite-gamma/g25n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.png => image/test/reftest/pngsuite-gamma/g25n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/reftest.list => image/test/reftest/pngsuite-gamma/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/reftest.list => image/test/reftest/pngsuite-oddsizes/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01_3p01.html => image/test/reftest/pngsuite-oddsizes/s01_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01i3p01.png => image/test/reftest/pngsuite-oddsizes/s01i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01n3p01.png => image/test/reftest/pngsuite-oddsizes/s01n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02_3p01.html => image/test/reftest/pngsuite-oddsizes/s02_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02i3p01.png => image/test/reftest/pngsuite-oddsizes/s02i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02n3p01.png => image/test/reftest/pngsuite-oddsizes/s02n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03_3p01.html => image/test/reftest/pngsuite-oddsizes/s03_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03i3p01.png => image/test/reftest/pngsuite-oddsizes/s03i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03n3p01.png => image/test/reftest/pngsuite-oddsizes/s03n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04_3p01.html => image/test/reftest/pngsuite-oddsizes/s04_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04i3p01.png => image/test/reftest/pngsuite-oddsizes/s04i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04n3p01.png => image/test/reftest/pngsuite-oddsizes/s04n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05_3p02.html => image/test/reftest/pngsuite-oddsizes/s05_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05i3p02.png => image/test/reftest/pngsuite-oddsizes/s05i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05n3p02.png => image/test/reftest/pngsuite-oddsizes/s05n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06_3p02.html => image/test/reftest/pngsuite-oddsizes/s06_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06i3p02.png => image/test/reftest/pngsuite-oddsizes/s06i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06n3p02.png => image/test/reftest/pngsuite-oddsizes/s06n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07_3p02.html => image/test/reftest/pngsuite-oddsizes/s07_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07i3p02.png => image/test/reftest/pngsuite-oddsizes/s07i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07n3p02.png => image/test/reftest/pngsuite-oddsizes/s07n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08_3p02.html => image/test/reftest/pngsuite-oddsizes/s08_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08i3p02.png => image/test/reftest/pngsuite-oddsizes/s08i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08n3p02.png => image/test/reftest/pngsuite-oddsizes/s08n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09_3p02.html => image/test/reftest/pngsuite-oddsizes/s09_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09i3p02.png => image/test/reftest/pngsuite-oddsizes/s09i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09n3p02.png => image/test/reftest/pngsuite-oddsizes/s09n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32_3p04.html => image/test/reftest/pngsuite-oddsizes/s32_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32i3p04.png => image/test/reftest/pngsuite-oddsizes/s32i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32n3p04.png => image/test/reftest/pngsuite-oddsizes/s32n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33_3p04.html => image/test/reftest/pngsuite-oddsizes/s33_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33i3p04.png => image/test/reftest/pngsuite-oddsizes/s33i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33n3p04.png => image/test/reftest/pngsuite-oddsizes/s33n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34_3p04.html => image/test/reftest/pngsuite-oddsizes/s34_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34i3p04.png => image/test/reftest/pngsuite-oddsizes/s34i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34n3p04.png => image/test/reftest/pngsuite-oddsizes/s34n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35_3p04.html => image/test/reftest/pngsuite-oddsizes/s35_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35i3p04.png => image/test/reftest/pngsuite-oddsizes/s35i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35n3p04.png => image/test/reftest/pngsuite-oddsizes/s35n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36_3p04.html => image/test/reftest/pngsuite-oddsizes/s36_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36i3p04.png => image/test/reftest/pngsuite-oddsizes/s36i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36n3p04.png => image/test/reftest/pngsuite-oddsizes/s36n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37_3p04.html => image/test/reftest/pngsuite-oddsizes/s37_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37i3p04.png => image/test/reftest/pngsuite-oddsizes/s37i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37n3p04.png => image/test/reftest/pngsuite-oddsizes/s37n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38_3p04.html => image/test/reftest/pngsuite-oddsizes/s38_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38i3p04.png => image/test/reftest/pngsuite-oddsizes/s38i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38n3p04.png => image/test/reftest/pngsuite-oddsizes/s38n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39_3p04.html => image/test/reftest/pngsuite-oddsizes/s39_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39i3p04.png => image/test/reftest/pngsuite-oddsizes/s39i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39n3p04.png => image/test/reftest/pngsuite-oddsizes/s39n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40_3p04.html => image/test/reftest/pngsuite-oddsizes/s40_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40i3p04.png => image/test/reftest/pngsuite-oddsizes/s40i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40n3p04.png => image/test/reftest/pngsuite-oddsizes/s40n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.html => image/test/reftest/pngsuite-palettes/pp0n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.png => image/test/reftest/pngsuite-palettes/pp0n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n6a08.png => image/test/reftest/pngsuite-palettes/pp0n6a08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.html => image/test/reftest/pngsuite-palettes/ps1n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.png => image/test/reftest/pngsuite-palettes/ps1n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.html => image/test/reftest/pngsuite-palettes/ps1n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.png => image/test/reftest/pngsuite-palettes/ps1n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.html => image/test/reftest/pngsuite-palettes/ps2n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.png => image/test/reftest/pngsuite-palettes/ps2n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.html => image/test/reftest/pngsuite-palettes/ps2n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.png => image/test/reftest/pngsuite-palettes/ps2n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/reftest.list => image/test/reftest/pngsuite-palettes/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-transparency/reftest.list => image/test/reftest/pngsuite-transparency/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.html => image/test/reftest/pngsuite-transparency/tbbn1g04.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.png => image/test/reftest/pngsuite-transparency/tbbn1g04.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.html => image/test/reftest/pngsuite-transparency/tbbn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.png => image/test/reftest/pngsuite-transparency/tbbn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.html => image/test/reftest/pngsuite-transparency/tbbn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.png => image/test/reftest/pngsuite-transparency/tbbn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.html => image/test/reftest/pngsuite-transparency/tbgn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.png => image/test/reftest/pngsuite-transparency/tbgn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.html => image/test/reftest/pngsuite-transparency/tbgn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.png => image/test/reftest/pngsuite-transparency/tbgn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.html => image/test/reftest/pngsuite-transparency/tbrn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.png => image/test/reftest/pngsuite-transparency/tbrn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.html => image/test/reftest/pngsuite-transparency/tbwn1g16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.png => image/test/reftest/pngsuite-transparency/tbwn1g16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.html => image/test/reftest/pngsuite-transparency/tbwn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.png => image/test/reftest/pngsuite-transparency/tbwn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.html => image/test/reftest/pngsuite-transparency/tbyn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.png => image/test/reftest/pngsuite-transparency/tbyn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.html => image/test/reftest/pngsuite-transparency/tp1n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.png => image/test/reftest/pngsuite-transparency/tp1n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/wrapper.html => image/test/reftest/pngsuite-transparency/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/reftest.list => image/test/reftest/pngsuite-zlib/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.html => image/test/reftest/pngsuite-zlib/z00n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.png => image/test/reftest/pngsuite-zlib/z00n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.html => image/test/reftest/pngsuite-zlib/z03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.png => image/test/reftest/pngsuite-zlib/z03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.html => image/test/reftest/pngsuite-zlib/z06n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.png => image/test/reftest/pngsuite-zlib/z06n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.html => image/test/reftest/pngsuite-zlib/z09n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.png => image/test/reftest/pngsuite-zlib/z09n2c08.png rename : modules/libpr0n/test/reftest/reftest.list => image/test/reftest/reftest.list rename : modules/libpr0n/test/unit/async_load_tests.js => image/test/unit/async_load_tests.js rename : modules/libpr0n/test/unit/bug413512.ico => image/test/unit/bug413512.ico rename : modules/libpr0n/test/unit/image1.png => image/test/unit/image1.png rename : modules/libpr0n/test/unit/image1png16x16.jpg => image/test/unit/image1png16x16.jpg rename : modules/libpr0n/test/unit/image1png64x64.jpg => image/test/unit/image1png64x64.jpg rename : modules/libpr0n/test/unit/image2.jpg => image/test/unit/image2.jpg rename : modules/libpr0n/test/unit/image2jpg16x16-win.png => image/test/unit/image2jpg16x16-win.png rename : modules/libpr0n/test/unit/image2jpg16x16.png => image/test/unit/image2jpg16x16.png rename : modules/libpr0n/test/unit/image2jpg32x32-win.png => image/test/unit/image2jpg32x32-win.png rename : modules/libpr0n/test/unit/image2jpg32x32.png => image/test/unit/image2jpg32x32.png rename : modules/libpr0n/test/unit/image3.ico => image/test/unit/image3.ico rename : modules/libpr0n/test/unit/image3ico16x16.png => image/test/unit/image3ico16x16.png rename : modules/libpr0n/test/unit/image3ico32x32.png => image/test/unit/image3ico32x32.png rename : modules/libpr0n/test/unit/image4.gif => image/test/unit/image4.gif rename : modules/libpr0n/test/unit/image_load_helpers.js => image/test/unit/image_load_helpers.js rename : modules/libpr0n/test/unit/test_async_notification.js => image/test/unit/test_async_notification.js rename : modules/libpr0n/test/unit/test_async_notification_404.js => image/test/unit/test_async_notification_404.js rename : modules/libpr0n/test/unit/test_async_notification_animated.js => image/test/unit/test_async_notification_animated.js rename : modules/libpr0n/test/unit/test_encoder_apng.js => image/test/unit/test_encoder_apng.js rename : modules/libpr0n/test/unit/test_encoder_png.js => image/test/unit/test_encoder_png.js rename : modules/libpr0n/test/unit/test_imgtools.js => image/test/unit/test_imgtools.js rename : modules/libpr0n/test/unit/test_moz_icon_uri.js => image/test/unit/test_moz_icon_uri.js rename : modules/libpr0n/test/unit/xpcshell.ini => image/test/unit/xpcshell.ini --- .../src/nsComposerDocumentCommands.cpp | 4 +-- {modules/libpr0n => image}/Makefile.in | 2 +- {modules/libpr0n => image}/build/Makefile.in | 2 +- .../libpr0n => image}/build/nsImageModule.cpp | 0 {modules/libpr0n => image}/decoders/GIF2.h | 0 .../libpr0n => image}/decoders/Makefile.in | 4 +-- {modules/libpr0n => image}/decoders/iccjpeg.c | 0 {modules/libpr0n => image}/decoders/iccjpeg.h | 0 .../decoders/icon/Makefile.in | 2 +- .../decoders/icon/android/Makefile.in | 2 +- .../decoders/icon/android/nsIconChannel.cpp | 0 .../decoders/icon/android/nsIconChannel.h | 0 .../decoders/icon/gtk/Makefile.in | 2 +- .../decoders/icon/gtk/nsIconChannel.cpp | 0 .../decoders/icon/gtk/nsIconChannel.h | 0 .../decoders/icon/mac/Makefile.in | 2 +- .../decoders/icon/mac/nsIconChannel.h | 0 .../decoders/icon/mac/nsIconChannelCocoa.mm | 0 .../decoders/icon/nsIIconURI.idl | 0 .../decoders/icon/nsIconModule.cpp | 0 .../decoders/icon/nsIconProtocolHandler.cpp | 0 .../decoders/icon/nsIconProtocolHandler.h | 0 .../decoders/icon/nsIconURI.cpp | 0 .../decoders/icon/nsIconURI.h | 0 .../decoders/icon/os2/Makefile.in | 2 +- .../decoders/icon/os2/nsIconChannel.cpp | 0 .../decoders/icon/os2/nsIconChannel.h | 0 .../decoders/icon/qt/Makefile.in | 2 +- .../decoders/icon/qt/gtkqticonsconverter.js | 0 .../icon/qt/gtkqticonsconverter.manifest | 0 .../decoders/icon/qt/nsIconChannel.cpp | 0 .../decoders/icon/qt/nsIconChannel.h | 0 .../decoders/icon/qt/public/Makefile.in | 2 +- .../icon/qt/public/nsGtkQtIconsConverter.idl | 0 .../decoders/icon/win/Makefile.in | 2 +- .../decoders/icon/win/nsIconChannel.cpp | 0 .../decoders/icon/win/nsIconChannel.h | 0 .../decoders/nsBMPDecoder.cpp | 0 .../libpr0n => image}/decoders/nsBMPDecoder.h | 0 .../decoders/nsGIFDecoder2.cpp | 0 .../decoders/nsGIFDecoder2.h | 0 .../decoders/nsICODecoder.cpp | 0 .../libpr0n => image}/decoders/nsICODecoder.h | 0 .../decoders/nsIconDecoder.cpp | 0 .../decoders/nsIconDecoder.h | 0 .../decoders/nsJPEGDecoder.cpp | 0 .../decoders/nsJPEGDecoder.h | 0 .../decoders/nsPNGDecoder.cpp | 0 .../libpr0n => image}/decoders/nsPNGDecoder.h | 0 .../libpr0n => image}/encoders/Makefile.in | 2 +- .../encoders/bmp/Makefile.in | 4 +-- .../encoders/bmp/nsBMPEncoder.cpp | 0 .../encoders/bmp/nsBMPEncoder.h | 0 .../encoders/ico/Makefile.in | 8 ++--- .../encoders/ico/nsICOEncoder.cpp | 0 .../encoders/ico/nsICOEncoder.h | 0 .../encoders/jpeg/Makefile.in | 2 +- .../encoders/jpeg/nsJPEGEncoder.cpp | 0 .../encoders/jpeg/nsJPEGEncoder.h | 0 .../encoders/png/Makefile.in | 4 +-- .../encoders/png/nsPNGEncoder.cpp | 0 .../encoders/png/nsPNGEncoder.h | 0 .../libpr0n => image}/public/ImageErrors.h | 0 .../libpr0n => image}/public/ImageLogging.h | 0 {modules/libpr0n => image}/public/Makefile.in | 2 +- .../libpr0n => image}/public/imgICache.idl | 0 .../public/imgIContainer.idl | 0 .../public/imgIContainerDebug.idl | 0 .../public/imgIContainerObserver.idl | 0 .../public/imgIDecoderObserver.idl | 0 .../libpr0n => image}/public/imgIEncoder.idl | 0 .../libpr0n => image}/public/imgILoader.idl | 0 .../libpr0n => image}/public/imgIRequest.idl | 0 .../libpr0n => image}/public/imgITools.idl | 0 .../libpr0n => image}/src/BMPFileHeaders.h | 0 {modules/libpr0n => image}/src/Decoder.cpp | 0 {modules/libpr0n => image}/src/Decoder.h | 0 .../libpr0n => image}/src/DiscardTracker.cpp | 0 .../libpr0n => image}/src/DiscardTracker.h | 0 {modules/libpr0n => image}/src/EndianMacros.h | 0 .../libpr0n => image}/src/ICOFileHeaders.h | 0 {modules/libpr0n => image}/src/Image.cpp | 0 {modules/libpr0n => image}/src/Image.h | 0 {modules/libpr0n => image}/src/Makefile.in | 4 +-- .../libpr0n => image}/src/RasterImage.cpp | 0 {modules/libpr0n => image}/src/RasterImage.h | 0 .../src/SVGDocumentWrapper.cpp | 0 .../src/SVGDocumentWrapper.h | 0 .../libpr0n => image}/src/VectorImage.cpp | 0 {modules/libpr0n => image}/src/VectorImage.h | 0 {modules/libpr0n => image}/src/imgFrame.cpp | 0 {modules/libpr0n => image}/src/imgFrame.h | 0 {modules/libpr0n => image}/src/imgLoader.cpp | 0 {modules/libpr0n => image}/src/imgLoader.h | 0 {modules/libpr0n => image}/src/imgRequest.cpp | 0 {modules/libpr0n => image}/src/imgRequest.h | 0 .../libpr0n => image}/src/imgRequestProxy.cpp | 0 .../libpr0n => image}/src/imgRequestProxy.h | 0 .../src/imgStatusTracker.cpp | 0 .../libpr0n => image}/src/imgStatusTracker.h | 0 {modules/libpr0n => image}/src/imgTools.cpp | 0 {modules/libpr0n => image}/src/imgTools.h | 0 {modules/libpr0n => image}/test/Makefile.in | 4 +-- .../test/browser/Makefile.in | 4 +-- .../test/browser/animated.gif | Bin .../test/browser/animated2.gif | Bin .../libpr0n => image}/test/browser/big.png | Bin .../test/browser/browser_bug666317.js | 0 .../test/browser/browser_image.js | 0 .../libpr0n => image}/test/browser/head.js | 2 +- .../libpr0n => image}/test/browser/image.html | 0 .../test/browser/imageX2.html | 0 .../test/crashtests/256-height.ico | Bin .../test/crashtests/256-width.ico | Bin .../test/crashtests/523528-1.gif | Bin .../test/crashtests/523528-2.gif | Bin .../test/crashtests/681190.html | 0 .../test/crashtests/694165-1.xhtml | 0 .../test/crashtests/83804-1.gif | Bin .../test/crashtests/89341-1.gif | Bin .../test/crashtests/crashtests.list | 0 .../test/crashtests/delayedframe.sjs | 0 .../test/crashtests/delaytest.html | 0 .../test/crashtests/invalid-icc-profile.jpg | Bin .../crashtests/invalid-size-second-frame.gif | Bin .../test/crashtests/invalid-size.gif | Bin .../test/crashtests/threeframes-end.gif | Bin .../test/crashtests/threeframes-start.gif | Bin .../test/mochitest/Makefile.in | 4 +-- .../libpr0n => image}/test/mochitest/big.png | Bin .../libpr0n => image}/test/mochitest/blue.png | Bin .../test/mochitest/bug399925.gif | Bin .../test/mochitest/bug468160.sjs | 0 .../test/mochitest/bug478398_ONLY.png | Bin .../test/mochitest/bug490949-iframe.html | 0 .../test/mochitest/bug490949.sjs | 5 ++-- .../test/mochitest/bug496292-1.sjs | 3 +- .../test/mochitest/bug496292-2.sjs | 3 +- .../test/mochitest/bug496292-iframe-1.html | 0 .../test/mochitest/bug496292-iframe-2.html | 0 .../test/mochitest/bug496292-iframe-ref.html | 0 .../test/mochitest/bug497665-iframe.html | 0 .../test/mochitest/bug497665.sjs | 5 ++-- .../test/mochitest/bug552605.sjs | 2 +- .../test/mochitest/bug657191.sjs | 3 +- image/test/mochitest/bug671906-iframe.html | 7 +++++ .../test/mochitest/bug671906.sjs | 5 ++-- .../test/mochitest/bug89419-iframe.html | 0 .../test/mochitest/bug89419.sjs | 2 +- .../test/mochitest/damon.jpg | Bin .../test/mochitest/imgutils.js | 0 .../test/mochitest/lime-anim-100x100.svg | 0 .../test/mochitest/lime100x100.svg | 0 .../libpr0n => image}/test/mochitest/red.png | Bin .../test/mochitest/schrep.png | Bin .../test/mochitest/shaver.png | Bin .../test/mochitest/test_animSVGImage.html | 0 .../test/mochitest/test_bug399925.html | 0 .../test/mochitest/test_bug435296.html | 0 .../test/mochitest/test_bug466586.html | 0 .../test/mochitest/test_bug468160.html | 0 .../test/mochitest/test_bug478398.html | 0 .../test/mochitest/test_bug490949.html | 0 .../test/mochitest/test_bug496292.html | 0 .../test/mochitest/test_bug497665.html | 0 .../test/mochitest/test_bug512435.html | 2 +- .../test/mochitest/test_bug552605-1.html | 0 .../test/mochitest/test_bug552605-2.html | 0 .../test/mochitest/test_bug553982.html | 0 .../test/mochitest/test_bug601470.html | 0 .../test/mochitest/test_bug614392.html | 0 .../test/mochitest/test_bug657191.html | 0 .../test/mochitest/test_bug671906.html | 6 ++-- .../test/mochitest/test_bug89419-1.html | 0 .../test/mochitest/test_bug89419-2.html | 0 .../test/reftest/apng/bug411852-1-ref.png | Bin .../test/reftest/apng/bug411852-1.png | Bin .../test/reftest/apng/bug546272-ref.png | Bin .../test/reftest/apng/bug546272.png | Bin .../test/reftest/apng/delaytest.html | 0 .../test/reftest/apng/reftest.list | 0 .../bmp/bmp-1bpp/bmp-not-square-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-not-square-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-15x15-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-16x16-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-17x17-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico | Bin .../bmp/bmp-1bpp/bmp-size-1x1-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-2x2-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-31x31-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-32x32-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-33x33-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-3x3-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-4x4-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-5x5-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-6x6-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-7x7-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-8x8-1bpp.png | Bin .../bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp | Bin .../bmp/bmp-1bpp/bmp-size-9x9-1bpp.png | Bin .../bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp | Bin .../test/reftest/bmp/bmp-1bpp/reftest.list | 0 .../bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-not-square-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-not-square-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-15x15-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-16x16-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-17x17-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-1x1-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-2x2-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-31x31-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-32x32-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-33x33-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-3x3-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-4x4-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-5x5-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-6x6-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-7x7-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-8x8-24bpp.png | Bin .../bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp | Bin .../bmp/bmp-24bpp/bmp-size-9x9-24bpp.png | Bin .../bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp | Bin .../test/reftest/bmp/bmp-24bpp/reftest.list | 0 .../bmp-24bpp/top-to-bottom-16x16-24bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-not-square-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-not-square-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-15x15-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-16x16-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-17x17-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-1x1-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-2x2-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-31x31-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-32x32-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-33x33-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-3x3-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-4x4-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-5x5-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-6x6-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-7x7-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-8x8-4bpp.png | Bin .../bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp | Bin .../bmp/bmp-4bpp/bmp-size-9x9-4bpp.png | Bin .../bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp | Bin .../test/reftest/bmp/bmp-4bpp/reftest.list | 0 .../bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-not-square-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-not-square-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-15x15-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-16x16-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-17x17-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-1x1-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-2x2-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-31x31-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-32x32-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-33x33-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-3x3-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-4x4-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-5x5-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-6x6-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-7x7-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-8x8-8bpp.png | Bin .../bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp | Bin .../bmp/bmp-8bpp/bmp-size-9x9-8bpp.png | Bin .../bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp | Bin .../test/reftest/bmp/bmp-8bpp/reftest.list | 0 .../bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp | Bin .../reftest/bmp/bmp-corrupted/invalid-bpp.bmp | Bin .../invalid-compression-RLE4.bmp | Bin .../invalid-compression-RLE8.bmp | Bin .../bmp/bmp-corrupted/invalid-compression.bmp | Bin .../bmp/bmp-corrupted/invalid-signature.bmp | Bin .../bmp/bmp-corrupted/os2-invalid-bpp.bmp | Bin .../reftest/bmp/bmp-corrupted/reftest.list | 0 .../reftest/bmp/bmp-corrupted/wrapper.html | 0 .../test/reftest/bmp/reftest.list | 0 .../reftest/color-management/color-curv.png | Bin .../reftest/color-management/color-lin.png | Bin .../reftest/color-management/color-table.png | Bin .../color-management/invalid-chrm-ref.png | Bin .../reftest/color-management/invalid-chrm.png | Bin .../color-management/invalid-whitepoint.png | Bin .../reftest/color-management/reftest.list | 0 .../color-management/trc-type-ref.html | 0 .../reftest/color-management/trc-type.html | 0 .../test/reftest/colordepth.html | 0 .../reftest/encoders-lossless/encoder.html | 0 .../reftest/encoders-lossless/reftest.list | 0 .../reftest/encoders-lossless/size-15x15.png | Bin .../reftest/encoders-lossless/size-16x16.png | Bin .../reftest/encoders-lossless/size-17x17.png | Bin .../reftest/encoders-lossless/size-1x1.png | Bin .../encoders-lossless/size-256x256.png | Bin .../reftest/encoders-lossless/size-2x2.png | Bin .../reftest/encoders-lossless/size-31x31.png | Bin .../reftest/encoders-lossless/size-32x32.png | Bin .../reftest/encoders-lossless/size-33x33.png | Bin .../reftest/encoders-lossless/size-3x3.png | Bin .../reftest/encoders-lossless/size-4x4.png | Bin .../reftest/encoders-lossless/size-5x5.png | Bin .../reftest/encoders-lossless/size-6x6.png | Bin .../reftest/encoders-lossless/size-7x7.png | Bin .../reftest/encoders-lossless/size-8x8.png | Bin .../reftest/encoders-lossless/size-9x9.png | Bin .../test/reftest/encoders-lossless/test.png | Bin .../generic/accept-image-catchall-ref.html | 0 .../generic/accept-image-catchall.html | 0 .../test/reftest/generic/check-header.sjs | 2 +- .../test/reftest/generic/green.png | Bin .../test/reftest/generic/reftest.list | 0 .../test/reftest/gif/1bit-255-trans.gif | Bin .../test/reftest/gif/1bit-255-trans.png | Bin .../test/reftest/gif/animation1a.gif | Bin .../reftest/gif/animation2a-finalframe.gif | Bin .../test/reftest/gif/animation2a.gif | Bin .../test/reftest/gif/blue.gif | Bin .../test/reftest/gif/comment.gif | Bin .../test/reftest/gif/comment.png | Bin .../test/reftest/gif/delaytest.html | 0 .../test/reftest/gif/in-colormap-trans.gif | Bin .../test/reftest/gif/in-colormap-trans.png | Bin .../reftest/gif/out-of-colormap-trans.gif | Bin .../reftest/gif/out-of-colormap-trans.png | Bin .../test/reftest/gif/red.gif | Bin .../test/reftest/gif/reftest.list | 0 .../gif/small-background-size-2-ref.gif | Bin .../reftest/gif/small-background-size-2.gif | Bin .../reftest/gif/small-background-size-ref.gif | Bin .../reftest/gif/small-background-size.gif | Bin .../test/reftest/gif/test_bug641198.html | 0 .../gif/transparent-animation-finalframe.gif | Bin .../reftest/gif/transparent-animation.gif | Bin .../test/reftest/gif/webcam-simulacrum.mgif | Bin .../gif/webcam-simulacrum.mgif^headers^ | 0 .../test/reftest/gif/webcam.html | 0 .../test/reftest/ico/cur/pointer.cur | Bin .../test/reftest/ico/cur/pointer.png | Bin .../test/reftest/ico/cur/reftest.list | 0 .../test/reftest/ico/cur/wrapper.html | 0 .../ico-not-square-transparent-1bpp.ico | Bin .../ico-not-square-transparent-1bpp.png | Bin .../ico-partial-transparent-1bpp.ico | Bin .../ico-partial-transparent-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png | Bin .../ico-bmp-1bpp/ico-size-256x256-1bpp.ico | Bin .../ico-bmp-1bpp/ico-size-256x256-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png | Bin .../ico/ico-bmp-1bpp/ico-transparent-1bpp.ico | Bin .../ico/ico-bmp-1bpp/ico-transparent-1bpp.png | Bin .../reftest/ico/ico-bmp-1bpp/reftest.list | 0 .../ico-not-square-transparent-24bpp.ico | Bin .../ico-not-square-transparent-24bpp.png | Bin .../ico-partial-transparent-24bpp.ico | Bin .../ico-partial-transparent-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-15x15-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-15x15-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-16x16-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-16x16-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-17x17-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-17x17-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-256x256-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-256x256-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-31x31-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-31x31-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-32x32-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-32x32-24bpp.png | Bin .../ico-bmp-24bpp/ico-size-33x33-24bpp.ico | Bin .../ico-bmp-24bpp/ico-size-33x33-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png | Bin .../ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico | Bin .../ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png | Bin .../ico-bmp-24bpp/ico-transparent-24bpp.ico | Bin .../ico-bmp-24bpp/ico-transparent-24bpp.png | Bin .../reftest/ico/ico-bmp-24bpp/reftest.list | 0 .../ico-not-square-transparent-32bpp.ico | Bin .../ico-not-square-transparent-32bpp.png | Bin .../ico-partial-transparent-32bpp.ico | Bin .../ico-partial-transparent-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-15x15-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-15x15-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-16x16-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-16x16-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-17x17-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-17x17-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-256x256-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-256x256-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-31x31-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-31x31-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-32x32-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-32x32-32bpp.png | Bin .../ico-bmp-32bpp/ico-size-33x33-32bpp.ico | Bin .../ico-bmp-32bpp/ico-size-33x33-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png | Bin .../ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico | Bin .../ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png | Bin .../ico-bmp-32bpp/ico-transparent-32bpp.ico | Bin .../ico-bmp-32bpp/ico-transparent-32bpp.png | Bin .../reftest/ico/ico-bmp-32bpp/reftest.list | 0 .../ico-not-square-transparent-4bpp.ico | Bin .../ico-not-square-transparent-4bpp.png | Bin .../ico-partial-transparent-4bpp.ico | Bin .../ico-partial-transparent-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png | Bin .../ico-bmp-4bpp/ico-size-256x256-4bpp.ico | Bin .../ico-bmp-4bpp/ico-size-256x256-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png | Bin .../ico/ico-bmp-4bpp/ico-transparent-4bpp.ico | Bin .../ico/ico-bmp-4bpp/ico-transparent-4bpp.png | Bin .../reftest/ico/ico-bmp-4bpp/reftest.list | 0 .../ico-not-square-transparent-8bpp.ico | Bin .../ico-not-square-transparent-8bpp.png | Bin .../ico-partial-transparent-8bpp.ico | Bin .../ico-partial-transparent-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png | Bin .../ico-bmp-8bpp/ico-size-256x256-8bpp.ico | Bin .../ico-bmp-8bpp/ico-size-256x256-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png | Bin .../ico/ico-bmp-8bpp/ico-transparent-8bpp.ico | Bin .../ico/ico-bmp-8bpp/ico-transparent-8bpp.png | Bin .../reftest/ico/ico-bmp-8bpp/reftest.list | 0 .../ico/ico-bmp-corrupted/invalid-bpp.ico | Bin .../invalid-compression-RLE4.ico | Bin .../invalid-compression-RLE8.ico | Bin .../ico-bmp-corrupted/invalid-compression.ico | Bin .../ico/ico-bmp-corrupted/reftest.list | 0 .../ico/ico-bmp-corrupted/wrapper.html | 0 .../reftest/ico/ico-mixed/mixed-bmp-png.ico | Bin .../reftest/ico/ico-mixed/mixed-bmp-png.png | Bin .../test/reftest/ico/ico-mixed/reftest.list | 0 .../ico/ico-png/corrupted_x00n0g01.ico | Bin .../ico/ico-png/corrupted_xxcrn0g04.ico | Bin .../ico/ico-png/ico-size-15x15-png.ico | Bin .../ico/ico-png/ico-size-15x15-png.png | Bin .../ico/ico-png/ico-size-16x16-png.ico | Bin .../ico/ico-png/ico-size-16x16-png.png | Bin .../ico/ico-png/ico-size-17x17-png.ico | Bin .../ico/ico-png/ico-size-17x17-png.png | Bin .../reftest/ico/ico-png/ico-size-1x1-png.ico | Bin .../reftest/ico/ico-png/ico-size-1x1-png.png | Bin .../ico/ico-png/ico-size-256x256-png.ico | Bin .../ico/ico-png/ico-size-256x256-png.png | Bin .../reftest/ico/ico-png/ico-size-2x2-png.ico | Bin .../reftest/ico/ico-png/ico-size-2x2-png.png | Bin .../ico/ico-png/ico-size-31x31-png.ico | Bin .../ico/ico-png/ico-size-31x31-png.png | Bin .../ico/ico-png/ico-size-32x32-png.ico | Bin .../ico/ico-png/ico-size-32x32-png.png | Bin .../ico/ico-png/ico-size-33x33-png.ico | Bin .../ico/ico-png/ico-size-33x33-png.png | Bin .../reftest/ico/ico-png/ico-size-3x3-png.ico | Bin .../reftest/ico/ico-png/ico-size-3x3-png.png | Bin .../reftest/ico/ico-png/ico-size-4x4-png.ico | Bin .../reftest/ico/ico-png/ico-size-4x4-png.png | Bin .../reftest/ico/ico-png/ico-size-5x5-png.ico | Bin .../reftest/ico/ico-png/ico-size-5x5-png.png | Bin .../reftest/ico/ico-png/ico-size-6x6-png.ico | Bin .../reftest/ico/ico-png/ico-size-6x6-png.png | Bin .../reftest/ico/ico-png/ico-size-7x7-png.ico | Bin .../reftest/ico/ico-png/ico-size-7x7-png.png | Bin .../reftest/ico/ico-png/ico-size-8x8-png.ico | Bin .../reftest/ico/ico-png/ico-size-8x8-png.png | Bin .../reftest/ico/ico-png/ico-size-9x9-png.ico | Bin .../reftest/ico/ico-png/ico-size-9x9-png.png | Bin .../test/reftest/ico/ico-png/reftest.list | 0 .../test/reftest/ico/ico-png/tmp.ico | Bin .../reftest/ico/ico-png/transparent-png.ico | Bin .../reftest/ico/ico-png/transparent-png.png | Bin .../test/reftest/ico/ico-png/wrapper.html | 0 .../test/reftest/ico/ico-png/x00n0g01.png | Bin .../test/reftest/ico/ico-png/xcrn0g04.png | Bin .../test/reftest/ico/reftest.list | 0 .../test/reftest/icon/win/bug415761.ico | Bin .../test/reftest/icon/win/bug415761.sjs | 0 .../reftest/icon/win/bug415761cleanup.sjs | 0 .../test/reftest/icon/win/reftest.list | 0 .../test/reftest/img2html.html | 0 .../test/reftest/jpeg/blue.jpg | Bin .../test/reftest/jpeg/jpg-cmyk-1.jpg | Bin .../test/reftest/jpeg/jpg-cmyk-1.png | Bin .../test/reftest/jpeg/jpg-cmyk-2.jpg | Bin .../test/reftest/jpeg/jpg-cmyk-2.png | Bin .../test/reftest/jpeg/jpg-gray.jpg | Bin .../test/reftest/jpeg/jpg-gray.png | Bin .../test/reftest/jpeg/jpg-progressive.jpg | Bin .../test/reftest/jpeg/jpg-progressive.png | Bin .../test/reftest/jpeg/jpg-size-15x15.jpg | Bin .../test/reftest/jpeg/jpg-size-15x15.png | Bin .../test/reftest/jpeg/jpg-size-16x16.jpg | Bin .../test/reftest/jpeg/jpg-size-16x16.png | Bin .../test/reftest/jpeg/jpg-size-17x17.jpg | Bin .../test/reftest/jpeg/jpg-size-17x17.png | Bin .../test/reftest/jpeg/jpg-size-1x1.jpg | Bin .../test/reftest/jpeg/jpg-size-1x1.png | Bin .../test/reftest/jpeg/jpg-size-2x2.jpg | Bin .../test/reftest/jpeg/jpg-size-2x2.png | Bin .../test/reftest/jpeg/jpg-size-31x31.jpg | Bin .../test/reftest/jpeg/jpg-size-31x31.png | Bin .../test/reftest/jpeg/jpg-size-32x32.jpg | Bin .../test/reftest/jpeg/jpg-size-32x32.png | Bin .../test/reftest/jpeg/jpg-size-33x33.jpg | Bin .../test/reftest/jpeg/jpg-size-33x33.png | Bin .../test/reftest/jpeg/jpg-size-3x3.jpg | Bin .../test/reftest/jpeg/jpg-size-3x3.png | Bin .../test/reftest/jpeg/jpg-size-4x4.jpg | Bin .../test/reftest/jpeg/jpg-size-4x4.png | Bin .../test/reftest/jpeg/jpg-size-5x5.jpg | Bin .../test/reftest/jpeg/jpg-size-5x5.png | Bin .../test/reftest/jpeg/jpg-size-6x6.jpg | Bin .../test/reftest/jpeg/jpg-size-6x6.png | Bin .../test/reftest/jpeg/jpg-size-7x7.jpg | Bin .../test/reftest/jpeg/jpg-size-7x7.png | Bin .../test/reftest/jpeg/jpg-size-8x8.jpg | Bin .../test/reftest/jpeg/jpg-size-8x8.png | Bin .../test/reftest/jpeg/jpg-size-9x9.jpg | Bin .../test/reftest/jpeg/jpg-size-9x9.png | Bin .../test/reftest/jpeg/jpg-srgb-icc.jpg | Bin .../test/reftest/jpeg/jpg-srgb-icc.png | Bin .../test/reftest/jpeg/red.jpg | Bin .../test/reftest/jpeg/reftest.list | 0 .../test/reftest/jpeg/webcam-simulacrum.mjpg | Bin .../jpeg/webcam-simulacrum.mjpg^headers^ | 0 .../reftest/pngsuite-ancillary/ccwn2c08.html | 0 .../reftest/pngsuite-ancillary/ccwn2c08.png | Bin .../reftest/pngsuite-ancillary/ccwn3p08.html | 0 .../reftest/pngsuite-ancillary/ccwn3p08.png | Bin .../reftest/pngsuite-ancillary/cdfn2c08.html | 0 .../reftest/pngsuite-ancillary/cdfn2c08.png | Bin .../reftest/pngsuite-ancillary/cdhn2c08.html | 0 .../reftest/pngsuite-ancillary/cdhn2c08.png | Bin .../reftest/pngsuite-ancillary/cdsn2c08.html | 0 .../reftest/pngsuite-ancillary/cdsn2c08.png | Bin .../reftest/pngsuite-ancillary/cdun2c08.html | 0 .../reftest/pngsuite-ancillary/cdun2c08.png | Bin .../reftest/pngsuite-ancillary/ch1n3p04.html | 0 .../reftest/pngsuite-ancillary/ch1n3p04.png | Bin .../reftest/pngsuite-ancillary/ch2n3p08.html | 0 .../reftest/pngsuite-ancillary/ch2n3p08.png | Bin .../reftest/pngsuite-ancillary/cm0n0g04.html | 0 .../reftest/pngsuite-ancillary/cm0n0g04.png | Bin .../reftest/pngsuite-ancillary/cm7n0g04.html | 0 .../reftest/pngsuite-ancillary/cm7n0g04.png | Bin .../reftest/pngsuite-ancillary/cm9n0g04.html | 0 .../reftest/pngsuite-ancillary/cm9n0g04.png | Bin .../reftest/pngsuite-ancillary/cs3n2c16.html | 0 .../reftest/pngsuite-ancillary/cs3n2c16.png | Bin .../reftest/pngsuite-ancillary/cs3n3p08.html | 0 .../reftest/pngsuite-ancillary/cs3n3p08.png | Bin .../reftest/pngsuite-ancillary/cs5n2c08.html | 0 .../reftest/pngsuite-ancillary/cs5n2c08.png | Bin .../reftest/pngsuite-ancillary/cs5n3p08.html | 0 .../reftest/pngsuite-ancillary/cs5n3p08.png | Bin .../reftest/pngsuite-ancillary/cs8n2c08.html | 0 .../reftest/pngsuite-ancillary/cs8n2c08.png | Bin .../reftest/pngsuite-ancillary/cs8n3p08.html | 0 .../reftest/pngsuite-ancillary/cs8n3p08.png | Bin .../reftest/pngsuite-ancillary/ct0n0g04.html | 0 .../reftest/pngsuite-ancillary/ct0n0g04.png | Bin .../reftest/pngsuite-ancillary/ct1n0g04.html | 0 .../reftest/pngsuite-ancillary/ct1n0g04.png | Bin .../reftest/pngsuite-ancillary/ctzn0g04.html | 0 .../reftest/pngsuite-ancillary/ctzn0g04.png | Bin .../pngsuite-ancillary/qcms-asm-check.js | 0 .../reftest/pngsuite-ancillary/reftest.list | 0 .../reftest/pngsuite-background/bg__4a08.html | 0 .../reftest/pngsuite-background/bg__4a16.html | 0 .../reftest/pngsuite-background/bg__6a08.html | 0 .../reftest/pngsuite-background/bg__6a16.html | 0 .../reftest/pngsuite-background/bgai4a08.png | Bin .../reftest/pngsuite-background/bgai4a16.png | Bin .../reftest/pngsuite-background/bgan6a08.png | Bin .../reftest/pngsuite-background/bgan6a16.png | Bin .../reftest/pngsuite-background/bgbn4a08.png | Bin .../reftest/pngsuite-background/bggn4a16.png | Bin .../reftest/pngsuite-background/bgwn6a08.png | Bin .../reftest/pngsuite-background/bgyn6a16.png | Bin .../reftest/pngsuite-background/reftest.list | 0 .../reftest/pngsuite-background/wrapper.html | 0 .../reftest/pngsuite-basic-i/basi0g01.html | 0 .../reftest/pngsuite-basic-i/basi0g01.png | Bin .../reftest/pngsuite-basic-i/basi0g02.html | 0 .../reftest/pngsuite-basic-i/basi0g02.png | Bin .../reftest/pngsuite-basic-i/basi0g04.html | 0 .../reftest/pngsuite-basic-i/basi0g04.png | Bin .../reftest/pngsuite-basic-i/basi0g08.html | 0 .../reftest/pngsuite-basic-i/basi0g08.png | Bin .../reftest/pngsuite-basic-i/basi0g16.html | 0 .../reftest/pngsuite-basic-i/basi0g16.png | Bin .../reftest/pngsuite-basic-i/basi2c08.html | 0 .../reftest/pngsuite-basic-i/basi2c08.png | Bin .../reftest/pngsuite-basic-i/basi2c16.html | 0 .../reftest/pngsuite-basic-i/basi2c16.png | Bin .../reftest/pngsuite-basic-i/basi3p01.html | 0 .../reftest/pngsuite-basic-i/basi3p01.png | Bin .../reftest/pngsuite-basic-i/basi3p02.html | 0 .../reftest/pngsuite-basic-i/basi3p02.png | Bin .../reftest/pngsuite-basic-i/basi3p04.html | 0 .../reftest/pngsuite-basic-i/basi3p04.png | Bin .../reftest/pngsuite-basic-i/basi3p08.html | 0 .../reftest/pngsuite-basic-i/basi3p08.png | Bin .../reftest/pngsuite-basic-i/basi4a08.png | Bin .../reftest/pngsuite-basic-i/basi4a16.png | Bin .../reftest/pngsuite-basic-i/basi6a08.png | Bin .../reftest/pngsuite-basic-i/basi6a16.png | Bin .../reftest/pngsuite-basic-i/reftest.list | 0 .../reftest/pngsuite-basic-n/basn0g01.html | 0 .../reftest/pngsuite-basic-n/basn0g01.png | Bin .../reftest/pngsuite-basic-n/basn0g02.html | 0 .../reftest/pngsuite-basic-n/basn0g02.png | Bin .../reftest/pngsuite-basic-n/basn0g04.html | 0 .../reftest/pngsuite-basic-n/basn0g04.png | Bin .../reftest/pngsuite-basic-n/basn0g08.html | 0 .../reftest/pngsuite-basic-n/basn0g08.png | Bin .../reftest/pngsuite-basic-n/basn0g16.html | 0 .../reftest/pngsuite-basic-n/basn0g16.png | Bin .../reftest/pngsuite-basic-n/basn2c08.html | 0 .../reftest/pngsuite-basic-n/basn2c08.png | Bin .../reftest/pngsuite-basic-n/basn2c16.html | 0 .../reftest/pngsuite-basic-n/basn2c16.png | Bin .../reftest/pngsuite-basic-n/basn3p01.html | 0 .../reftest/pngsuite-basic-n/basn3p01.png | Bin .../reftest/pngsuite-basic-n/basn3p02.html | 0 .../reftest/pngsuite-basic-n/basn3p02.png | Bin .../reftest/pngsuite-basic-n/basn3p04.html | 0 .../reftest/pngsuite-basic-n/basn3p04.png | Bin .../reftest/pngsuite-basic-n/basn3p08.html | 0 .../reftest/pngsuite-basic-n/basn3p08.png | Bin .../reftest/pngsuite-basic-n/basn4a08.png | Bin .../reftest/pngsuite-basic-n/basn4a16.png | Bin .../reftest/pngsuite-basic-n/basn6a08.png | Bin .../reftest/pngsuite-basic-n/basn6a16.png | Bin .../reftest/pngsuite-basic-n/reftest.list | 0 .../reftest/pngsuite-chunkorder/color.html | 0 .../pngsuite-chunkorder/grayscale.html | 0 .../reftest/pngsuite-chunkorder/oi1n0g16.png | Bin .../reftest/pngsuite-chunkorder/oi1n2c16.png | Bin .../reftest/pngsuite-chunkorder/oi2n0g16.png | Bin .../reftest/pngsuite-chunkorder/oi2n2c16.png | Bin .../reftest/pngsuite-chunkorder/oi4n0g16.png | Bin .../reftest/pngsuite-chunkorder/oi4n2c16.png | Bin .../reftest/pngsuite-chunkorder/oi9n0g16.png | Bin .../reftest/pngsuite-chunkorder/oi9n2c16.png | Bin .../reftest/pngsuite-chunkorder/reftest.list | 0 .../reftest/pngsuite-corrupted/reftest.list | 0 .../reftest/pngsuite-corrupted/wrapper.html | 0 .../reftest/pngsuite-corrupted/x00n0g01.png | Bin .../reftest/pngsuite-corrupted/xcrn0g04.png | Bin .../reftest/pngsuite-corrupted/xlfn0g04.png | 0 .../reftest/pngsuite-filtering/f00n0g08.html | 0 .../reftest/pngsuite-filtering/f00n0g08.png | Bin .../reftest/pngsuite-filtering/f00n2c08.html | 0 .../reftest/pngsuite-filtering/f00n2c08.png | Bin .../reftest/pngsuite-filtering/f01n0g08.html | 0 .../reftest/pngsuite-filtering/f01n0g08.png | Bin .../reftest/pngsuite-filtering/f01n2c08.html | 0 .../reftest/pngsuite-filtering/f01n2c08.png | Bin .../reftest/pngsuite-filtering/f02n0g08.html | 0 .../reftest/pngsuite-filtering/f02n0g08.png | Bin .../reftest/pngsuite-filtering/f02n2c08.html | 0 .../reftest/pngsuite-filtering/f02n2c08.png | Bin .../reftest/pngsuite-filtering/f03n0g08.html | 0 .../reftest/pngsuite-filtering/f03n0g08.png | Bin .../reftest/pngsuite-filtering/f03n2c08.html | 0 .../reftest/pngsuite-filtering/f03n2c08.png | Bin .../reftest/pngsuite-filtering/f04n0g08.html | 0 .../reftest/pngsuite-filtering/f04n0g08.png | Bin .../reftest/pngsuite-filtering/f04n2c08.html | 0 .../reftest/pngsuite-filtering/f04n2c08.png | Bin .../reftest/pngsuite-filtering/reftest.list | 0 .../test/reftest/pngsuite-gamma/g03n0g16.html | 0 .../test/reftest/pngsuite-gamma/g03n0g16.png | Bin .../test/reftest/pngsuite-gamma/g03n2c08.html | 0 .../test/reftest/pngsuite-gamma/g03n2c08.png | Bin .../test/reftest/pngsuite-gamma/g03n3p04.html | 0 .../test/reftest/pngsuite-gamma/g03n3p04.png | Bin .../test/reftest/pngsuite-gamma/g04n0g16.html | 0 .../test/reftest/pngsuite-gamma/g04n0g16.png | Bin .../test/reftest/pngsuite-gamma/g04n2c08.html | 0 .../test/reftest/pngsuite-gamma/g04n2c08.png | Bin .../test/reftest/pngsuite-gamma/g04n3p04.html | 0 .../test/reftest/pngsuite-gamma/g04n3p04.png | Bin .../test/reftest/pngsuite-gamma/g05n0g16.html | 0 .../test/reftest/pngsuite-gamma/g05n0g16.png | Bin .../test/reftest/pngsuite-gamma/g05n2c08.html | 0 .../test/reftest/pngsuite-gamma/g05n2c08.png | Bin .../test/reftest/pngsuite-gamma/g05n3p04.html | 0 .../test/reftest/pngsuite-gamma/g05n3p04.png | Bin .../test/reftest/pngsuite-gamma/g07n0g16.html | 0 .../test/reftest/pngsuite-gamma/g07n0g16.png | Bin .../test/reftest/pngsuite-gamma/g07n2c08.html | 0 .../test/reftest/pngsuite-gamma/g07n2c08.png | Bin .../test/reftest/pngsuite-gamma/g07n3p04.html | 0 .../test/reftest/pngsuite-gamma/g07n3p04.png | Bin .../test/reftest/pngsuite-gamma/g10n0g16.html | 0 .../test/reftest/pngsuite-gamma/g10n0g16.png | Bin .../test/reftest/pngsuite-gamma/g10n2c08.html | 0 .../test/reftest/pngsuite-gamma/g10n2c08.png | Bin .../test/reftest/pngsuite-gamma/g10n3p04.html | 0 .../test/reftest/pngsuite-gamma/g10n3p04.png | Bin .../test/reftest/pngsuite-gamma/g25n0g16.html | 0 .../test/reftest/pngsuite-gamma/g25n0g16.png | Bin .../test/reftest/pngsuite-gamma/g25n2c08.html | 0 .../test/reftest/pngsuite-gamma/g25n2c08.png | Bin .../test/reftest/pngsuite-gamma/g25n3p04.html | 0 .../test/reftest/pngsuite-gamma/g25n3p04.png | Bin .../test/reftest/pngsuite-gamma/reftest.list | 0 .../reftest/pngsuite-oddsizes/reftest.list | 0 .../reftest/pngsuite-oddsizes/s01_3p01.html | 0 .../reftest/pngsuite-oddsizes/s01i3p01.png | Bin .../reftest/pngsuite-oddsizes/s01n3p01.png | Bin .../reftest/pngsuite-oddsizes/s02_3p01.html | 0 .../reftest/pngsuite-oddsizes/s02i3p01.png | Bin .../reftest/pngsuite-oddsizes/s02n3p01.png | Bin .../reftest/pngsuite-oddsizes/s03_3p01.html | 0 .../reftest/pngsuite-oddsizes/s03i3p01.png | Bin .../reftest/pngsuite-oddsizes/s03n3p01.png | Bin .../reftest/pngsuite-oddsizes/s04_3p01.html | 0 .../reftest/pngsuite-oddsizes/s04i3p01.png | Bin .../reftest/pngsuite-oddsizes/s04n3p01.png | Bin .../reftest/pngsuite-oddsizes/s05_3p02.html | 0 .../reftest/pngsuite-oddsizes/s05i3p02.png | Bin .../reftest/pngsuite-oddsizes/s05n3p02.png | Bin .../reftest/pngsuite-oddsizes/s06_3p02.html | 0 .../reftest/pngsuite-oddsizes/s06i3p02.png | Bin .../reftest/pngsuite-oddsizes/s06n3p02.png | Bin .../reftest/pngsuite-oddsizes/s07_3p02.html | 0 .../reftest/pngsuite-oddsizes/s07i3p02.png | Bin .../reftest/pngsuite-oddsizes/s07n3p02.png | Bin .../reftest/pngsuite-oddsizes/s08_3p02.html | 0 .../reftest/pngsuite-oddsizes/s08i3p02.png | Bin .../reftest/pngsuite-oddsizes/s08n3p02.png | Bin .../reftest/pngsuite-oddsizes/s09_3p02.html | 0 .../reftest/pngsuite-oddsizes/s09i3p02.png | Bin .../reftest/pngsuite-oddsizes/s09n3p02.png | Bin .../reftest/pngsuite-oddsizes/s32_3p04.html | 0 .../reftest/pngsuite-oddsizes/s32i3p04.png | Bin .../reftest/pngsuite-oddsizes/s32n3p04.png | Bin .../reftest/pngsuite-oddsizes/s33_3p04.html | 0 .../reftest/pngsuite-oddsizes/s33i3p04.png | Bin .../reftest/pngsuite-oddsizes/s33n3p04.png | Bin .../reftest/pngsuite-oddsizes/s34_3p04.html | 0 .../reftest/pngsuite-oddsizes/s34i3p04.png | Bin .../reftest/pngsuite-oddsizes/s34n3p04.png | Bin .../reftest/pngsuite-oddsizes/s35_3p04.html | 0 .../reftest/pngsuite-oddsizes/s35i3p04.png | Bin .../reftest/pngsuite-oddsizes/s35n3p04.png | Bin .../reftest/pngsuite-oddsizes/s36_3p04.html | 0 .../reftest/pngsuite-oddsizes/s36i3p04.png | Bin .../reftest/pngsuite-oddsizes/s36n3p04.png | Bin .../reftest/pngsuite-oddsizes/s37_3p04.html | 0 .../reftest/pngsuite-oddsizes/s37i3p04.png | Bin .../reftest/pngsuite-oddsizes/s37n3p04.png | Bin .../reftest/pngsuite-oddsizes/s38_3p04.html | 0 .../reftest/pngsuite-oddsizes/s38i3p04.png | Bin .../reftest/pngsuite-oddsizes/s38n3p04.png | Bin .../reftest/pngsuite-oddsizes/s39_3p04.html | 0 .../reftest/pngsuite-oddsizes/s39i3p04.png | Bin .../reftest/pngsuite-oddsizes/s39n3p04.png | Bin .../reftest/pngsuite-oddsizes/s40_3p04.html | 0 .../reftest/pngsuite-oddsizes/s40i3p04.png | Bin .../reftest/pngsuite-oddsizes/s40n3p04.png | Bin .../reftest/pngsuite-palettes/pp0n2c16.html | 0 .../reftest/pngsuite-palettes/pp0n2c16.png | Bin .../reftest/pngsuite-palettes/pp0n6a08.png | Bin .../reftest/pngsuite-palettes/ps1n0g08.html | 0 .../reftest/pngsuite-palettes/ps1n0g08.png | Bin .../reftest/pngsuite-palettes/ps1n2c16.html | 0 .../reftest/pngsuite-palettes/ps1n2c16.png | Bin .../reftest/pngsuite-palettes/ps2n0g08.html | 0 .../reftest/pngsuite-palettes/ps2n0g08.png | Bin .../reftest/pngsuite-palettes/ps2n2c16.html | 0 .../reftest/pngsuite-palettes/ps2n2c16.png | Bin .../reftest/pngsuite-palettes/reftest.list | 0 .../pngsuite-transparency/reftest.list | 0 .../pngsuite-transparency/tbbn1g04.html | 0 .../pngsuite-transparency/tbbn1g04.png | Bin .../pngsuite-transparency/tbbn2c16.html | 0 .../pngsuite-transparency/tbbn2c16.png | Bin .../pngsuite-transparency/tbbn3p08.html | 0 .../pngsuite-transparency/tbbn3p08.png | Bin .../pngsuite-transparency/tbgn2c16.html | 0 .../pngsuite-transparency/tbgn2c16.png | Bin .../pngsuite-transparency/tbgn3p08.html | 0 .../pngsuite-transparency/tbgn3p08.png | Bin .../pngsuite-transparency/tbrn2c08.html | 0 .../pngsuite-transparency/tbrn2c08.png | Bin .../pngsuite-transparency/tbwn1g16.html | 0 .../pngsuite-transparency/tbwn1g16.png | Bin .../pngsuite-transparency/tbwn3p08.html | 0 .../pngsuite-transparency/tbwn3p08.png | Bin .../pngsuite-transparency/tbyn3p08.html | 0 .../pngsuite-transparency/tbyn3p08.png | Bin .../pngsuite-transparency/tp1n3p08.html | 0 .../pngsuite-transparency/tp1n3p08.png | Bin .../pngsuite-transparency/wrapper.html | 0 .../test/reftest/pngsuite-zlib/reftest.list | 0 .../test/reftest/pngsuite-zlib/z00n2c08.html | 0 .../test/reftest/pngsuite-zlib/z00n2c08.png | Bin .../test/reftest/pngsuite-zlib/z03n2c08.html | 0 .../test/reftest/pngsuite-zlib/z03n2c08.png | Bin .../test/reftest/pngsuite-zlib/z06n2c08.html | 0 .../test/reftest/pngsuite-zlib/z06n2c08.png | Bin .../test/reftest/pngsuite-zlib/z09n2c08.html | 0 .../test/reftest/pngsuite-zlib/z09n2c08.png | Bin .../test/reftest/reftest.list | 0 .../test/unit/async_load_tests.js | 0 .../libpr0n => image}/test/unit/bug413512.ico | Bin .../libpr0n => image}/test/unit/image1.png | Bin .../test/unit/image1png16x16.jpg | Bin .../test/unit/image1png64x64.jpg | Bin .../libpr0n => image}/test/unit/image2.jpg | Bin .../test/unit/image2jpg16x16-win.png | Bin .../test/unit/image2jpg16x16.png | Bin .../test/unit/image2jpg32x32-win.png | Bin .../test/unit/image2jpg32x32.png | Bin .../libpr0n => image}/test/unit/image3.ico | Bin .../test/unit/image3ico16x16.png | Bin .../test/unit/image3ico32x32.png | Bin .../libpr0n => image}/test/unit/image4.gif | Bin .../test/unit/image_load_helpers.js | 0 .../test/unit/test_async_notification.js | 0 .../test/unit/test_async_notification_404.js | 0 .../unit/test_async_notification_animated.js | 0 .../test/unit/test_encoder_apng.js | 0 .../test/unit/test_encoder_png.js | 0 .../test/unit/test_imgtools.js | 0 .../test/unit/test_moz_icon_uri.js | 0 .../libpr0n => image}/test/unit/xpcshell.ini | 0 layout/base/tests/test_bug445810.html | 2 +- .../backgrounds/delay-image-response.sjs | 2 +- layout/reftests/reftest.list | 2 +- .../test/mochitest/bug671906-iframe.html | 7 ----- netwerk/protocol/device/nsDeviceChannel.cpp | 2 +- testing/crashtest/crashtests.list | 2 +- testing/xpcshell/xpcshell.ini | 2 +- toolkit/toolkit-makefiles.sh | 28 +++++++++--------- toolkit/toolkit-tiers.mk | 2 +- xpcom/tests/unit/test_bug478086.js | 2 +- 1006 files changed, 79 insertions(+), 85 deletions(-) rename {modules/libpr0n => image}/Makefile.in (99%) rename {modules/libpr0n => image}/build/Makefile.in (99%) rename {modules/libpr0n => image}/build/nsImageModule.cpp (100%) rename {modules/libpr0n => image}/decoders/GIF2.h (100%) rename {modules/libpr0n => image}/decoders/Makefile.in (97%) rename {modules/libpr0n => image}/decoders/iccjpeg.c (100%) rename {modules/libpr0n => image}/decoders/iccjpeg.h (100%) rename {modules/libpr0n => image}/decoders/icon/Makefile.in (99%) rename {modules/libpr0n => image}/decoders/icon/android/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/android/nsIconChannel.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/android/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/icon/gtk/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/gtk/nsIconChannel.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/gtk/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/icon/mac/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/mac/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/icon/mac/nsIconChannelCocoa.mm (100%) rename {modules/libpr0n => image}/decoders/icon/nsIIconURI.idl (100%) rename {modules/libpr0n => image}/decoders/icon/nsIconModule.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/nsIconProtocolHandler.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/nsIconProtocolHandler.h (100%) rename {modules/libpr0n => image}/decoders/icon/nsIconURI.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/nsIconURI.h (100%) rename {modules/libpr0n => image}/decoders/icon/os2/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/os2/nsIconChannel.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/os2/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/icon/qt/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/qt/gtkqticonsconverter.js (100%) rename {modules/libpr0n => image}/decoders/icon/qt/gtkqticonsconverter.manifest (100%) rename {modules/libpr0n => image}/decoders/icon/qt/nsIconChannel.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/qt/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/icon/qt/public/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/qt/public/nsGtkQtIconsConverter.idl (100%) rename {modules/libpr0n => image}/decoders/icon/win/Makefile.in (98%) rename {modules/libpr0n => image}/decoders/icon/win/nsIconChannel.cpp (100%) rename {modules/libpr0n => image}/decoders/icon/win/nsIconChannel.h (100%) rename {modules/libpr0n => image}/decoders/nsBMPDecoder.cpp (100%) rename {modules/libpr0n => image}/decoders/nsBMPDecoder.h (100%) rename {modules/libpr0n => image}/decoders/nsGIFDecoder2.cpp (100%) rename {modules/libpr0n => image}/decoders/nsGIFDecoder2.h (100%) rename {modules/libpr0n => image}/decoders/nsICODecoder.cpp (100%) rename {modules/libpr0n => image}/decoders/nsICODecoder.h (100%) rename {modules/libpr0n => image}/decoders/nsIconDecoder.cpp (100%) rename {modules/libpr0n => image}/decoders/nsIconDecoder.h (100%) rename {modules/libpr0n => image}/decoders/nsJPEGDecoder.cpp (100%) rename {modules/libpr0n => image}/decoders/nsJPEGDecoder.h (100%) rename {modules/libpr0n => image}/decoders/nsPNGDecoder.cpp (100%) rename {modules/libpr0n => image}/decoders/nsPNGDecoder.h (100%) rename {modules/libpr0n => image}/encoders/Makefile.in (99%) rename {modules/libpr0n => image}/encoders/bmp/Makefile.in (96%) rename {modules/libpr0n => image}/encoders/bmp/nsBMPEncoder.cpp (100%) rename {modules/libpr0n => image}/encoders/bmp/nsBMPEncoder.h (100%) rename {modules/libpr0n => image}/encoders/ico/Makefile.in (90%) rename {modules/libpr0n => image}/encoders/ico/nsICOEncoder.cpp (100%) rename {modules/libpr0n => image}/encoders/ico/nsICOEncoder.h (100%) rename {modules/libpr0n => image}/encoders/jpeg/Makefile.in (98%) rename {modules/libpr0n => image}/encoders/jpeg/nsJPEGEncoder.cpp (100%) rename {modules/libpr0n => image}/encoders/jpeg/nsJPEGEncoder.h (100%) rename {modules/libpr0n => image}/encoders/png/Makefile.in (96%) rename {modules/libpr0n => image}/encoders/png/nsPNGEncoder.cpp (100%) rename {modules/libpr0n => image}/encoders/png/nsPNGEncoder.h (100%) rename {modules/libpr0n => image}/public/ImageErrors.h (100%) rename {modules/libpr0n => image}/public/ImageLogging.h (100%) rename {modules/libpr0n => image}/public/Makefile.in (99%) rename {modules/libpr0n => image}/public/imgICache.idl (100%) rename {modules/libpr0n => image}/public/imgIContainer.idl (100%) rename {modules/libpr0n => image}/public/imgIContainerDebug.idl (100%) rename {modules/libpr0n => image}/public/imgIContainerObserver.idl (100%) rename {modules/libpr0n => image}/public/imgIDecoderObserver.idl (100%) rename {modules/libpr0n => image}/public/imgIEncoder.idl (100%) rename {modules/libpr0n => image}/public/imgILoader.idl (100%) rename {modules/libpr0n => image}/public/imgIRequest.idl (100%) rename {modules/libpr0n => image}/public/imgITools.idl (100%) rename {modules/libpr0n => image}/src/BMPFileHeaders.h (100%) rename {modules/libpr0n => image}/src/Decoder.cpp (100%) rename {modules/libpr0n => image}/src/Decoder.h (100%) rename {modules/libpr0n => image}/src/DiscardTracker.cpp (100%) rename {modules/libpr0n => image}/src/DiscardTracker.h (100%) rename {modules/libpr0n => image}/src/EndianMacros.h (100%) rename {modules/libpr0n => image}/src/ICOFileHeaders.h (100%) rename {modules/libpr0n => image}/src/Image.cpp (100%) rename {modules/libpr0n => image}/src/Image.h (100%) rename {modules/libpr0n => image}/src/Makefile.in (97%) rename {modules/libpr0n => image}/src/RasterImage.cpp (100%) rename {modules/libpr0n => image}/src/RasterImage.h (100%) rename {modules/libpr0n => image}/src/SVGDocumentWrapper.cpp (100%) rename {modules/libpr0n => image}/src/SVGDocumentWrapper.h (100%) rename {modules/libpr0n => image}/src/VectorImage.cpp (100%) rename {modules/libpr0n => image}/src/VectorImage.h (100%) rename {modules/libpr0n => image}/src/imgFrame.cpp (100%) rename {modules/libpr0n => image}/src/imgFrame.h (100%) rename {modules/libpr0n => image}/src/imgLoader.cpp (100%) rename {modules/libpr0n => image}/src/imgLoader.h (100%) rename {modules/libpr0n => image}/src/imgRequest.cpp (100%) rename {modules/libpr0n => image}/src/imgRequest.h (100%) rename {modules/libpr0n => image}/src/imgRequestProxy.cpp (100%) rename {modules/libpr0n => image}/src/imgRequestProxy.h (100%) rename {modules/libpr0n => image}/src/imgStatusTracker.cpp (100%) rename {modules/libpr0n => image}/src/imgStatusTracker.h (100%) rename {modules/libpr0n => image}/src/imgTools.cpp (100%) rename {modules/libpr0n => image}/src/imgTools.h (100%) rename {modules/libpr0n => image}/test/Makefile.in (97%) rename {modules/libpr0n => image}/test/browser/Makefile.in (96%) rename {modules/libpr0n => image}/test/browser/animated.gif (100%) rename {modules/libpr0n => image}/test/browser/animated2.gif (100%) rename {modules/libpr0n => image}/test/browser/big.png (100%) rename {modules/libpr0n => image}/test/browser/browser_bug666317.js (100%) rename {modules/libpr0n => image}/test/browser/browser_image.js (100%) rename {modules/libpr0n => image}/test/browser/head.js (95%) rename {modules/libpr0n => image}/test/browser/image.html (100%) rename {modules/libpr0n => image}/test/browser/imageX2.html (100%) rename {modules/libpr0n => image}/test/crashtests/256-height.ico (100%) rename {modules/libpr0n => image}/test/crashtests/256-width.ico (100%) rename {modules/libpr0n => image}/test/crashtests/523528-1.gif (100%) rename {modules/libpr0n => image}/test/crashtests/523528-2.gif (100%) rename {modules/libpr0n => image}/test/crashtests/681190.html (100%) rename {modules/libpr0n => image}/test/crashtests/694165-1.xhtml (100%) rename {modules/libpr0n => image}/test/crashtests/83804-1.gif (100%) rename {modules/libpr0n => image}/test/crashtests/89341-1.gif (100%) rename {modules/libpr0n => image}/test/crashtests/crashtests.list (100%) rename {modules/libpr0n => image}/test/crashtests/delayedframe.sjs (100%) rename {modules/libpr0n => image}/test/crashtests/delaytest.html (100%) rename {modules/libpr0n => image}/test/crashtests/invalid-icc-profile.jpg (100%) rename {modules/libpr0n => image}/test/crashtests/invalid-size-second-frame.gif (100%) rename {modules/libpr0n => image}/test/crashtests/invalid-size.gif (100%) rename {modules/libpr0n => image}/test/crashtests/threeframes-end.gif (100%) rename {modules/libpr0n => image}/test/crashtests/threeframes-start.gif (100%) rename {modules/libpr0n => image}/test/mochitest/Makefile.in (98%) rename {modules/libpr0n => image}/test/mochitest/big.png (100%) rename {modules/libpr0n => image}/test/mochitest/blue.png (100%) rename {modules/libpr0n => image}/test/mochitest/bug399925.gif (100%) rename {modules/libpr0n => image}/test/mochitest/bug468160.sjs (100%) rename {modules/libpr0n => image}/test/mochitest/bug478398_ONLY.png (100%) rename {modules/libpr0n => image}/test/mochitest/bug490949-iframe.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug490949.sjs (89%) rename {modules/libpr0n => image}/test/mochitest/bug496292-1.sjs (95%) rename {modules/libpr0n => image}/test/mochitest/bug496292-2.sjs (95%) rename {modules/libpr0n => image}/test/mochitest/bug496292-iframe-1.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug496292-iframe-2.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug496292-iframe-ref.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug497665-iframe.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug497665.sjs (89%) rename {modules/libpr0n => image}/test/mochitest/bug552605.sjs (84%) rename {modules/libpr0n => image}/test/mochitest/bug657191.sjs (95%) create mode 100644 image/test/mochitest/bug671906-iframe.html rename {modules/libpr0n => image}/test/mochitest/bug671906.sjs (90%) rename {modules/libpr0n => image}/test/mochitest/bug89419-iframe.html (100%) rename {modules/libpr0n => image}/test/mochitest/bug89419.sjs (84%) rename {modules/libpr0n => image}/test/mochitest/damon.jpg (100%) rename {modules/libpr0n => image}/test/mochitest/imgutils.js (100%) rename {modules/libpr0n => image}/test/mochitest/lime-anim-100x100.svg (100%) rename {modules/libpr0n => image}/test/mochitest/lime100x100.svg (100%) rename {modules/libpr0n => image}/test/mochitest/red.png (100%) rename {modules/libpr0n => image}/test/mochitest/schrep.png (100%) rename {modules/libpr0n => image}/test/mochitest/shaver.png (100%) rename {modules/libpr0n => image}/test/mochitest/test_animSVGImage.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug399925.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug435296.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug466586.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug468160.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug478398.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug490949.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug496292.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug497665.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug512435.html (93%) rename {modules/libpr0n => image}/test/mochitest/test_bug552605-1.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug552605-2.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug553982.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug601470.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug614392.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug657191.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug671906.html (85%) rename {modules/libpr0n => image}/test/mochitest/test_bug89419-1.html (100%) rename {modules/libpr0n => image}/test/mochitest/test_bug89419-2.html (100%) rename {modules/libpr0n => image}/test/reftest/apng/bug411852-1-ref.png (100%) rename {modules/libpr0n => image}/test/reftest/apng/bug411852-1.png (100%) rename {modules/libpr0n => image}/test/reftest/apng/bug546272-ref.png (100%) rename {modules/libpr0n => image}/test/reftest/apng/bug546272.png (100%) rename {modules/libpr0n => image}/test/reftest/apng/delaytest.html (100%) rename {modules/libpr0n => image}/test/reftest/apng/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/bmp/bmp-corrupted/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/bmp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/color-management/color-curv.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/color-lin.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/color-table.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/invalid-chrm-ref.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/invalid-chrm.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/invalid-whitepoint.png (100%) rename {modules/libpr0n => image}/test/reftest/color-management/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/color-management/trc-type-ref.html (100%) rename {modules/libpr0n => image}/test/reftest/color-management/trc-type.html (100%) rename {modules/libpr0n => image}/test/reftest/colordepth.html (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/encoder.html (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-15x15.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-16x16.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-17x17.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-1x1.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-256x256.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-2x2.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-31x31.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-32x32.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-33x33.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-3x3.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-4x4.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-5x5.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-6x6.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-7x7.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-8x8.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/size-9x9.png (100%) rename {modules/libpr0n => image}/test/reftest/encoders-lossless/test.png (100%) rename {modules/libpr0n => image}/test/reftest/generic/accept-image-catchall-ref.html (100%) rename {modules/libpr0n => image}/test/reftest/generic/accept-image-catchall.html (100%) rename {modules/libpr0n => image}/test/reftest/generic/check-header.sjs (98%) rename {modules/libpr0n => image}/test/reftest/generic/green.png (100%) rename {modules/libpr0n => image}/test/reftest/generic/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/gif/1bit-255-trans.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/1bit-255-trans.png (100%) rename {modules/libpr0n => image}/test/reftest/gif/animation1a.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/animation2a-finalframe.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/animation2a.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/blue.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/comment.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/comment.png (100%) rename {modules/libpr0n => image}/test/reftest/gif/delaytest.html (100%) rename {modules/libpr0n => image}/test/reftest/gif/in-colormap-trans.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/in-colormap-trans.png (100%) rename {modules/libpr0n => image}/test/reftest/gif/out-of-colormap-trans.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/out-of-colormap-trans.png (100%) rename {modules/libpr0n => image}/test/reftest/gif/red.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/gif/small-background-size-2-ref.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/small-background-size-2.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/small-background-size-ref.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/small-background-size.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/test_bug641198.html (100%) rename {modules/libpr0n => image}/test/reftest/gif/transparent-animation-finalframe.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/transparent-animation.gif (100%) rename {modules/libpr0n => image}/test/reftest/gif/webcam-simulacrum.mgif (100%) rename {modules/libpr0n => image}/test/reftest/gif/webcam-simulacrum.mgif^headers^ (100%) rename {modules/libpr0n => image}/test/reftest/gif/webcam.html (100%) rename {modules/libpr0n => image}/test/reftest/ico/cur/pointer.cur (100%) rename {modules/libpr0n => image}/test/reftest/ico/cur/pointer.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/cur/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/cur/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-1bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-24bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-32bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-4bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-8bpp/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-bmp-corrupted/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-mixed/mixed-bmp-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-mixed/mixed-bmp-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-mixed/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/corrupted_x00n0g01.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-15x15-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-15x15-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-16x16-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-16x16-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-17x17-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-17x17-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-1x1-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-1x1-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-256x256-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-256x256-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-2x2-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-2x2-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-31x31-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-31x31-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-32x32-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-32x32-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-33x33-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-33x33-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-3x3-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-3x3-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-4x4-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-4x4-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-5x5-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-5x5-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-6x6-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-6x6-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-7x7-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-7x7-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-8x8-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-8x8-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-9x9-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/ico-size-9x9-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/tmp.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/transparent-png.ico (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/transparent-png.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/x00n0g01.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/ico-png/xcrn0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/ico/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/icon/win/bug415761.ico (100%) rename {modules/libpr0n => image}/test/reftest/icon/win/bug415761.sjs (100%) rename {modules/libpr0n => image}/test/reftest/icon/win/bug415761cleanup.sjs (100%) rename {modules/libpr0n => image}/test/reftest/icon/win/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/img2html.html (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/blue.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-cmyk-1.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-cmyk-1.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-cmyk-2.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-cmyk-2.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-gray.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-gray.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-progressive.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-progressive.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-15x15.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-15x15.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-16x16.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-16x16.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-17x17.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-17x17.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-1x1.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-1x1.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-2x2.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-2x2.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-31x31.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-31x31.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-32x32.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-32x32.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-33x33.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-33x33.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-3x3.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-3x3.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-4x4.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-4x4.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-5x5.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-5x5.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-6x6.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-6x6.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-7x7.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-7x7.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-8x8.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-8x8.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-9x9.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-size-9x9.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-srgb-icc.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/jpg-srgb-icc.png (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/red.jpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/webcam-simulacrum.mjpg (100%) rename {modules/libpr0n => image}/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ccwn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ccwn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ccwn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ccwn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdfn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdfn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdhn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdhn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdsn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdsn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdun2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cdun2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ch1n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ch1n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ch2n3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ch2n3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm0n0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm0n0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm7n0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm7n0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm9n0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cm9n0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs3n2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs3n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs3n3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs3n3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs5n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs5n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs5n3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs5n3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs8n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs8n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs8n3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/cs8n3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ct0n0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ct0n0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ct1n0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ct1n0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ctzn0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/ctzn0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/qcms-asm-check.js (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-ancillary/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bg__4a08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bg__4a16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bg__6a08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bg__6a16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgai4a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgai4a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgan6a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgan6a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgbn4a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bggn4a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgwn6a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/bgyn6a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-background/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi4a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi4a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi6a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/basi6a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-i/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn4a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn4a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn6a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/basn6a16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-basic-n/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/color.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/grayscale.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi1n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi1n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi2n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi2n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi4n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi4n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi9n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/oi9n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-chunkorder/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-corrupted/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-corrupted/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-corrupted/x00n0g01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-corrupted/xcrn0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-corrupted/xlfn0g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f00n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f00n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f00n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f00n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f01n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f01n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f01n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f01n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f02n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f02n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f02n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f02n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f03n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f03n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f03n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f03n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f04n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f04n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f04n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/f04n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-filtering/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g03n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g04n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g05n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g07n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g10n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n0g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n0g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/g25n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-gamma/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s01_3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s01i3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s01n3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s02_3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s02i3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s02n3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s03_3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s03i3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s03n3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s04_3p01.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s04i3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s04n3p01.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s05_3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s05i3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s05n3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s06_3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s06i3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s06n3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s07_3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s07i3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s07n3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s08_3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s08i3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s08n3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s09_3p02.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s09i3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s09n3p02.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s32_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s32i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s32n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s33_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s33i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s33n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s34_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s34i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s34n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s35_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s35i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s35n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s36_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s36i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s36n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s37_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s37i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s37n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s38_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s38i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s38n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s39_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s39i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s39n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s40_3p04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s40i3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-oddsizes/s40n3p04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/pp0n2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/pp0n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/pp0n6a08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps1n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps1n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps1n2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps1n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps2n0g08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps2n0g08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps2n2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/ps2n2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-palettes/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn1g04.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn1g04.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbbn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbgn2c16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbgn2c16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbgn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbgn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbrn2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbrn2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbwn1g16.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbwn1g16.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbwn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbwn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbyn3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tbyn3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tp1n3p08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/tp1n3p08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-transparency/wrapper.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/reftest.list (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z00n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z00n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z03n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z03n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z06n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z06n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z09n2c08.html (100%) rename {modules/libpr0n => image}/test/reftest/pngsuite-zlib/z09n2c08.png (100%) rename {modules/libpr0n => image}/test/reftest/reftest.list (100%) rename {modules/libpr0n => image}/test/unit/async_load_tests.js (100%) rename {modules/libpr0n => image}/test/unit/bug413512.ico (100%) rename {modules/libpr0n => image}/test/unit/image1.png (100%) rename {modules/libpr0n => image}/test/unit/image1png16x16.jpg (100%) rename {modules/libpr0n => image}/test/unit/image1png64x64.jpg (100%) rename {modules/libpr0n => image}/test/unit/image2.jpg (100%) rename {modules/libpr0n => image}/test/unit/image2jpg16x16-win.png (100%) rename {modules/libpr0n => image}/test/unit/image2jpg16x16.png (100%) rename {modules/libpr0n => image}/test/unit/image2jpg32x32-win.png (100%) rename {modules/libpr0n => image}/test/unit/image2jpg32x32.png (100%) rename {modules/libpr0n => image}/test/unit/image3.ico (100%) rename {modules/libpr0n => image}/test/unit/image3ico16x16.png (100%) rename {modules/libpr0n => image}/test/unit/image3ico32x32.png (100%) rename {modules/libpr0n => image}/test/unit/image4.gif (100%) rename {modules/libpr0n => image}/test/unit/image_load_helpers.js (100%) rename {modules/libpr0n => image}/test/unit/test_async_notification.js (100%) rename {modules/libpr0n => image}/test/unit/test_async_notification_404.js (100%) rename {modules/libpr0n => image}/test/unit/test_async_notification_animated.js (100%) rename {modules/libpr0n => image}/test/unit/test_encoder_apng.js (100%) rename {modules/libpr0n => image}/test/unit/test_encoder_png.js (100%) rename {modules/libpr0n => image}/test/unit/test_imgtools.js (100%) rename {modules/libpr0n => image}/test/unit/test_moz_icon_uri.js (100%) rename {modules/libpr0n => image}/test/unit/xpcshell.ini (100%) delete mode 100644 modules/libpr0n/test/mochitest/bug671906-iframe.html diff --git a/editor/composer/src/nsComposerDocumentCommands.cpp b/editor/composer/src/nsComposerDocumentCommands.cpp index b0abcd932866..5706daf5e660 100644 --- a/editor/composer/src/nsComposerDocumentCommands.cpp +++ b/editor/composer/src/nsComposerDocumentCommands.cpp @@ -127,7 +127,7 @@ nsSetDocumentOptionsCommand::DoCommandParams(const char *aCommandName, if (NS_SUCCEEDED(rv)) { // for possible values of animation mode, see: - // http://lxr.mozilla.org/seamonkey/source/modules/libpr0n/public/imgIContainer.idl + // http://lxr.mozilla.org/seamonkey/source/image/public/imgIContainer.idl presContext->SetImageAnimationMode(animationMode); } @@ -178,7 +178,7 @@ nsSetDocumentOptionsCommand::GetCommandStateParams(const char *aCommandName, if (NS_SUCCEEDED(rv)) { // for possible values of animation mode, see - // http://lxr.mozilla.org/seamonkey/source/modules/libpr0n/public/imgIContainer.idl + // http://lxr.mozilla.org/seamonkey/source/image/public/imgIContainer.idl rv = aParams->SetLongValue("imageAnimation", presContext->ImageAnimationMode()); NS_ENSURE_SUCCESS(rv, rv); diff --git a/modules/libpr0n/Makefile.in b/image/Makefile.in similarity index 99% rename from modules/libpr0n/Makefile.in rename to image/Makefile.in index 78b7217adae6..54fe7063d859 100644 --- a/modules/libpr0n/Makefile.in +++ b/image/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../.. +DEPTH = .. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/build/Makefile.in b/image/build/Makefile.in similarity index 99% rename from modules/libpr0n/build/Makefile.in rename to image/build/Makefile.in index d2bf9e638dcc..092cc5fe8962 100644 --- a/modules/libpr0n/build/Makefile.in +++ b/image/build/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/build/nsImageModule.cpp b/image/build/nsImageModule.cpp similarity index 100% rename from modules/libpr0n/build/nsImageModule.cpp rename to image/build/nsImageModule.cpp diff --git a/modules/libpr0n/decoders/GIF2.h b/image/decoders/GIF2.h similarity index 100% rename from modules/libpr0n/decoders/GIF2.h rename to image/decoders/GIF2.h diff --git a/modules/libpr0n/decoders/Makefile.in b/image/decoders/Makefile.in similarity index 97% rename from modules/libpr0n/decoders/Makefile.in rename to image/decoders/Makefile.in index b91c5d157434..00a10d3da860 100644 --- a/modules/libpr0n/decoders/Makefile.in +++ b/image/decoders/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -57,7 +57,7 @@ CSRCS = iccjpeg.c \ $(NULL) # Decoders need RasterImage.h -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/src/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/src/ # PNG read/write stuff DEFINES += -DMOZ_PNG_WRITE \ diff --git a/modules/libpr0n/decoders/iccjpeg.c b/image/decoders/iccjpeg.c similarity index 100% rename from modules/libpr0n/decoders/iccjpeg.c rename to image/decoders/iccjpeg.c diff --git a/modules/libpr0n/decoders/iccjpeg.h b/image/decoders/iccjpeg.h similarity index 100% rename from modules/libpr0n/decoders/iccjpeg.h rename to image/decoders/iccjpeg.h diff --git a/modules/libpr0n/decoders/icon/Makefile.in b/image/decoders/icon/Makefile.in similarity index 99% rename from modules/libpr0n/decoders/icon/Makefile.in rename to image/decoders/icon/Makefile.in index 511c21fba8b1..7fc080d21f31 100644 --- a/modules/libpr0n/decoders/icon/Makefile.in +++ b/image/decoders/icon/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/android/Makefile.in b/image/decoders/icon/android/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/android/Makefile.in rename to image/decoders/icon/android/Makefile.in index 6696601d6d79..1b94edce9ec3 100644 --- a/modules/libpr0n/decoders/icon/android/Makefile.in +++ b/image/decoders/icon/android/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/android/nsIconChannel.cpp b/image/decoders/icon/android/nsIconChannel.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/android/nsIconChannel.cpp rename to image/decoders/icon/android/nsIconChannel.cpp diff --git a/modules/libpr0n/decoders/icon/android/nsIconChannel.h b/image/decoders/icon/android/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/android/nsIconChannel.h rename to image/decoders/icon/android/nsIconChannel.h diff --git a/modules/libpr0n/decoders/icon/gtk/Makefile.in b/image/decoders/icon/gtk/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/gtk/Makefile.in rename to image/decoders/icon/gtk/Makefile.in index 91ef6a8214fc..1dabaa0fe02f 100644 --- a/modules/libpr0n/decoders/icon/gtk/Makefile.in +++ b/image/decoders/icon/gtk/Makefile.in @@ -35,7 +35,7 @@ # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp b/image/decoders/icon/gtk/nsIconChannel.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp rename to image/decoders/icon/gtk/nsIconChannel.cpp diff --git a/modules/libpr0n/decoders/icon/gtk/nsIconChannel.h b/image/decoders/icon/gtk/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/gtk/nsIconChannel.h rename to image/decoders/icon/gtk/nsIconChannel.h diff --git a/modules/libpr0n/decoders/icon/mac/Makefile.in b/image/decoders/icon/mac/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/mac/Makefile.in rename to image/decoders/icon/mac/Makefile.in index c87b641b4071..58be34269f4c 100644 --- a/modules/libpr0n/decoders/icon/mac/Makefile.in +++ b/image/decoders/icon/mac/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/mac/nsIconChannel.h b/image/decoders/icon/mac/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/mac/nsIconChannel.h rename to image/decoders/icon/mac/nsIconChannel.h diff --git a/modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm b/image/decoders/icon/mac/nsIconChannelCocoa.mm similarity index 100% rename from modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm rename to image/decoders/icon/mac/nsIconChannelCocoa.mm diff --git a/modules/libpr0n/decoders/icon/nsIIconURI.idl b/image/decoders/icon/nsIIconURI.idl similarity index 100% rename from modules/libpr0n/decoders/icon/nsIIconURI.idl rename to image/decoders/icon/nsIIconURI.idl diff --git a/modules/libpr0n/decoders/icon/nsIconModule.cpp b/image/decoders/icon/nsIconModule.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/nsIconModule.cpp rename to image/decoders/icon/nsIconModule.cpp diff --git a/modules/libpr0n/decoders/icon/nsIconProtocolHandler.cpp b/image/decoders/icon/nsIconProtocolHandler.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/nsIconProtocolHandler.cpp rename to image/decoders/icon/nsIconProtocolHandler.cpp diff --git a/modules/libpr0n/decoders/icon/nsIconProtocolHandler.h b/image/decoders/icon/nsIconProtocolHandler.h similarity index 100% rename from modules/libpr0n/decoders/icon/nsIconProtocolHandler.h rename to image/decoders/icon/nsIconProtocolHandler.h diff --git a/modules/libpr0n/decoders/icon/nsIconURI.cpp b/image/decoders/icon/nsIconURI.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/nsIconURI.cpp rename to image/decoders/icon/nsIconURI.cpp diff --git a/modules/libpr0n/decoders/icon/nsIconURI.h b/image/decoders/icon/nsIconURI.h similarity index 100% rename from modules/libpr0n/decoders/icon/nsIconURI.h rename to image/decoders/icon/nsIconURI.h diff --git a/modules/libpr0n/decoders/icon/os2/Makefile.in b/image/decoders/icon/os2/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/os2/Makefile.in rename to image/decoders/icon/os2/Makefile.in index 90826b214bd4..cbeb5234bab5 100644 --- a/modules/libpr0n/decoders/icon/os2/Makefile.in +++ b/image/decoders/icon/os2/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/os2/nsIconChannel.cpp b/image/decoders/icon/os2/nsIconChannel.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/os2/nsIconChannel.cpp rename to image/decoders/icon/os2/nsIconChannel.cpp diff --git a/modules/libpr0n/decoders/icon/os2/nsIconChannel.h b/image/decoders/icon/os2/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/os2/nsIconChannel.h rename to image/decoders/icon/os2/nsIconChannel.h diff --git a/modules/libpr0n/decoders/icon/qt/Makefile.in b/image/decoders/icon/qt/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/qt/Makefile.in rename to image/decoders/icon/qt/Makefile.in index 3a69f852ad74..c31cc1d6ceae 100644 --- a/modules/libpr0n/decoders/icon/qt/Makefile.in +++ b/image/decoders/icon/qt/Makefile.in @@ -34,7 +34,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.js b/image/decoders/icon/qt/gtkqticonsconverter.js similarity index 100% rename from modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.js rename to image/decoders/icon/qt/gtkqticonsconverter.js diff --git a/modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.manifest b/image/decoders/icon/qt/gtkqticonsconverter.manifest similarity index 100% rename from modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.manifest rename to image/decoders/icon/qt/gtkqticonsconverter.manifest diff --git a/modules/libpr0n/decoders/icon/qt/nsIconChannel.cpp b/image/decoders/icon/qt/nsIconChannel.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/qt/nsIconChannel.cpp rename to image/decoders/icon/qt/nsIconChannel.cpp diff --git a/modules/libpr0n/decoders/icon/qt/nsIconChannel.h b/image/decoders/icon/qt/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/qt/nsIconChannel.h rename to image/decoders/icon/qt/nsIconChannel.h diff --git a/modules/libpr0n/decoders/icon/qt/public/Makefile.in b/image/decoders/icon/qt/public/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/qt/public/Makefile.in rename to image/decoders/icon/qt/public/Makefile.in index fc225ae0546d..653e893417cb 100644 --- a/modules/libpr0n/decoders/icon/qt/public/Makefile.in +++ b/image/decoders/icon/qt/public/Makefile.in @@ -34,7 +34,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../../.. +DEPTH = ../../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/qt/public/nsGtkQtIconsConverter.idl b/image/decoders/icon/qt/public/nsGtkQtIconsConverter.idl similarity index 100% rename from modules/libpr0n/decoders/icon/qt/public/nsGtkQtIconsConverter.idl rename to image/decoders/icon/qt/public/nsGtkQtIconsConverter.idl diff --git a/modules/libpr0n/decoders/icon/win/Makefile.in b/image/decoders/icon/win/Makefile.in similarity index 98% rename from modules/libpr0n/decoders/icon/win/Makefile.in rename to image/decoders/icon/win/Makefile.in index ea4d1fe69ace..1323bde1f863 100644 --- a/modules/libpr0n/decoders/icon/win/Makefile.in +++ b/image/decoders/icon/win/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../../.. +DEPTH = ../../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/decoders/icon/win/nsIconChannel.cpp b/image/decoders/icon/win/nsIconChannel.cpp similarity index 100% rename from modules/libpr0n/decoders/icon/win/nsIconChannel.cpp rename to image/decoders/icon/win/nsIconChannel.cpp diff --git a/modules/libpr0n/decoders/icon/win/nsIconChannel.h b/image/decoders/icon/win/nsIconChannel.h similarity index 100% rename from modules/libpr0n/decoders/icon/win/nsIconChannel.h rename to image/decoders/icon/win/nsIconChannel.h diff --git a/modules/libpr0n/decoders/nsBMPDecoder.cpp b/image/decoders/nsBMPDecoder.cpp similarity index 100% rename from modules/libpr0n/decoders/nsBMPDecoder.cpp rename to image/decoders/nsBMPDecoder.cpp diff --git a/modules/libpr0n/decoders/nsBMPDecoder.h b/image/decoders/nsBMPDecoder.h similarity index 100% rename from modules/libpr0n/decoders/nsBMPDecoder.h rename to image/decoders/nsBMPDecoder.h diff --git a/modules/libpr0n/decoders/nsGIFDecoder2.cpp b/image/decoders/nsGIFDecoder2.cpp similarity index 100% rename from modules/libpr0n/decoders/nsGIFDecoder2.cpp rename to image/decoders/nsGIFDecoder2.cpp diff --git a/modules/libpr0n/decoders/nsGIFDecoder2.h b/image/decoders/nsGIFDecoder2.h similarity index 100% rename from modules/libpr0n/decoders/nsGIFDecoder2.h rename to image/decoders/nsGIFDecoder2.h diff --git a/modules/libpr0n/decoders/nsICODecoder.cpp b/image/decoders/nsICODecoder.cpp similarity index 100% rename from modules/libpr0n/decoders/nsICODecoder.cpp rename to image/decoders/nsICODecoder.cpp diff --git a/modules/libpr0n/decoders/nsICODecoder.h b/image/decoders/nsICODecoder.h similarity index 100% rename from modules/libpr0n/decoders/nsICODecoder.h rename to image/decoders/nsICODecoder.h diff --git a/modules/libpr0n/decoders/nsIconDecoder.cpp b/image/decoders/nsIconDecoder.cpp similarity index 100% rename from modules/libpr0n/decoders/nsIconDecoder.cpp rename to image/decoders/nsIconDecoder.cpp diff --git a/modules/libpr0n/decoders/nsIconDecoder.h b/image/decoders/nsIconDecoder.h similarity index 100% rename from modules/libpr0n/decoders/nsIconDecoder.h rename to image/decoders/nsIconDecoder.h diff --git a/modules/libpr0n/decoders/nsJPEGDecoder.cpp b/image/decoders/nsJPEGDecoder.cpp similarity index 100% rename from modules/libpr0n/decoders/nsJPEGDecoder.cpp rename to image/decoders/nsJPEGDecoder.cpp diff --git a/modules/libpr0n/decoders/nsJPEGDecoder.h b/image/decoders/nsJPEGDecoder.h similarity index 100% rename from modules/libpr0n/decoders/nsJPEGDecoder.h rename to image/decoders/nsJPEGDecoder.h diff --git a/modules/libpr0n/decoders/nsPNGDecoder.cpp b/image/decoders/nsPNGDecoder.cpp similarity index 100% rename from modules/libpr0n/decoders/nsPNGDecoder.cpp rename to image/decoders/nsPNGDecoder.cpp diff --git a/modules/libpr0n/decoders/nsPNGDecoder.h b/image/decoders/nsPNGDecoder.h similarity index 100% rename from modules/libpr0n/decoders/nsPNGDecoder.h rename to image/decoders/nsPNGDecoder.h diff --git a/modules/libpr0n/encoders/Makefile.in b/image/encoders/Makefile.in similarity index 99% rename from modules/libpr0n/encoders/Makefile.in rename to image/encoders/Makefile.in index ebfe05610f3c..1b3483101e11 100644 --- a/modules/libpr0n/encoders/Makefile.in +++ b/image/encoders/Makefile.in @@ -33,7 +33,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/encoders/bmp/Makefile.in b/image/encoders/bmp/Makefile.in similarity index 96% rename from modules/libpr0n/encoders/bmp/Makefile.in rename to image/encoders/bmp/Makefile.in index debb93e49e10..3b4c90cdb058 100644 --- a/modules/libpr0n/encoders/bmp/Makefile.in +++ b/image/encoders/bmp/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -48,7 +48,7 @@ FORCE_STATIC_LIB = 1 MODULE_NAME = imgEncoderBMPModule LIBXUL_LIBRARY = 1 -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/src/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/src/ CPPSRCS = nsBMPEncoder.cpp diff --git a/modules/libpr0n/encoders/bmp/nsBMPEncoder.cpp b/image/encoders/bmp/nsBMPEncoder.cpp similarity index 100% rename from modules/libpr0n/encoders/bmp/nsBMPEncoder.cpp rename to image/encoders/bmp/nsBMPEncoder.cpp diff --git a/modules/libpr0n/encoders/bmp/nsBMPEncoder.h b/image/encoders/bmp/nsBMPEncoder.h similarity index 100% rename from modules/libpr0n/encoders/bmp/nsBMPEncoder.h rename to image/encoders/bmp/nsBMPEncoder.h diff --git a/modules/libpr0n/encoders/ico/Makefile.in b/image/encoders/ico/Makefile.in similarity index 90% rename from modules/libpr0n/encoders/ico/Makefile.in rename to image/encoders/ico/Makefile.in index a3e20fb40a41..7d52339e928b 100644 --- a/modules/libpr0n/encoders/ico/Makefile.in +++ b/image/encoders/ico/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -49,9 +49,9 @@ MODULE_NAME = imgEncoderICOModule LIBXUL_LIBRARY = 1 # Decoders need RasterImage.h -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/src/ -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/encoders/bmp/ -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/encoders/png/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/src/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/encoders/bmp/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/encoders/png/ CPPSRCS = nsICOEncoder.cpp diff --git a/modules/libpr0n/encoders/ico/nsICOEncoder.cpp b/image/encoders/ico/nsICOEncoder.cpp similarity index 100% rename from modules/libpr0n/encoders/ico/nsICOEncoder.cpp rename to image/encoders/ico/nsICOEncoder.cpp diff --git a/modules/libpr0n/encoders/ico/nsICOEncoder.h b/image/encoders/ico/nsICOEncoder.h similarity index 100% rename from modules/libpr0n/encoders/ico/nsICOEncoder.h rename to image/encoders/ico/nsICOEncoder.h diff --git a/modules/libpr0n/encoders/jpeg/Makefile.in b/image/encoders/jpeg/Makefile.in similarity index 98% rename from modules/libpr0n/encoders/jpeg/Makefile.in rename to image/encoders/jpeg/Makefile.in index 51a51cd25530..cc91c7c572a5 100644 --- a/modules/libpr0n/encoders/jpeg/Makefile.in +++ b/image/encoders/jpeg/Makefile.in @@ -33,7 +33,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/encoders/jpeg/nsJPEGEncoder.cpp b/image/encoders/jpeg/nsJPEGEncoder.cpp similarity index 100% rename from modules/libpr0n/encoders/jpeg/nsJPEGEncoder.cpp rename to image/encoders/jpeg/nsJPEGEncoder.cpp diff --git a/modules/libpr0n/encoders/jpeg/nsJPEGEncoder.h b/image/encoders/jpeg/nsJPEGEncoder.h similarity index 100% rename from modules/libpr0n/encoders/jpeg/nsJPEGEncoder.h rename to image/encoders/jpeg/nsJPEGEncoder.h diff --git a/modules/libpr0n/encoders/png/Makefile.in b/image/encoders/png/Makefile.in similarity index 96% rename from modules/libpr0n/encoders/png/Makefile.in rename to image/encoders/png/Makefile.in index 9fce8f0f23a0..4987e12e5569 100644 --- a/modules/libpr0n/encoders/png/Makefile.in +++ b/image/encoders/png/Makefile.in @@ -33,7 +33,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -50,7 +50,7 @@ DEFINES += -DMOZ_PNG_WRITE \ -DMOZ_PNG_READ \ $(NULL) -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/src/ +LOCAL_INCLUDES += -I$(topsrcdir)/image/src/ CPPSRCS = nsPNGEncoder.cpp diff --git a/modules/libpr0n/encoders/png/nsPNGEncoder.cpp b/image/encoders/png/nsPNGEncoder.cpp similarity index 100% rename from modules/libpr0n/encoders/png/nsPNGEncoder.cpp rename to image/encoders/png/nsPNGEncoder.cpp diff --git a/modules/libpr0n/encoders/png/nsPNGEncoder.h b/image/encoders/png/nsPNGEncoder.h similarity index 100% rename from modules/libpr0n/encoders/png/nsPNGEncoder.h rename to image/encoders/png/nsPNGEncoder.h diff --git a/modules/libpr0n/public/ImageErrors.h b/image/public/ImageErrors.h similarity index 100% rename from modules/libpr0n/public/ImageErrors.h rename to image/public/ImageErrors.h diff --git a/modules/libpr0n/public/ImageLogging.h b/image/public/ImageLogging.h similarity index 100% rename from modules/libpr0n/public/ImageLogging.h rename to image/public/ImageLogging.h diff --git a/modules/libpr0n/public/Makefile.in b/image/public/Makefile.in similarity index 99% rename from modules/libpr0n/public/Makefile.in rename to image/public/Makefile.in index 31e3cde71130..21e06a8b2573 100644 --- a/modules/libpr0n/public/Makefile.in +++ b/image/public/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/modules/libpr0n/public/imgICache.idl b/image/public/imgICache.idl similarity index 100% rename from modules/libpr0n/public/imgICache.idl rename to image/public/imgICache.idl diff --git a/modules/libpr0n/public/imgIContainer.idl b/image/public/imgIContainer.idl similarity index 100% rename from modules/libpr0n/public/imgIContainer.idl rename to image/public/imgIContainer.idl diff --git a/modules/libpr0n/public/imgIContainerDebug.idl b/image/public/imgIContainerDebug.idl similarity index 100% rename from modules/libpr0n/public/imgIContainerDebug.idl rename to image/public/imgIContainerDebug.idl diff --git a/modules/libpr0n/public/imgIContainerObserver.idl b/image/public/imgIContainerObserver.idl similarity index 100% rename from modules/libpr0n/public/imgIContainerObserver.idl rename to image/public/imgIContainerObserver.idl diff --git a/modules/libpr0n/public/imgIDecoderObserver.idl b/image/public/imgIDecoderObserver.idl similarity index 100% rename from modules/libpr0n/public/imgIDecoderObserver.idl rename to image/public/imgIDecoderObserver.idl diff --git a/modules/libpr0n/public/imgIEncoder.idl b/image/public/imgIEncoder.idl similarity index 100% rename from modules/libpr0n/public/imgIEncoder.idl rename to image/public/imgIEncoder.idl diff --git a/modules/libpr0n/public/imgILoader.idl b/image/public/imgILoader.idl similarity index 100% rename from modules/libpr0n/public/imgILoader.idl rename to image/public/imgILoader.idl diff --git a/modules/libpr0n/public/imgIRequest.idl b/image/public/imgIRequest.idl similarity index 100% rename from modules/libpr0n/public/imgIRequest.idl rename to image/public/imgIRequest.idl diff --git a/modules/libpr0n/public/imgITools.idl b/image/public/imgITools.idl similarity index 100% rename from modules/libpr0n/public/imgITools.idl rename to image/public/imgITools.idl diff --git a/modules/libpr0n/src/BMPFileHeaders.h b/image/src/BMPFileHeaders.h similarity index 100% rename from modules/libpr0n/src/BMPFileHeaders.h rename to image/src/BMPFileHeaders.h diff --git a/modules/libpr0n/src/Decoder.cpp b/image/src/Decoder.cpp similarity index 100% rename from modules/libpr0n/src/Decoder.cpp rename to image/src/Decoder.cpp diff --git a/modules/libpr0n/src/Decoder.h b/image/src/Decoder.h similarity index 100% rename from modules/libpr0n/src/Decoder.h rename to image/src/Decoder.h diff --git a/modules/libpr0n/src/DiscardTracker.cpp b/image/src/DiscardTracker.cpp similarity index 100% rename from modules/libpr0n/src/DiscardTracker.cpp rename to image/src/DiscardTracker.cpp diff --git a/modules/libpr0n/src/DiscardTracker.h b/image/src/DiscardTracker.h similarity index 100% rename from modules/libpr0n/src/DiscardTracker.h rename to image/src/DiscardTracker.h diff --git a/modules/libpr0n/src/EndianMacros.h b/image/src/EndianMacros.h similarity index 100% rename from modules/libpr0n/src/EndianMacros.h rename to image/src/EndianMacros.h diff --git a/modules/libpr0n/src/ICOFileHeaders.h b/image/src/ICOFileHeaders.h similarity index 100% rename from modules/libpr0n/src/ICOFileHeaders.h rename to image/src/ICOFileHeaders.h diff --git a/modules/libpr0n/src/Image.cpp b/image/src/Image.cpp similarity index 100% rename from modules/libpr0n/src/Image.cpp rename to image/src/Image.cpp diff --git a/modules/libpr0n/src/Image.h b/image/src/Image.h similarity index 100% rename from modules/libpr0n/src/Image.h rename to image/src/Image.h diff --git a/modules/libpr0n/src/Makefile.in b/image/src/Makefile.in similarity index 97% rename from modules/libpr0n/src/Makefile.in rename to image/src/Makefile.in index ff2c0d2560e5..22dc00bf4fc1 100644 --- a/modules/libpr0n/src/Makefile.in +++ b/image/src/Makefile.in @@ -35,7 +35,7 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -66,7 +66,7 @@ CPPSRCS = \ $(NULL) # We need to instantiate the decoders -LOCAL_INCLUDES += -I$(topsrcdir)/modules/libpr0n/decoders +LOCAL_INCLUDES += -I$(topsrcdir)/image/decoders # Because SVGDocumentWrapper.cpp includes "nsSVGSVGElement.h" LOCAL_INCLUDES += \ diff --git a/modules/libpr0n/src/RasterImage.cpp b/image/src/RasterImage.cpp similarity index 100% rename from modules/libpr0n/src/RasterImage.cpp rename to image/src/RasterImage.cpp diff --git a/modules/libpr0n/src/RasterImage.h b/image/src/RasterImage.h similarity index 100% rename from modules/libpr0n/src/RasterImage.h rename to image/src/RasterImage.h diff --git a/modules/libpr0n/src/SVGDocumentWrapper.cpp b/image/src/SVGDocumentWrapper.cpp similarity index 100% rename from modules/libpr0n/src/SVGDocumentWrapper.cpp rename to image/src/SVGDocumentWrapper.cpp diff --git a/modules/libpr0n/src/SVGDocumentWrapper.h b/image/src/SVGDocumentWrapper.h similarity index 100% rename from modules/libpr0n/src/SVGDocumentWrapper.h rename to image/src/SVGDocumentWrapper.h diff --git a/modules/libpr0n/src/VectorImage.cpp b/image/src/VectorImage.cpp similarity index 100% rename from modules/libpr0n/src/VectorImage.cpp rename to image/src/VectorImage.cpp diff --git a/modules/libpr0n/src/VectorImage.h b/image/src/VectorImage.h similarity index 100% rename from modules/libpr0n/src/VectorImage.h rename to image/src/VectorImage.h diff --git a/modules/libpr0n/src/imgFrame.cpp b/image/src/imgFrame.cpp similarity index 100% rename from modules/libpr0n/src/imgFrame.cpp rename to image/src/imgFrame.cpp diff --git a/modules/libpr0n/src/imgFrame.h b/image/src/imgFrame.h similarity index 100% rename from modules/libpr0n/src/imgFrame.h rename to image/src/imgFrame.h diff --git a/modules/libpr0n/src/imgLoader.cpp b/image/src/imgLoader.cpp similarity index 100% rename from modules/libpr0n/src/imgLoader.cpp rename to image/src/imgLoader.cpp diff --git a/modules/libpr0n/src/imgLoader.h b/image/src/imgLoader.h similarity index 100% rename from modules/libpr0n/src/imgLoader.h rename to image/src/imgLoader.h diff --git a/modules/libpr0n/src/imgRequest.cpp b/image/src/imgRequest.cpp similarity index 100% rename from modules/libpr0n/src/imgRequest.cpp rename to image/src/imgRequest.cpp diff --git a/modules/libpr0n/src/imgRequest.h b/image/src/imgRequest.h similarity index 100% rename from modules/libpr0n/src/imgRequest.h rename to image/src/imgRequest.h diff --git a/modules/libpr0n/src/imgRequestProxy.cpp b/image/src/imgRequestProxy.cpp similarity index 100% rename from modules/libpr0n/src/imgRequestProxy.cpp rename to image/src/imgRequestProxy.cpp diff --git a/modules/libpr0n/src/imgRequestProxy.h b/image/src/imgRequestProxy.h similarity index 100% rename from modules/libpr0n/src/imgRequestProxy.h rename to image/src/imgRequestProxy.h diff --git a/modules/libpr0n/src/imgStatusTracker.cpp b/image/src/imgStatusTracker.cpp similarity index 100% rename from modules/libpr0n/src/imgStatusTracker.cpp rename to image/src/imgStatusTracker.cpp diff --git a/modules/libpr0n/src/imgStatusTracker.h b/image/src/imgStatusTracker.h similarity index 100% rename from modules/libpr0n/src/imgStatusTracker.h rename to image/src/imgStatusTracker.h diff --git a/modules/libpr0n/src/imgTools.cpp b/image/src/imgTools.cpp similarity index 100% rename from modules/libpr0n/src/imgTools.cpp rename to image/src/imgTools.cpp diff --git a/modules/libpr0n/src/imgTools.h b/image/src/imgTools.h similarity index 100% rename from modules/libpr0n/src/imgTools.h rename to image/src/imgTools.h diff --git a/modules/libpr0n/test/Makefile.in b/image/test/Makefile.in similarity index 97% rename from modules/libpr0n/test/Makefile.in rename to image/test/Makefile.in index e8b242a989e2..52728ceae129 100644 --- a/modules/libpr0n/test/Makefile.in +++ b/image/test/Makefile.in @@ -35,11 +35,11 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ -relativesrcdir = modules/libpr0n/test +relativesrcdir = image/test include $(DEPTH)/config/autoconf.mk diff --git a/modules/libpr0n/test/browser/Makefile.in b/image/test/browser/Makefile.in similarity index 96% rename from modules/libpr0n/test/browser/Makefile.in rename to image/test/browser/Makefile.in index 4067cc22a168..43e2294035df 100644 --- a/modules/libpr0n/test/browser/Makefile.in +++ b/image/test/browser/Makefile.in @@ -34,11 +34,11 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ -relativesrcdir = modules/libpr0n/test/browser +relativesrcdir = image/test/browser include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk diff --git a/modules/libpr0n/test/browser/animated.gif b/image/test/browser/animated.gif similarity index 100% rename from modules/libpr0n/test/browser/animated.gif rename to image/test/browser/animated.gif diff --git a/modules/libpr0n/test/browser/animated2.gif b/image/test/browser/animated2.gif similarity index 100% rename from modules/libpr0n/test/browser/animated2.gif rename to image/test/browser/animated2.gif diff --git a/modules/libpr0n/test/browser/big.png b/image/test/browser/big.png similarity index 100% rename from modules/libpr0n/test/browser/big.png rename to image/test/browser/big.png diff --git a/modules/libpr0n/test/browser/browser_bug666317.js b/image/test/browser/browser_bug666317.js similarity index 100% rename from modules/libpr0n/test/browser/browser_bug666317.js rename to image/test/browser/browser_bug666317.js diff --git a/modules/libpr0n/test/browser/browser_image.js b/image/test/browser/browser_image.js similarity index 100% rename from modules/libpr0n/test/browser/browser_image.js rename to image/test/browser/browser_image.js diff --git a/modules/libpr0n/test/browser/head.js b/image/test/browser/head.js similarity index 95% rename from modules/libpr0n/test/browser/head.js rename to image/test/browser/head.js index ee6efb3dd5d9..877cf0114668 100644 --- a/modules/libpr0n/test/browser/head.js +++ b/image/test/browser/head.js @@ -1,4 +1,4 @@ -const RELATIVE_DIR = "modules/libpr0n/test/browser/"; +const RELATIVE_DIR = "image/test/browser/"; const TESTROOT = "http://example.com/browser/" + RELATIVE_DIR; const TESTROOT2 = "http://example.org/browser/" + RELATIVE_DIR; diff --git a/modules/libpr0n/test/browser/image.html b/image/test/browser/image.html similarity index 100% rename from modules/libpr0n/test/browser/image.html rename to image/test/browser/image.html diff --git a/modules/libpr0n/test/browser/imageX2.html b/image/test/browser/imageX2.html similarity index 100% rename from modules/libpr0n/test/browser/imageX2.html rename to image/test/browser/imageX2.html diff --git a/modules/libpr0n/test/crashtests/256-height.ico b/image/test/crashtests/256-height.ico similarity index 100% rename from modules/libpr0n/test/crashtests/256-height.ico rename to image/test/crashtests/256-height.ico diff --git a/modules/libpr0n/test/crashtests/256-width.ico b/image/test/crashtests/256-width.ico similarity index 100% rename from modules/libpr0n/test/crashtests/256-width.ico rename to image/test/crashtests/256-width.ico diff --git a/modules/libpr0n/test/crashtests/523528-1.gif b/image/test/crashtests/523528-1.gif similarity index 100% rename from modules/libpr0n/test/crashtests/523528-1.gif rename to image/test/crashtests/523528-1.gif diff --git a/modules/libpr0n/test/crashtests/523528-2.gif b/image/test/crashtests/523528-2.gif similarity index 100% rename from modules/libpr0n/test/crashtests/523528-2.gif rename to image/test/crashtests/523528-2.gif diff --git a/modules/libpr0n/test/crashtests/681190.html b/image/test/crashtests/681190.html similarity index 100% rename from modules/libpr0n/test/crashtests/681190.html rename to image/test/crashtests/681190.html diff --git a/modules/libpr0n/test/crashtests/694165-1.xhtml b/image/test/crashtests/694165-1.xhtml similarity index 100% rename from modules/libpr0n/test/crashtests/694165-1.xhtml rename to image/test/crashtests/694165-1.xhtml diff --git a/modules/libpr0n/test/crashtests/83804-1.gif b/image/test/crashtests/83804-1.gif similarity index 100% rename from modules/libpr0n/test/crashtests/83804-1.gif rename to image/test/crashtests/83804-1.gif diff --git a/modules/libpr0n/test/crashtests/89341-1.gif b/image/test/crashtests/89341-1.gif similarity index 100% rename from modules/libpr0n/test/crashtests/89341-1.gif rename to image/test/crashtests/89341-1.gif diff --git a/modules/libpr0n/test/crashtests/crashtests.list b/image/test/crashtests/crashtests.list similarity index 100% rename from modules/libpr0n/test/crashtests/crashtests.list rename to image/test/crashtests/crashtests.list diff --git a/modules/libpr0n/test/crashtests/delayedframe.sjs b/image/test/crashtests/delayedframe.sjs similarity index 100% rename from modules/libpr0n/test/crashtests/delayedframe.sjs rename to image/test/crashtests/delayedframe.sjs diff --git a/modules/libpr0n/test/crashtests/delaytest.html b/image/test/crashtests/delaytest.html similarity index 100% rename from modules/libpr0n/test/crashtests/delaytest.html rename to image/test/crashtests/delaytest.html diff --git a/modules/libpr0n/test/crashtests/invalid-icc-profile.jpg b/image/test/crashtests/invalid-icc-profile.jpg similarity index 100% rename from modules/libpr0n/test/crashtests/invalid-icc-profile.jpg rename to image/test/crashtests/invalid-icc-profile.jpg diff --git a/modules/libpr0n/test/crashtests/invalid-size-second-frame.gif b/image/test/crashtests/invalid-size-second-frame.gif similarity index 100% rename from modules/libpr0n/test/crashtests/invalid-size-second-frame.gif rename to image/test/crashtests/invalid-size-second-frame.gif diff --git a/modules/libpr0n/test/crashtests/invalid-size.gif b/image/test/crashtests/invalid-size.gif similarity index 100% rename from modules/libpr0n/test/crashtests/invalid-size.gif rename to image/test/crashtests/invalid-size.gif diff --git a/modules/libpr0n/test/crashtests/threeframes-end.gif b/image/test/crashtests/threeframes-end.gif similarity index 100% rename from modules/libpr0n/test/crashtests/threeframes-end.gif rename to image/test/crashtests/threeframes-end.gif diff --git a/modules/libpr0n/test/crashtests/threeframes-start.gif b/image/test/crashtests/threeframes-start.gif similarity index 100% rename from modules/libpr0n/test/crashtests/threeframes-start.gif rename to image/test/crashtests/threeframes-start.gif diff --git a/modules/libpr0n/test/mochitest/Makefile.in b/image/test/mochitest/Makefile.in similarity index 98% rename from modules/libpr0n/test/mochitest/Makefile.in rename to image/test/mochitest/Makefile.in index 80550db28caf..0e3651f3dcd6 100644 --- a/modules/libpr0n/test/mochitest/Makefile.in +++ b/image/test/mochitest/Makefile.in @@ -35,11 +35,11 @@ # # ***** END LICENSE BLOCK ***** -DEPTH = ../../../.. +DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ -relativesrcdir = modules/libpr0n/test/mochitest +relativesrcdir = image/test/mochitest include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk diff --git a/modules/libpr0n/test/mochitest/big.png b/image/test/mochitest/big.png similarity index 100% rename from modules/libpr0n/test/mochitest/big.png rename to image/test/mochitest/big.png diff --git a/modules/libpr0n/test/mochitest/blue.png b/image/test/mochitest/blue.png similarity index 100% rename from modules/libpr0n/test/mochitest/blue.png rename to image/test/mochitest/blue.png diff --git a/modules/libpr0n/test/mochitest/bug399925.gif b/image/test/mochitest/bug399925.gif similarity index 100% rename from modules/libpr0n/test/mochitest/bug399925.gif rename to image/test/mochitest/bug399925.gif diff --git a/modules/libpr0n/test/mochitest/bug468160.sjs b/image/test/mochitest/bug468160.sjs similarity index 100% rename from modules/libpr0n/test/mochitest/bug468160.sjs rename to image/test/mochitest/bug468160.sjs diff --git a/modules/libpr0n/test/mochitest/bug478398_ONLY.png b/image/test/mochitest/bug478398_ONLY.png similarity index 100% rename from modules/libpr0n/test/mochitest/bug478398_ONLY.png rename to image/test/mochitest/bug478398_ONLY.png diff --git a/modules/libpr0n/test/mochitest/bug490949-iframe.html b/image/test/mochitest/bug490949-iframe.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug490949-iframe.html rename to image/test/mochitest/bug490949-iframe.html diff --git a/modules/libpr0n/test/mochitest/bug490949.sjs b/image/test/mochitest/bug490949.sjs similarity index 89% rename from modules/libpr0n/test/mochitest/bug490949.sjs rename to image/test/mochitest/bug490949.sjs index b73c33ac1d28..f306b83372fe 100644 --- a/modules/libpr0n/test/mochitest/bug490949.sjs +++ b/image/test/mochitest/bug490949.sjs @@ -5,12 +5,11 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); - var redirectstate = "/modules/libpr0n/test/mochitest/bug490949.sjs"; + var redirectstate = "/image/test/mochitest/bug490949.sjs"; if (getState(redirectstate) == "") { file.append('blue.png'); setState(redirectstate, "red"); diff --git a/modules/libpr0n/test/mochitest/bug496292-1.sjs b/image/test/mochitest/bug496292-1.sjs similarity index 95% rename from modules/libpr0n/test/mochitest/bug496292-1.sjs rename to image/test/mochitest/bug496292-1.sjs index c0230ed7f322..31ad98dbc725 100644 --- a/modules/libpr0n/test/mochitest/bug496292-1.sjs +++ b/image/test/mochitest/bug496292-1.sjs @@ -5,8 +5,7 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); diff --git a/modules/libpr0n/test/mochitest/bug496292-2.sjs b/image/test/mochitest/bug496292-2.sjs similarity index 95% rename from modules/libpr0n/test/mochitest/bug496292-2.sjs rename to image/test/mochitest/bug496292-2.sjs index b416554ab913..756ea9db2a1c 100644 --- a/modules/libpr0n/test/mochitest/bug496292-2.sjs +++ b/image/test/mochitest/bug496292-2.sjs @@ -5,8 +5,7 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); diff --git a/modules/libpr0n/test/mochitest/bug496292-iframe-1.html b/image/test/mochitest/bug496292-iframe-1.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug496292-iframe-1.html rename to image/test/mochitest/bug496292-iframe-1.html diff --git a/modules/libpr0n/test/mochitest/bug496292-iframe-2.html b/image/test/mochitest/bug496292-iframe-2.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug496292-iframe-2.html rename to image/test/mochitest/bug496292-iframe-2.html diff --git a/modules/libpr0n/test/mochitest/bug496292-iframe-ref.html b/image/test/mochitest/bug496292-iframe-ref.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug496292-iframe-ref.html rename to image/test/mochitest/bug496292-iframe-ref.html diff --git a/modules/libpr0n/test/mochitest/bug497665-iframe.html b/image/test/mochitest/bug497665-iframe.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug497665-iframe.html rename to image/test/mochitest/bug497665-iframe.html diff --git a/modules/libpr0n/test/mochitest/bug497665.sjs b/image/test/mochitest/bug497665.sjs similarity index 89% rename from modules/libpr0n/test/mochitest/bug497665.sjs rename to image/test/mochitest/bug497665.sjs index 848cc15181ba..67151e25b89e 100644 --- a/modules/libpr0n/test/mochitest/bug497665.sjs +++ b/image/test/mochitest/bug497665.sjs @@ -5,12 +5,11 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); - var redirectstate = "/modules/libpr0n/test/mochitest/bug497665.sjs"; + var redirectstate = "/image/test/mochitest/bug497665.sjs"; if (getState(redirectstate) == "") { file.append('blue.png'); setState(redirectstate, "red"); diff --git a/modules/libpr0n/test/mochitest/bug552605.sjs b/image/test/mochitest/bug552605.sjs similarity index 84% rename from modules/libpr0n/test/mochitest/bug552605.sjs rename to image/test/mochitest/bug552605.sjs index a93ab6dcf537..806a065b4752 100644 --- a/modules/libpr0n/test/mochitest/bug552605.sjs +++ b/image/test/mochitest/bug552605.sjs @@ -1,6 +1,6 @@ function handleRequest(request, response) { - var redirectstate = "/modules/libpr0n/test/mochitest/bug89419.sjs"; + var redirectstate = "/image/test/mochitest/bug89419.sjs"; response.setStatusLine("1.1", 302, "Found"); if (getState(redirectstate) == "") { response.setHeader("Location", "red.png", false); diff --git a/modules/libpr0n/test/mochitest/bug657191.sjs b/image/test/mochitest/bug657191.sjs similarity index 95% rename from modules/libpr0n/test/mochitest/bug657191.sjs rename to image/test/mochitest/bug657191.sjs index 77b8e8c7137f..7451d98ee3fd 100644 --- a/modules/libpr0n/test/mochitest/bug657191.sjs +++ b/image/test/mochitest/bug657191.sjs @@ -5,8 +5,7 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); file.append('lime100x100.svg'); diff --git a/image/test/mochitest/bug671906-iframe.html b/image/test/mochitest/bug671906-iframe.html new file mode 100644 index 000000000000..87f8183a4d94 --- /dev/null +++ b/image/test/mochitest/bug671906-iframe.html @@ -0,0 +1,7 @@ + + +Bug 671906 iframe + + + + diff --git a/modules/libpr0n/test/mochitest/bug671906.sjs b/image/test/mochitest/bug671906.sjs similarity index 90% rename from modules/libpr0n/test/mochitest/bug671906.sjs rename to image/test/mochitest/bug671906.sjs index a950d89b1a9e..f1fbc1b737b9 100644 --- a/modules/libpr0n/test/mochitest/bug671906.sjs +++ b/image/test/mochitest/bug671906.sjs @@ -5,12 +5,11 @@ function handleRequest(request, response) .get("CurWorkD", Components.interfaces.nsIFile); file.append("tests"); - file.append("modules"); - file.append("libpr0n"); + file.append("image"); file.append("test"); file.append("mochitest"); - var filestate = "/modules/libpr0n/test/mochitest/bug671906.sjs"; + var filestate = "/image/test/mochitest/bug671906.sjs"; if (getState(filestate) == "") { file.append('blue.png'); setState(filestate, "red"); diff --git a/modules/libpr0n/test/mochitest/bug89419-iframe.html b/image/test/mochitest/bug89419-iframe.html similarity index 100% rename from modules/libpr0n/test/mochitest/bug89419-iframe.html rename to image/test/mochitest/bug89419-iframe.html diff --git a/modules/libpr0n/test/mochitest/bug89419.sjs b/image/test/mochitest/bug89419.sjs similarity index 84% rename from modules/libpr0n/test/mochitest/bug89419.sjs rename to image/test/mochitest/bug89419.sjs index a93ab6dcf537..806a065b4752 100644 --- a/modules/libpr0n/test/mochitest/bug89419.sjs +++ b/image/test/mochitest/bug89419.sjs @@ -1,6 +1,6 @@ function handleRequest(request, response) { - var redirectstate = "/modules/libpr0n/test/mochitest/bug89419.sjs"; + var redirectstate = "/image/test/mochitest/bug89419.sjs"; response.setStatusLine("1.1", 302, "Found"); if (getState(redirectstate) == "") { response.setHeader("Location", "red.png", false); diff --git a/modules/libpr0n/test/mochitest/damon.jpg b/image/test/mochitest/damon.jpg similarity index 100% rename from modules/libpr0n/test/mochitest/damon.jpg rename to image/test/mochitest/damon.jpg diff --git a/modules/libpr0n/test/mochitest/imgutils.js b/image/test/mochitest/imgutils.js similarity index 100% rename from modules/libpr0n/test/mochitest/imgutils.js rename to image/test/mochitest/imgutils.js diff --git a/modules/libpr0n/test/mochitest/lime-anim-100x100.svg b/image/test/mochitest/lime-anim-100x100.svg similarity index 100% rename from modules/libpr0n/test/mochitest/lime-anim-100x100.svg rename to image/test/mochitest/lime-anim-100x100.svg diff --git a/modules/libpr0n/test/mochitest/lime100x100.svg b/image/test/mochitest/lime100x100.svg similarity index 100% rename from modules/libpr0n/test/mochitest/lime100x100.svg rename to image/test/mochitest/lime100x100.svg diff --git a/modules/libpr0n/test/mochitest/red.png b/image/test/mochitest/red.png similarity index 100% rename from modules/libpr0n/test/mochitest/red.png rename to image/test/mochitest/red.png diff --git a/modules/libpr0n/test/mochitest/schrep.png b/image/test/mochitest/schrep.png similarity index 100% rename from modules/libpr0n/test/mochitest/schrep.png rename to image/test/mochitest/schrep.png diff --git a/modules/libpr0n/test/mochitest/shaver.png b/image/test/mochitest/shaver.png similarity index 100% rename from modules/libpr0n/test/mochitest/shaver.png rename to image/test/mochitest/shaver.png diff --git a/modules/libpr0n/test/mochitest/test_animSVGImage.html b/image/test/mochitest/test_animSVGImage.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_animSVGImage.html rename to image/test/mochitest/test_animSVGImage.html diff --git a/modules/libpr0n/test/mochitest/test_bug399925.html b/image/test/mochitest/test_bug399925.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug399925.html rename to image/test/mochitest/test_bug399925.html diff --git a/modules/libpr0n/test/mochitest/test_bug435296.html b/image/test/mochitest/test_bug435296.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug435296.html rename to image/test/mochitest/test_bug435296.html diff --git a/modules/libpr0n/test/mochitest/test_bug466586.html b/image/test/mochitest/test_bug466586.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug466586.html rename to image/test/mochitest/test_bug466586.html diff --git a/modules/libpr0n/test/mochitest/test_bug468160.html b/image/test/mochitest/test_bug468160.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug468160.html rename to image/test/mochitest/test_bug468160.html diff --git a/modules/libpr0n/test/mochitest/test_bug478398.html b/image/test/mochitest/test_bug478398.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug478398.html rename to image/test/mochitest/test_bug478398.html diff --git a/modules/libpr0n/test/mochitest/test_bug490949.html b/image/test/mochitest/test_bug490949.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug490949.html rename to image/test/mochitest/test_bug490949.html diff --git a/modules/libpr0n/test/mochitest/test_bug496292.html b/image/test/mochitest/test_bug496292.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug496292.html rename to image/test/mochitest/test_bug496292.html diff --git a/modules/libpr0n/test/mochitest/test_bug497665.html b/image/test/mochitest/test_bug497665.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug497665.html rename to image/test/mochitest/test_bug497665.html diff --git a/modules/libpr0n/test/mochitest/test_bug512435.html b/image/test/mochitest/test_bug512435.html similarity index 93% rename from modules/libpr0n/test/mochitest/test_bug512435.html rename to image/test/mochitest/test_bug512435.html index 3e698de10606..62a6db1289bc 100644 --- a/modules/libpr0n/test/mochitest/test_bug512435.html +++ b/image/test/mochitest/test_bug512435.html @@ -7,7 +7,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=512435 Test for Bug 512435 - + diff --git a/modules/libpr0n/test/mochitest/test_bug552605-1.html b/image/test/mochitest/test_bug552605-1.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug552605-1.html rename to image/test/mochitest/test_bug552605-1.html diff --git a/modules/libpr0n/test/mochitest/test_bug552605-2.html b/image/test/mochitest/test_bug552605-2.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug552605-2.html rename to image/test/mochitest/test_bug552605-2.html diff --git a/modules/libpr0n/test/mochitest/test_bug553982.html b/image/test/mochitest/test_bug553982.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug553982.html rename to image/test/mochitest/test_bug553982.html diff --git a/modules/libpr0n/test/mochitest/test_bug601470.html b/image/test/mochitest/test_bug601470.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug601470.html rename to image/test/mochitest/test_bug601470.html diff --git a/modules/libpr0n/test/mochitest/test_bug614392.html b/image/test/mochitest/test_bug614392.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug614392.html rename to image/test/mochitest/test_bug614392.html diff --git a/modules/libpr0n/test/mochitest/test_bug657191.html b/image/test/mochitest/test_bug657191.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug657191.html rename to image/test/mochitest/test_bug657191.html diff --git a/modules/libpr0n/test/mochitest/test_bug671906.html b/image/test/mochitest/test_bug671906.html similarity index 85% rename from modules/libpr0n/test/mochitest/test_bug671906.html rename to image/test/mochitest/test_bug671906.html index 301ca9950696..e3cd8d39f6ad 100644 --- a/modules/libpr0n/test/mochitest/test_bug671906.html +++ b/image/test/mochitest/test_bug671906.html @@ -27,7 +27,7 @@ function snapshotFirst() first = snapshotWindow(iframeelem.contentWindow, false); iframeelem.onload = snapshotSecond; - iframeelem.src = "http://example.com/tests/modules/libpr0n/test/mochitest/bug671906-iframe.html"; + iframeelem.src = "http://example.com/tests/image/test/mochitest/bug671906-iframe.html"; } function snapshotSecond() @@ -41,7 +41,7 @@ function snapshotSecond() ok(correct, "Image should have changed after changing the iframe's src."); iframeelem.onload = snapshotThird; - iframeelem.src = "http://mochi.test:8888/tests/modules/libpr0n/test/mochitest/bug671906-iframe.html"; + iframeelem.src = "http://mochi.test:8888/tests/image/test/mochitest/bug671906-iframe.html"; } function snapshotThird() @@ -65,7 +65,7 @@ function snapshotThird()
- +
diff --git a/modules/libpr0n/test/mochitest/test_bug89419-1.html b/image/test/mochitest/test_bug89419-1.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug89419-1.html rename to image/test/mochitest/test_bug89419-1.html diff --git a/modules/libpr0n/test/mochitest/test_bug89419-2.html b/image/test/mochitest/test_bug89419-2.html similarity index 100% rename from modules/libpr0n/test/mochitest/test_bug89419-2.html rename to image/test/mochitest/test_bug89419-2.html diff --git a/modules/libpr0n/test/reftest/apng/bug411852-1-ref.png b/image/test/reftest/apng/bug411852-1-ref.png similarity index 100% rename from modules/libpr0n/test/reftest/apng/bug411852-1-ref.png rename to image/test/reftest/apng/bug411852-1-ref.png diff --git a/modules/libpr0n/test/reftest/apng/bug411852-1.png b/image/test/reftest/apng/bug411852-1.png similarity index 100% rename from modules/libpr0n/test/reftest/apng/bug411852-1.png rename to image/test/reftest/apng/bug411852-1.png diff --git a/modules/libpr0n/test/reftest/apng/bug546272-ref.png b/image/test/reftest/apng/bug546272-ref.png similarity index 100% rename from modules/libpr0n/test/reftest/apng/bug546272-ref.png rename to image/test/reftest/apng/bug546272-ref.png diff --git a/modules/libpr0n/test/reftest/apng/bug546272.png b/image/test/reftest/apng/bug546272.png similarity index 100% rename from modules/libpr0n/test/reftest/apng/bug546272.png rename to image/test/reftest/apng/bug546272.png diff --git a/modules/libpr0n/test/reftest/apng/delaytest.html b/image/test/reftest/apng/delaytest.html similarity index 100% rename from modules/libpr0n/test/reftest/apng/delaytest.html rename to image/test/reftest/apng/delaytest.html diff --git a/modules/libpr0n/test/reftest/apng/reftest.list b/image/test/reftest/apng/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/apng/reftest.list rename to image/test/reftest/apng/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico b/image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png b/image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png rename to image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/reftest.list b/image/test/reftest/bmp/bmp-1bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/reftest.list rename to image/test/reftest/bmp/bmp-1bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp b/image/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp rename to image/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png b/image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png rename to image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/reftest.list b/image/test/reftest/bmp/bmp-24bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/reftest.list rename to image/test/reftest/bmp/bmp-24bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp b/image/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp rename to image/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png b/image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png rename to image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/reftest.list b/image/test/reftest/bmp/bmp-4bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/reftest.list rename to image/test/reftest/bmp/bmp-4bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp b/image/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp rename to image/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png b/image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png rename to image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/reftest.list b/image/test/reftest/bmp/bmp-8bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/reftest.list rename to image/test/reftest/bmp/bmp-8bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp b/image/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp rename to image/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp b/image/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp rename to image/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp b/image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp rename to image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp b/image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp rename to image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp b/image/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp rename to image/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp b/image/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp rename to image/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp b/image/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp rename to image/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/reftest.list b/image/test/reftest/bmp/bmp-corrupted/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/reftest.list rename to image/test/reftest/bmp/bmp-corrupted/reftest.list diff --git a/modules/libpr0n/test/reftest/bmp/bmp-corrupted/wrapper.html b/image/test/reftest/bmp/bmp-corrupted/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/bmp/bmp-corrupted/wrapper.html rename to image/test/reftest/bmp/bmp-corrupted/wrapper.html diff --git a/modules/libpr0n/test/reftest/bmp/reftest.list b/image/test/reftest/bmp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/bmp/reftest.list rename to image/test/reftest/bmp/reftest.list diff --git a/modules/libpr0n/test/reftest/color-management/color-curv.png b/image/test/reftest/color-management/color-curv.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/color-curv.png rename to image/test/reftest/color-management/color-curv.png diff --git a/modules/libpr0n/test/reftest/color-management/color-lin.png b/image/test/reftest/color-management/color-lin.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/color-lin.png rename to image/test/reftest/color-management/color-lin.png diff --git a/modules/libpr0n/test/reftest/color-management/color-table.png b/image/test/reftest/color-management/color-table.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/color-table.png rename to image/test/reftest/color-management/color-table.png diff --git a/modules/libpr0n/test/reftest/color-management/invalid-chrm-ref.png b/image/test/reftest/color-management/invalid-chrm-ref.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/invalid-chrm-ref.png rename to image/test/reftest/color-management/invalid-chrm-ref.png diff --git a/modules/libpr0n/test/reftest/color-management/invalid-chrm.png b/image/test/reftest/color-management/invalid-chrm.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/invalid-chrm.png rename to image/test/reftest/color-management/invalid-chrm.png diff --git a/modules/libpr0n/test/reftest/color-management/invalid-whitepoint.png b/image/test/reftest/color-management/invalid-whitepoint.png similarity index 100% rename from modules/libpr0n/test/reftest/color-management/invalid-whitepoint.png rename to image/test/reftest/color-management/invalid-whitepoint.png diff --git a/modules/libpr0n/test/reftest/color-management/reftest.list b/image/test/reftest/color-management/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/color-management/reftest.list rename to image/test/reftest/color-management/reftest.list diff --git a/modules/libpr0n/test/reftest/color-management/trc-type-ref.html b/image/test/reftest/color-management/trc-type-ref.html similarity index 100% rename from modules/libpr0n/test/reftest/color-management/trc-type-ref.html rename to image/test/reftest/color-management/trc-type-ref.html diff --git a/modules/libpr0n/test/reftest/color-management/trc-type.html b/image/test/reftest/color-management/trc-type.html similarity index 100% rename from modules/libpr0n/test/reftest/color-management/trc-type.html rename to image/test/reftest/color-management/trc-type.html diff --git a/modules/libpr0n/test/reftest/colordepth.html b/image/test/reftest/colordepth.html similarity index 100% rename from modules/libpr0n/test/reftest/colordepth.html rename to image/test/reftest/colordepth.html diff --git a/modules/libpr0n/test/reftest/encoders-lossless/encoder.html b/image/test/reftest/encoders-lossless/encoder.html similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/encoder.html rename to image/test/reftest/encoders-lossless/encoder.html diff --git a/modules/libpr0n/test/reftest/encoders-lossless/reftest.list b/image/test/reftest/encoders-lossless/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/reftest.list rename to image/test/reftest/encoders-lossless/reftest.list diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-15x15.png b/image/test/reftest/encoders-lossless/size-15x15.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-15x15.png rename to image/test/reftest/encoders-lossless/size-15x15.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-16x16.png b/image/test/reftest/encoders-lossless/size-16x16.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-16x16.png rename to image/test/reftest/encoders-lossless/size-16x16.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-17x17.png b/image/test/reftest/encoders-lossless/size-17x17.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-17x17.png rename to image/test/reftest/encoders-lossless/size-17x17.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-1x1.png b/image/test/reftest/encoders-lossless/size-1x1.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-1x1.png rename to image/test/reftest/encoders-lossless/size-1x1.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-256x256.png b/image/test/reftest/encoders-lossless/size-256x256.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-256x256.png rename to image/test/reftest/encoders-lossless/size-256x256.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-2x2.png b/image/test/reftest/encoders-lossless/size-2x2.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-2x2.png rename to image/test/reftest/encoders-lossless/size-2x2.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-31x31.png b/image/test/reftest/encoders-lossless/size-31x31.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-31x31.png rename to image/test/reftest/encoders-lossless/size-31x31.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-32x32.png b/image/test/reftest/encoders-lossless/size-32x32.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-32x32.png rename to image/test/reftest/encoders-lossless/size-32x32.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-33x33.png b/image/test/reftest/encoders-lossless/size-33x33.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-33x33.png rename to image/test/reftest/encoders-lossless/size-33x33.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-3x3.png b/image/test/reftest/encoders-lossless/size-3x3.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-3x3.png rename to image/test/reftest/encoders-lossless/size-3x3.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-4x4.png b/image/test/reftest/encoders-lossless/size-4x4.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-4x4.png rename to image/test/reftest/encoders-lossless/size-4x4.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-5x5.png b/image/test/reftest/encoders-lossless/size-5x5.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-5x5.png rename to image/test/reftest/encoders-lossless/size-5x5.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-6x6.png b/image/test/reftest/encoders-lossless/size-6x6.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-6x6.png rename to image/test/reftest/encoders-lossless/size-6x6.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-7x7.png b/image/test/reftest/encoders-lossless/size-7x7.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-7x7.png rename to image/test/reftest/encoders-lossless/size-7x7.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-8x8.png b/image/test/reftest/encoders-lossless/size-8x8.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-8x8.png rename to image/test/reftest/encoders-lossless/size-8x8.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/size-9x9.png b/image/test/reftest/encoders-lossless/size-9x9.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/size-9x9.png rename to image/test/reftest/encoders-lossless/size-9x9.png diff --git a/modules/libpr0n/test/reftest/encoders-lossless/test.png b/image/test/reftest/encoders-lossless/test.png similarity index 100% rename from modules/libpr0n/test/reftest/encoders-lossless/test.png rename to image/test/reftest/encoders-lossless/test.png diff --git a/modules/libpr0n/test/reftest/generic/accept-image-catchall-ref.html b/image/test/reftest/generic/accept-image-catchall-ref.html similarity index 100% rename from modules/libpr0n/test/reftest/generic/accept-image-catchall-ref.html rename to image/test/reftest/generic/accept-image-catchall-ref.html diff --git a/modules/libpr0n/test/reftest/generic/accept-image-catchall.html b/image/test/reftest/generic/accept-image-catchall.html similarity index 100% rename from modules/libpr0n/test/reftest/generic/accept-image-catchall.html rename to image/test/reftest/generic/accept-image-catchall.html diff --git a/modules/libpr0n/test/reftest/generic/check-header.sjs b/image/test/reftest/generic/check-header.sjs similarity index 98% rename from modules/libpr0n/test/reftest/generic/check-header.sjs rename to image/test/reftest/generic/check-header.sjs index ceefbbe65f28..d465f607c436 100644 --- a/modules/libpr0n/test/reftest/generic/check-header.sjs +++ b/image/test/reftest/generic/check-header.sjs @@ -20,7 +20,7 @@ def hexFile(name): except: pass -hexFile("modules/libpr0n/test/reftest/generic/green.png") +hexFile("image/test/reftest/generic/green.png") */ const IMAGE_DATA = diff --git a/modules/libpr0n/test/reftest/generic/green.png b/image/test/reftest/generic/green.png similarity index 100% rename from modules/libpr0n/test/reftest/generic/green.png rename to image/test/reftest/generic/green.png diff --git a/modules/libpr0n/test/reftest/generic/reftest.list b/image/test/reftest/generic/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/generic/reftest.list rename to image/test/reftest/generic/reftest.list diff --git a/modules/libpr0n/test/reftest/gif/1bit-255-trans.gif b/image/test/reftest/gif/1bit-255-trans.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/1bit-255-trans.gif rename to image/test/reftest/gif/1bit-255-trans.gif diff --git a/modules/libpr0n/test/reftest/gif/1bit-255-trans.png b/image/test/reftest/gif/1bit-255-trans.png similarity index 100% rename from modules/libpr0n/test/reftest/gif/1bit-255-trans.png rename to image/test/reftest/gif/1bit-255-trans.png diff --git a/modules/libpr0n/test/reftest/gif/animation1a.gif b/image/test/reftest/gif/animation1a.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/animation1a.gif rename to image/test/reftest/gif/animation1a.gif diff --git a/modules/libpr0n/test/reftest/gif/animation2a-finalframe.gif b/image/test/reftest/gif/animation2a-finalframe.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/animation2a-finalframe.gif rename to image/test/reftest/gif/animation2a-finalframe.gif diff --git a/modules/libpr0n/test/reftest/gif/animation2a.gif b/image/test/reftest/gif/animation2a.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/animation2a.gif rename to image/test/reftest/gif/animation2a.gif diff --git a/modules/libpr0n/test/reftest/gif/blue.gif b/image/test/reftest/gif/blue.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/blue.gif rename to image/test/reftest/gif/blue.gif diff --git a/modules/libpr0n/test/reftest/gif/comment.gif b/image/test/reftest/gif/comment.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/comment.gif rename to image/test/reftest/gif/comment.gif diff --git a/modules/libpr0n/test/reftest/gif/comment.png b/image/test/reftest/gif/comment.png similarity index 100% rename from modules/libpr0n/test/reftest/gif/comment.png rename to image/test/reftest/gif/comment.png diff --git a/modules/libpr0n/test/reftest/gif/delaytest.html b/image/test/reftest/gif/delaytest.html similarity index 100% rename from modules/libpr0n/test/reftest/gif/delaytest.html rename to image/test/reftest/gif/delaytest.html diff --git a/modules/libpr0n/test/reftest/gif/in-colormap-trans.gif b/image/test/reftest/gif/in-colormap-trans.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/in-colormap-trans.gif rename to image/test/reftest/gif/in-colormap-trans.gif diff --git a/modules/libpr0n/test/reftest/gif/in-colormap-trans.png b/image/test/reftest/gif/in-colormap-trans.png similarity index 100% rename from modules/libpr0n/test/reftest/gif/in-colormap-trans.png rename to image/test/reftest/gif/in-colormap-trans.png diff --git a/modules/libpr0n/test/reftest/gif/out-of-colormap-trans.gif b/image/test/reftest/gif/out-of-colormap-trans.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/out-of-colormap-trans.gif rename to image/test/reftest/gif/out-of-colormap-trans.gif diff --git a/modules/libpr0n/test/reftest/gif/out-of-colormap-trans.png b/image/test/reftest/gif/out-of-colormap-trans.png similarity index 100% rename from modules/libpr0n/test/reftest/gif/out-of-colormap-trans.png rename to image/test/reftest/gif/out-of-colormap-trans.png diff --git a/modules/libpr0n/test/reftest/gif/red.gif b/image/test/reftest/gif/red.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/red.gif rename to image/test/reftest/gif/red.gif diff --git a/modules/libpr0n/test/reftest/gif/reftest.list b/image/test/reftest/gif/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/gif/reftest.list rename to image/test/reftest/gif/reftest.list diff --git a/modules/libpr0n/test/reftest/gif/small-background-size-2-ref.gif b/image/test/reftest/gif/small-background-size-2-ref.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/small-background-size-2-ref.gif rename to image/test/reftest/gif/small-background-size-2-ref.gif diff --git a/modules/libpr0n/test/reftest/gif/small-background-size-2.gif b/image/test/reftest/gif/small-background-size-2.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/small-background-size-2.gif rename to image/test/reftest/gif/small-background-size-2.gif diff --git a/modules/libpr0n/test/reftest/gif/small-background-size-ref.gif b/image/test/reftest/gif/small-background-size-ref.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/small-background-size-ref.gif rename to image/test/reftest/gif/small-background-size-ref.gif diff --git a/modules/libpr0n/test/reftest/gif/small-background-size.gif b/image/test/reftest/gif/small-background-size.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/small-background-size.gif rename to image/test/reftest/gif/small-background-size.gif diff --git a/modules/libpr0n/test/reftest/gif/test_bug641198.html b/image/test/reftest/gif/test_bug641198.html similarity index 100% rename from modules/libpr0n/test/reftest/gif/test_bug641198.html rename to image/test/reftest/gif/test_bug641198.html diff --git a/modules/libpr0n/test/reftest/gif/transparent-animation-finalframe.gif b/image/test/reftest/gif/transparent-animation-finalframe.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/transparent-animation-finalframe.gif rename to image/test/reftest/gif/transparent-animation-finalframe.gif diff --git a/modules/libpr0n/test/reftest/gif/transparent-animation.gif b/image/test/reftest/gif/transparent-animation.gif similarity index 100% rename from modules/libpr0n/test/reftest/gif/transparent-animation.gif rename to image/test/reftest/gif/transparent-animation.gif diff --git a/modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif b/image/test/reftest/gif/webcam-simulacrum.mgif similarity index 100% rename from modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif rename to image/test/reftest/gif/webcam-simulacrum.mgif diff --git a/modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif^headers^ b/image/test/reftest/gif/webcam-simulacrum.mgif^headers^ similarity index 100% rename from modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif^headers^ rename to image/test/reftest/gif/webcam-simulacrum.mgif^headers^ diff --git a/modules/libpr0n/test/reftest/gif/webcam.html b/image/test/reftest/gif/webcam.html similarity index 100% rename from modules/libpr0n/test/reftest/gif/webcam.html rename to image/test/reftest/gif/webcam.html diff --git a/modules/libpr0n/test/reftest/ico/cur/pointer.cur b/image/test/reftest/ico/cur/pointer.cur similarity index 100% rename from modules/libpr0n/test/reftest/ico/cur/pointer.cur rename to image/test/reftest/ico/cur/pointer.cur diff --git a/modules/libpr0n/test/reftest/ico/cur/pointer.png b/image/test/reftest/ico/cur/pointer.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/cur/pointer.png rename to image/test/reftest/ico/cur/pointer.png diff --git a/modules/libpr0n/test/reftest/ico/cur/reftest.list b/image/test/reftest/ico/cur/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/cur/reftest.list rename to image/test/reftest/ico/cur/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/cur/wrapper.html b/image/test/reftest/ico/cur/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/ico/cur/wrapper.html rename to image/test/reftest/ico/cur/wrapper.html diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico b/image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico rename to image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png b/image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png rename to image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/reftest.list b/image/test/reftest/ico/ico-bmp-1bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/reftest.list rename to image/test/reftest/ico/ico-bmp-1bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico b/image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico rename to image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png b/image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png rename to image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/reftest.list b/image/test/reftest/ico/ico-bmp-24bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/reftest.list rename to image/test/reftest/ico/ico-bmp-24bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico b/image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico rename to image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png b/image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png rename to image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/reftest.list b/image/test/reftest/ico/ico-bmp-32bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/reftest.list rename to image/test/reftest/ico/ico-bmp-32bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico b/image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico rename to image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png b/image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png rename to image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/reftest.list b/image/test/reftest/ico/ico-bmp-4bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/reftest.list rename to image/test/reftest/ico/ico-bmp-4bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico b/image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico rename to image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png b/image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png rename to image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/reftest.list b/image/test/reftest/ico/ico-bmp-8bpp/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/reftest.list rename to image/test/reftest/ico/ico-bmp-8bpp/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico b/image/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico rename to image/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico b/image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico rename to image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico b/image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico rename to image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico b/image/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico rename to image/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/reftest.list b/image/test/reftest/ico/ico-bmp-corrupted/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/reftest.list rename to image/test/reftest/ico/ico-bmp-corrupted/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/wrapper.html b/image/test/reftest/ico/ico-bmp-corrupted/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/wrapper.html rename to image/test/reftest/ico/ico-bmp-corrupted/wrapper.html diff --git a/modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.ico b/image/test/reftest/ico/ico-mixed/mixed-bmp-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.ico rename to image/test/reftest/ico/ico-mixed/mixed-bmp-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.png b/image/test/reftest/ico/ico-mixed/mixed-bmp-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.png rename to image/test/reftest/ico/ico-mixed/mixed-bmp-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-mixed/reftest.list b/image/test/reftest/ico/ico-mixed/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-mixed/reftest.list rename to image/test/reftest/ico/ico-mixed/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-png/corrupted_x00n0g01.ico b/image/test/reftest/ico/ico-png/corrupted_x00n0g01.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/corrupted_x00n0g01.ico rename to image/test/reftest/ico/ico-png/corrupted_x00n0g01.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico b/image/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico rename to image/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.ico b/image/test/reftest/ico/ico-png/ico-size-15x15-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.ico rename to image/test/reftest/ico/ico-png/ico-size-15x15-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.png b/image/test/reftest/ico/ico-png/ico-size-15x15-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.png rename to image/test/reftest/ico/ico-png/ico-size-15x15-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.ico b/image/test/reftest/ico/ico-png/ico-size-16x16-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.ico rename to image/test/reftest/ico/ico-png/ico-size-16x16-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.png b/image/test/reftest/ico/ico-png/ico-size-16x16-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.png rename to image/test/reftest/ico/ico-png/ico-size-16x16-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.ico b/image/test/reftest/ico/ico-png/ico-size-17x17-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.ico rename to image/test/reftest/ico/ico-png/ico-size-17x17-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.png b/image/test/reftest/ico/ico-png/ico-size-17x17-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.png rename to image/test/reftest/ico/ico-png/ico-size-17x17-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.ico b/image/test/reftest/ico/ico-png/ico-size-1x1-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.ico rename to image/test/reftest/ico/ico-png/ico-size-1x1-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.png b/image/test/reftest/ico/ico-png/ico-size-1x1-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.png rename to image/test/reftest/ico/ico-png/ico-size-1x1-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.ico b/image/test/reftest/ico/ico-png/ico-size-256x256-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.ico rename to image/test/reftest/ico/ico-png/ico-size-256x256-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.png b/image/test/reftest/ico/ico-png/ico-size-256x256-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.png rename to image/test/reftest/ico/ico-png/ico-size-256x256-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.ico b/image/test/reftest/ico/ico-png/ico-size-2x2-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.ico rename to image/test/reftest/ico/ico-png/ico-size-2x2-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.png b/image/test/reftest/ico/ico-png/ico-size-2x2-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.png rename to image/test/reftest/ico/ico-png/ico-size-2x2-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.ico b/image/test/reftest/ico/ico-png/ico-size-31x31-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.ico rename to image/test/reftest/ico/ico-png/ico-size-31x31-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.png b/image/test/reftest/ico/ico-png/ico-size-31x31-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.png rename to image/test/reftest/ico/ico-png/ico-size-31x31-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.ico b/image/test/reftest/ico/ico-png/ico-size-32x32-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.ico rename to image/test/reftest/ico/ico-png/ico-size-32x32-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.png b/image/test/reftest/ico/ico-png/ico-size-32x32-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.png rename to image/test/reftest/ico/ico-png/ico-size-32x32-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.ico b/image/test/reftest/ico/ico-png/ico-size-33x33-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.ico rename to image/test/reftest/ico/ico-png/ico-size-33x33-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.png b/image/test/reftest/ico/ico-png/ico-size-33x33-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.png rename to image/test/reftest/ico/ico-png/ico-size-33x33-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.ico b/image/test/reftest/ico/ico-png/ico-size-3x3-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.ico rename to image/test/reftest/ico/ico-png/ico-size-3x3-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.png b/image/test/reftest/ico/ico-png/ico-size-3x3-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.png rename to image/test/reftest/ico/ico-png/ico-size-3x3-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.ico b/image/test/reftest/ico/ico-png/ico-size-4x4-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.ico rename to image/test/reftest/ico/ico-png/ico-size-4x4-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.png b/image/test/reftest/ico/ico-png/ico-size-4x4-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.png rename to image/test/reftest/ico/ico-png/ico-size-4x4-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.ico b/image/test/reftest/ico/ico-png/ico-size-5x5-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.ico rename to image/test/reftest/ico/ico-png/ico-size-5x5-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.png b/image/test/reftest/ico/ico-png/ico-size-5x5-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.png rename to image/test/reftest/ico/ico-png/ico-size-5x5-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.ico b/image/test/reftest/ico/ico-png/ico-size-6x6-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.ico rename to image/test/reftest/ico/ico-png/ico-size-6x6-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.png b/image/test/reftest/ico/ico-png/ico-size-6x6-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.png rename to image/test/reftest/ico/ico-png/ico-size-6x6-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.ico b/image/test/reftest/ico/ico-png/ico-size-7x7-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.ico rename to image/test/reftest/ico/ico-png/ico-size-7x7-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.png b/image/test/reftest/ico/ico-png/ico-size-7x7-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.png rename to image/test/reftest/ico/ico-png/ico-size-7x7-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.ico b/image/test/reftest/ico/ico-png/ico-size-8x8-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.ico rename to image/test/reftest/ico/ico-png/ico-size-8x8-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.png b/image/test/reftest/ico/ico-png/ico-size-8x8-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.png rename to image/test/reftest/ico/ico-png/ico-size-8x8-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.ico b/image/test/reftest/ico/ico-png/ico-size-9x9-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.ico rename to image/test/reftest/ico/ico-png/ico-size-9x9-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.png b/image/test/reftest/ico/ico-png/ico-size-9x9-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.png rename to image/test/reftest/ico/ico-png/ico-size-9x9-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/reftest.list b/image/test/reftest/ico/ico-png/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/reftest.list rename to image/test/reftest/ico/ico-png/reftest.list diff --git a/modules/libpr0n/test/reftest/ico/ico-png/tmp.ico b/image/test/reftest/ico/ico-png/tmp.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/tmp.ico rename to image/test/reftest/ico/ico-png/tmp.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/transparent-png.ico b/image/test/reftest/ico/ico-png/transparent-png.ico similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/transparent-png.ico rename to image/test/reftest/ico/ico-png/transparent-png.ico diff --git a/modules/libpr0n/test/reftest/ico/ico-png/transparent-png.png b/image/test/reftest/ico/ico-png/transparent-png.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/transparent-png.png rename to image/test/reftest/ico/ico-png/transparent-png.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/wrapper.html b/image/test/reftest/ico/ico-png/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/wrapper.html rename to image/test/reftest/ico/ico-png/wrapper.html diff --git a/modules/libpr0n/test/reftest/ico/ico-png/x00n0g01.png b/image/test/reftest/ico/ico-png/x00n0g01.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/x00n0g01.png rename to image/test/reftest/ico/ico-png/x00n0g01.png diff --git a/modules/libpr0n/test/reftest/ico/ico-png/xcrn0g04.png b/image/test/reftest/ico/ico-png/xcrn0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/ico/ico-png/xcrn0g04.png rename to image/test/reftest/ico/ico-png/xcrn0g04.png diff --git a/modules/libpr0n/test/reftest/ico/reftest.list b/image/test/reftest/ico/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/ico/reftest.list rename to image/test/reftest/ico/reftest.list diff --git a/modules/libpr0n/test/reftest/icon/win/bug415761.ico b/image/test/reftest/icon/win/bug415761.ico similarity index 100% rename from modules/libpr0n/test/reftest/icon/win/bug415761.ico rename to image/test/reftest/icon/win/bug415761.ico diff --git a/modules/libpr0n/test/reftest/icon/win/bug415761.sjs b/image/test/reftest/icon/win/bug415761.sjs similarity index 100% rename from modules/libpr0n/test/reftest/icon/win/bug415761.sjs rename to image/test/reftest/icon/win/bug415761.sjs diff --git a/modules/libpr0n/test/reftest/icon/win/bug415761cleanup.sjs b/image/test/reftest/icon/win/bug415761cleanup.sjs similarity index 100% rename from modules/libpr0n/test/reftest/icon/win/bug415761cleanup.sjs rename to image/test/reftest/icon/win/bug415761cleanup.sjs diff --git a/modules/libpr0n/test/reftest/icon/win/reftest.list b/image/test/reftest/icon/win/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/icon/win/reftest.list rename to image/test/reftest/icon/win/reftest.list diff --git a/modules/libpr0n/test/reftest/img2html.html b/image/test/reftest/img2html.html similarity index 100% rename from modules/libpr0n/test/reftest/img2html.html rename to image/test/reftest/img2html.html diff --git a/modules/libpr0n/test/reftest/jpeg/blue.jpg b/image/test/reftest/jpeg/blue.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/blue.jpg rename to image/test/reftest/jpeg/blue.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.jpg b/image/test/reftest/jpeg/jpg-cmyk-1.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.jpg rename to image/test/reftest/jpeg/jpg-cmyk-1.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.png b/image/test/reftest/jpeg/jpg-cmyk-1.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.png rename to image/test/reftest/jpeg/jpg-cmyk-1.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.jpg b/image/test/reftest/jpeg/jpg-cmyk-2.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.jpg rename to image/test/reftest/jpeg/jpg-cmyk-2.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.png b/image/test/reftest/jpeg/jpg-cmyk-2.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.png rename to image/test/reftest/jpeg/jpg-cmyk-2.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-gray.jpg b/image/test/reftest/jpeg/jpg-gray.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-gray.jpg rename to image/test/reftest/jpeg/jpg-gray.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-gray.png b/image/test/reftest/jpeg/jpg-gray.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-gray.png rename to image/test/reftest/jpeg/jpg-gray.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-progressive.jpg b/image/test/reftest/jpeg/jpg-progressive.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-progressive.jpg rename to image/test/reftest/jpeg/jpg-progressive.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-progressive.png b/image/test/reftest/jpeg/jpg-progressive.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-progressive.png rename to image/test/reftest/jpeg/jpg-progressive.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.jpg b/image/test/reftest/jpeg/jpg-size-15x15.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.jpg rename to image/test/reftest/jpeg/jpg-size-15x15.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.png b/image/test/reftest/jpeg/jpg-size-15x15.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.png rename to image/test/reftest/jpeg/jpg-size-15x15.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.jpg b/image/test/reftest/jpeg/jpg-size-16x16.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.jpg rename to image/test/reftest/jpeg/jpg-size-16x16.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.png b/image/test/reftest/jpeg/jpg-size-16x16.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.png rename to image/test/reftest/jpeg/jpg-size-16x16.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.jpg b/image/test/reftest/jpeg/jpg-size-17x17.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.jpg rename to image/test/reftest/jpeg/jpg-size-17x17.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.png b/image/test/reftest/jpeg/jpg-size-17x17.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.png rename to image/test/reftest/jpeg/jpg-size-17x17.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.jpg b/image/test/reftest/jpeg/jpg-size-1x1.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.jpg rename to image/test/reftest/jpeg/jpg-size-1x1.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.png b/image/test/reftest/jpeg/jpg-size-1x1.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.png rename to image/test/reftest/jpeg/jpg-size-1x1.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.jpg b/image/test/reftest/jpeg/jpg-size-2x2.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.jpg rename to image/test/reftest/jpeg/jpg-size-2x2.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.png b/image/test/reftest/jpeg/jpg-size-2x2.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.png rename to image/test/reftest/jpeg/jpg-size-2x2.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.jpg b/image/test/reftest/jpeg/jpg-size-31x31.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.jpg rename to image/test/reftest/jpeg/jpg-size-31x31.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.png b/image/test/reftest/jpeg/jpg-size-31x31.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.png rename to image/test/reftest/jpeg/jpg-size-31x31.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.jpg b/image/test/reftest/jpeg/jpg-size-32x32.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.jpg rename to image/test/reftest/jpeg/jpg-size-32x32.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.png b/image/test/reftest/jpeg/jpg-size-32x32.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.png rename to image/test/reftest/jpeg/jpg-size-32x32.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.jpg b/image/test/reftest/jpeg/jpg-size-33x33.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.jpg rename to image/test/reftest/jpeg/jpg-size-33x33.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.png b/image/test/reftest/jpeg/jpg-size-33x33.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.png rename to image/test/reftest/jpeg/jpg-size-33x33.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.jpg b/image/test/reftest/jpeg/jpg-size-3x3.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.jpg rename to image/test/reftest/jpeg/jpg-size-3x3.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.png b/image/test/reftest/jpeg/jpg-size-3x3.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.png rename to image/test/reftest/jpeg/jpg-size-3x3.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.jpg b/image/test/reftest/jpeg/jpg-size-4x4.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.jpg rename to image/test/reftest/jpeg/jpg-size-4x4.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.png b/image/test/reftest/jpeg/jpg-size-4x4.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.png rename to image/test/reftest/jpeg/jpg-size-4x4.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.jpg b/image/test/reftest/jpeg/jpg-size-5x5.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.jpg rename to image/test/reftest/jpeg/jpg-size-5x5.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.png b/image/test/reftest/jpeg/jpg-size-5x5.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.png rename to image/test/reftest/jpeg/jpg-size-5x5.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.jpg b/image/test/reftest/jpeg/jpg-size-6x6.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.jpg rename to image/test/reftest/jpeg/jpg-size-6x6.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.png b/image/test/reftest/jpeg/jpg-size-6x6.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.png rename to image/test/reftest/jpeg/jpg-size-6x6.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.jpg b/image/test/reftest/jpeg/jpg-size-7x7.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.jpg rename to image/test/reftest/jpeg/jpg-size-7x7.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.png b/image/test/reftest/jpeg/jpg-size-7x7.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.png rename to image/test/reftest/jpeg/jpg-size-7x7.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.jpg b/image/test/reftest/jpeg/jpg-size-8x8.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.jpg rename to image/test/reftest/jpeg/jpg-size-8x8.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.png b/image/test/reftest/jpeg/jpg-size-8x8.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.png rename to image/test/reftest/jpeg/jpg-size-8x8.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.jpg b/image/test/reftest/jpeg/jpg-size-9x9.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.jpg rename to image/test/reftest/jpeg/jpg-size-9x9.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.png b/image/test/reftest/jpeg/jpg-size-9x9.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.png rename to image/test/reftest/jpeg/jpg-size-9x9.png diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.jpg b/image/test/reftest/jpeg/jpg-srgb-icc.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.jpg rename to image/test/reftest/jpeg/jpg-srgb-icc.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.png b/image/test/reftest/jpeg/jpg-srgb-icc.png similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.png rename to image/test/reftest/jpeg/jpg-srgb-icc.png diff --git a/modules/libpr0n/test/reftest/jpeg/red.jpg b/image/test/reftest/jpeg/red.jpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/red.jpg rename to image/test/reftest/jpeg/red.jpg diff --git a/modules/libpr0n/test/reftest/jpeg/reftest.list b/image/test/reftest/jpeg/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/reftest.list rename to image/test/reftest/jpeg/reftest.list diff --git a/modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg b/image/test/reftest/jpeg/webcam-simulacrum.mjpg similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg rename to image/test/reftest/jpeg/webcam-simulacrum.mjpg diff --git a/modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ b/image/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ similarity index 100% rename from modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ rename to image/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.html b/image/test/reftest/pngsuite-ancillary/ccwn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.html rename to image/test/reftest/pngsuite-ancillary/ccwn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.png b/image/test/reftest/pngsuite-ancillary/ccwn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.png rename to image/test/reftest/pngsuite-ancillary/ccwn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.html b/image/test/reftest/pngsuite-ancillary/ccwn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.html rename to image/test/reftest/pngsuite-ancillary/ccwn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.png b/image/test/reftest/pngsuite-ancillary/ccwn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.png rename to image/test/reftest/pngsuite-ancillary/ccwn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.html b/image/test/reftest/pngsuite-ancillary/cdfn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.html rename to image/test/reftest/pngsuite-ancillary/cdfn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.png b/image/test/reftest/pngsuite-ancillary/cdfn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.png rename to image/test/reftest/pngsuite-ancillary/cdfn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.html b/image/test/reftest/pngsuite-ancillary/cdhn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.html rename to image/test/reftest/pngsuite-ancillary/cdhn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.png b/image/test/reftest/pngsuite-ancillary/cdhn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.png rename to image/test/reftest/pngsuite-ancillary/cdhn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.html b/image/test/reftest/pngsuite-ancillary/cdsn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.html rename to image/test/reftest/pngsuite-ancillary/cdsn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.png b/image/test/reftest/pngsuite-ancillary/cdsn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.png rename to image/test/reftest/pngsuite-ancillary/cdsn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.html b/image/test/reftest/pngsuite-ancillary/cdun2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.html rename to image/test/reftest/pngsuite-ancillary/cdun2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.png b/image/test/reftest/pngsuite-ancillary/cdun2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.png rename to image/test/reftest/pngsuite-ancillary/cdun2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.html b/image/test/reftest/pngsuite-ancillary/ch1n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.html rename to image/test/reftest/pngsuite-ancillary/ch1n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.png b/image/test/reftest/pngsuite-ancillary/ch1n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.png rename to image/test/reftest/pngsuite-ancillary/ch1n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.html b/image/test/reftest/pngsuite-ancillary/ch2n3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.html rename to image/test/reftest/pngsuite-ancillary/ch2n3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.png b/image/test/reftest/pngsuite-ancillary/ch2n3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.png rename to image/test/reftest/pngsuite-ancillary/ch2n3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.html b/image/test/reftest/pngsuite-ancillary/cm0n0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.html rename to image/test/reftest/pngsuite-ancillary/cm0n0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.png b/image/test/reftest/pngsuite-ancillary/cm0n0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.png rename to image/test/reftest/pngsuite-ancillary/cm0n0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.html b/image/test/reftest/pngsuite-ancillary/cm7n0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.html rename to image/test/reftest/pngsuite-ancillary/cm7n0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.png b/image/test/reftest/pngsuite-ancillary/cm7n0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.png rename to image/test/reftest/pngsuite-ancillary/cm7n0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.html b/image/test/reftest/pngsuite-ancillary/cm9n0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.html rename to image/test/reftest/pngsuite-ancillary/cm9n0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.png b/image/test/reftest/pngsuite-ancillary/cm9n0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.png rename to image/test/reftest/pngsuite-ancillary/cm9n0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.html b/image/test/reftest/pngsuite-ancillary/cs3n2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.html rename to image/test/reftest/pngsuite-ancillary/cs3n2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.png b/image/test/reftest/pngsuite-ancillary/cs3n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.png rename to image/test/reftest/pngsuite-ancillary/cs3n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.html b/image/test/reftest/pngsuite-ancillary/cs3n3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.html rename to image/test/reftest/pngsuite-ancillary/cs3n3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.png b/image/test/reftest/pngsuite-ancillary/cs3n3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.png rename to image/test/reftest/pngsuite-ancillary/cs3n3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.html b/image/test/reftest/pngsuite-ancillary/cs5n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.html rename to image/test/reftest/pngsuite-ancillary/cs5n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.png b/image/test/reftest/pngsuite-ancillary/cs5n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.png rename to image/test/reftest/pngsuite-ancillary/cs5n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.html b/image/test/reftest/pngsuite-ancillary/cs5n3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.html rename to image/test/reftest/pngsuite-ancillary/cs5n3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.png b/image/test/reftest/pngsuite-ancillary/cs5n3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.png rename to image/test/reftest/pngsuite-ancillary/cs5n3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.html b/image/test/reftest/pngsuite-ancillary/cs8n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.html rename to image/test/reftest/pngsuite-ancillary/cs8n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.png b/image/test/reftest/pngsuite-ancillary/cs8n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.png rename to image/test/reftest/pngsuite-ancillary/cs8n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.html b/image/test/reftest/pngsuite-ancillary/cs8n3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.html rename to image/test/reftest/pngsuite-ancillary/cs8n3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.png b/image/test/reftest/pngsuite-ancillary/cs8n3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.png rename to image/test/reftest/pngsuite-ancillary/cs8n3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.html b/image/test/reftest/pngsuite-ancillary/ct0n0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.html rename to image/test/reftest/pngsuite-ancillary/ct0n0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.png b/image/test/reftest/pngsuite-ancillary/ct0n0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.png rename to image/test/reftest/pngsuite-ancillary/ct0n0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.html b/image/test/reftest/pngsuite-ancillary/ct1n0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.html rename to image/test/reftest/pngsuite-ancillary/ct1n0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.png b/image/test/reftest/pngsuite-ancillary/ct1n0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.png rename to image/test/reftest/pngsuite-ancillary/ct1n0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.html b/image/test/reftest/pngsuite-ancillary/ctzn0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.html rename to image/test/reftest/pngsuite-ancillary/ctzn0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.png b/image/test/reftest/pngsuite-ancillary/ctzn0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.png rename to image/test/reftest/pngsuite-ancillary/ctzn0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/qcms-asm-check.js b/image/test/reftest/pngsuite-ancillary/qcms-asm-check.js similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/qcms-asm-check.js rename to image/test/reftest/pngsuite-ancillary/qcms-asm-check.js diff --git a/modules/libpr0n/test/reftest/pngsuite-ancillary/reftest.list b/image/test/reftest/pngsuite-ancillary/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-ancillary/reftest.list rename to image/test/reftest/pngsuite-ancillary/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bg__4a08.html b/image/test/reftest/pngsuite-background/bg__4a08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bg__4a08.html rename to image/test/reftest/pngsuite-background/bg__4a08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bg__4a16.html b/image/test/reftest/pngsuite-background/bg__4a16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bg__4a16.html rename to image/test/reftest/pngsuite-background/bg__4a16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bg__6a08.html b/image/test/reftest/pngsuite-background/bg__6a08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bg__6a08.html rename to image/test/reftest/pngsuite-background/bg__6a08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bg__6a16.html b/image/test/reftest/pngsuite-background/bg__6a16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bg__6a16.html rename to image/test/reftest/pngsuite-background/bg__6a16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgai4a08.png b/image/test/reftest/pngsuite-background/bgai4a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgai4a08.png rename to image/test/reftest/pngsuite-background/bgai4a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgai4a16.png b/image/test/reftest/pngsuite-background/bgai4a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgai4a16.png rename to image/test/reftest/pngsuite-background/bgai4a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgan6a08.png b/image/test/reftest/pngsuite-background/bgan6a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgan6a08.png rename to image/test/reftest/pngsuite-background/bgan6a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgan6a16.png b/image/test/reftest/pngsuite-background/bgan6a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgan6a16.png rename to image/test/reftest/pngsuite-background/bgan6a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgbn4a08.png b/image/test/reftest/pngsuite-background/bgbn4a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgbn4a08.png rename to image/test/reftest/pngsuite-background/bgbn4a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bggn4a16.png b/image/test/reftest/pngsuite-background/bggn4a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bggn4a16.png rename to image/test/reftest/pngsuite-background/bggn4a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgwn6a08.png b/image/test/reftest/pngsuite-background/bgwn6a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgwn6a08.png rename to image/test/reftest/pngsuite-background/bgwn6a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/bgyn6a16.png b/image/test/reftest/pngsuite-background/bgyn6a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/bgyn6a16.png rename to image/test/reftest/pngsuite-background/bgyn6a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-background/reftest.list b/image/test/reftest/pngsuite-background/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/reftest.list rename to image/test/reftest/pngsuite-background/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-background/wrapper.html b/image/test/reftest/pngsuite-background/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-background/wrapper.html rename to image/test/reftest/pngsuite-background/wrapper.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.html b/image/test/reftest/pngsuite-basic-i/basi0g01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.html rename to image/test/reftest/pngsuite-basic-i/basi0g01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.png b/image/test/reftest/pngsuite-basic-i/basi0g01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.png rename to image/test/reftest/pngsuite-basic-i/basi0g01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.html b/image/test/reftest/pngsuite-basic-i/basi0g02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.html rename to image/test/reftest/pngsuite-basic-i/basi0g02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.png b/image/test/reftest/pngsuite-basic-i/basi0g02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.png rename to image/test/reftest/pngsuite-basic-i/basi0g02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.html b/image/test/reftest/pngsuite-basic-i/basi0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.html rename to image/test/reftest/pngsuite-basic-i/basi0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.png b/image/test/reftest/pngsuite-basic-i/basi0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.png rename to image/test/reftest/pngsuite-basic-i/basi0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.html b/image/test/reftest/pngsuite-basic-i/basi0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.html rename to image/test/reftest/pngsuite-basic-i/basi0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.png b/image/test/reftest/pngsuite-basic-i/basi0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.png rename to image/test/reftest/pngsuite-basic-i/basi0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.html b/image/test/reftest/pngsuite-basic-i/basi0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.html rename to image/test/reftest/pngsuite-basic-i/basi0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.png b/image/test/reftest/pngsuite-basic-i/basi0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.png rename to image/test/reftest/pngsuite-basic-i/basi0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.html b/image/test/reftest/pngsuite-basic-i/basi2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.html rename to image/test/reftest/pngsuite-basic-i/basi2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.png b/image/test/reftest/pngsuite-basic-i/basi2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.png rename to image/test/reftest/pngsuite-basic-i/basi2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.html b/image/test/reftest/pngsuite-basic-i/basi2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.html rename to image/test/reftest/pngsuite-basic-i/basi2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.png b/image/test/reftest/pngsuite-basic-i/basi2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.png rename to image/test/reftest/pngsuite-basic-i/basi2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.html b/image/test/reftest/pngsuite-basic-i/basi3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.html rename to image/test/reftest/pngsuite-basic-i/basi3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.png b/image/test/reftest/pngsuite-basic-i/basi3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.png rename to image/test/reftest/pngsuite-basic-i/basi3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.html b/image/test/reftest/pngsuite-basic-i/basi3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.html rename to image/test/reftest/pngsuite-basic-i/basi3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.png b/image/test/reftest/pngsuite-basic-i/basi3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.png rename to image/test/reftest/pngsuite-basic-i/basi3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.html b/image/test/reftest/pngsuite-basic-i/basi3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.html rename to image/test/reftest/pngsuite-basic-i/basi3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.png b/image/test/reftest/pngsuite-basic-i/basi3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.png rename to image/test/reftest/pngsuite-basic-i/basi3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.html b/image/test/reftest/pngsuite-basic-i/basi3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.html rename to image/test/reftest/pngsuite-basic-i/basi3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.png b/image/test/reftest/pngsuite-basic-i/basi3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.png rename to image/test/reftest/pngsuite-basic-i/basi3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a08.png b/image/test/reftest/pngsuite-basic-i/basi4a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a08.png rename to image/test/reftest/pngsuite-basic-i/basi4a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a16.png b/image/test/reftest/pngsuite-basic-i/basi4a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a16.png rename to image/test/reftest/pngsuite-basic-i/basi4a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a08.png b/image/test/reftest/pngsuite-basic-i/basi6a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a08.png rename to image/test/reftest/pngsuite-basic-i/basi6a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a16.png b/image/test/reftest/pngsuite-basic-i/basi6a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a16.png rename to image/test/reftest/pngsuite-basic-i/basi6a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-i/reftest.list b/image/test/reftest/pngsuite-basic-i/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-i/reftest.list rename to image/test/reftest/pngsuite-basic-i/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.html b/image/test/reftest/pngsuite-basic-n/basn0g01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.html rename to image/test/reftest/pngsuite-basic-n/basn0g01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.png b/image/test/reftest/pngsuite-basic-n/basn0g01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.png rename to image/test/reftest/pngsuite-basic-n/basn0g01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.html b/image/test/reftest/pngsuite-basic-n/basn0g02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.html rename to image/test/reftest/pngsuite-basic-n/basn0g02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.png b/image/test/reftest/pngsuite-basic-n/basn0g02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.png rename to image/test/reftest/pngsuite-basic-n/basn0g02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.html b/image/test/reftest/pngsuite-basic-n/basn0g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.html rename to image/test/reftest/pngsuite-basic-n/basn0g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.png b/image/test/reftest/pngsuite-basic-n/basn0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.png rename to image/test/reftest/pngsuite-basic-n/basn0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.html b/image/test/reftest/pngsuite-basic-n/basn0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.html rename to image/test/reftest/pngsuite-basic-n/basn0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.png b/image/test/reftest/pngsuite-basic-n/basn0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.png rename to image/test/reftest/pngsuite-basic-n/basn0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.html b/image/test/reftest/pngsuite-basic-n/basn0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.html rename to image/test/reftest/pngsuite-basic-n/basn0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.png b/image/test/reftest/pngsuite-basic-n/basn0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.png rename to image/test/reftest/pngsuite-basic-n/basn0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.html b/image/test/reftest/pngsuite-basic-n/basn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.html rename to image/test/reftest/pngsuite-basic-n/basn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.png b/image/test/reftest/pngsuite-basic-n/basn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.png rename to image/test/reftest/pngsuite-basic-n/basn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.html b/image/test/reftest/pngsuite-basic-n/basn2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.html rename to image/test/reftest/pngsuite-basic-n/basn2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.png b/image/test/reftest/pngsuite-basic-n/basn2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.png rename to image/test/reftest/pngsuite-basic-n/basn2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.html b/image/test/reftest/pngsuite-basic-n/basn3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.html rename to image/test/reftest/pngsuite-basic-n/basn3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.png b/image/test/reftest/pngsuite-basic-n/basn3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.png rename to image/test/reftest/pngsuite-basic-n/basn3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.html b/image/test/reftest/pngsuite-basic-n/basn3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.html rename to image/test/reftest/pngsuite-basic-n/basn3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.png b/image/test/reftest/pngsuite-basic-n/basn3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.png rename to image/test/reftest/pngsuite-basic-n/basn3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.html b/image/test/reftest/pngsuite-basic-n/basn3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.html rename to image/test/reftest/pngsuite-basic-n/basn3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.png b/image/test/reftest/pngsuite-basic-n/basn3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.png rename to image/test/reftest/pngsuite-basic-n/basn3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.html b/image/test/reftest/pngsuite-basic-n/basn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.html rename to image/test/reftest/pngsuite-basic-n/basn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.png b/image/test/reftest/pngsuite-basic-n/basn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.png rename to image/test/reftest/pngsuite-basic-n/basn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a08.png b/image/test/reftest/pngsuite-basic-n/basn4a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a08.png rename to image/test/reftest/pngsuite-basic-n/basn4a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a16.png b/image/test/reftest/pngsuite-basic-n/basn4a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a16.png rename to image/test/reftest/pngsuite-basic-n/basn4a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a08.png b/image/test/reftest/pngsuite-basic-n/basn6a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a08.png rename to image/test/reftest/pngsuite-basic-n/basn6a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a16.png b/image/test/reftest/pngsuite-basic-n/basn6a16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a16.png rename to image/test/reftest/pngsuite-basic-n/basn6a16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-basic-n/reftest.list b/image/test/reftest/pngsuite-basic-n/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-basic-n/reftest.list rename to image/test/reftest/pngsuite-basic-n/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/color.html b/image/test/reftest/pngsuite-chunkorder/color.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/color.html rename to image/test/reftest/pngsuite-chunkorder/color.html diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/grayscale.html b/image/test/reftest/pngsuite-chunkorder/grayscale.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/grayscale.html rename to image/test/reftest/pngsuite-chunkorder/grayscale.html diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n0g16.png b/image/test/reftest/pngsuite-chunkorder/oi1n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n0g16.png rename to image/test/reftest/pngsuite-chunkorder/oi1n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n2c16.png b/image/test/reftest/pngsuite-chunkorder/oi1n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n2c16.png rename to image/test/reftest/pngsuite-chunkorder/oi1n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n0g16.png b/image/test/reftest/pngsuite-chunkorder/oi2n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n0g16.png rename to image/test/reftest/pngsuite-chunkorder/oi2n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n2c16.png b/image/test/reftest/pngsuite-chunkorder/oi2n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n2c16.png rename to image/test/reftest/pngsuite-chunkorder/oi2n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n0g16.png b/image/test/reftest/pngsuite-chunkorder/oi4n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n0g16.png rename to image/test/reftest/pngsuite-chunkorder/oi4n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n2c16.png b/image/test/reftest/pngsuite-chunkorder/oi4n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n2c16.png rename to image/test/reftest/pngsuite-chunkorder/oi4n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n0g16.png b/image/test/reftest/pngsuite-chunkorder/oi9n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n0g16.png rename to image/test/reftest/pngsuite-chunkorder/oi9n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n2c16.png b/image/test/reftest/pngsuite-chunkorder/oi9n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n2c16.png rename to image/test/reftest/pngsuite-chunkorder/oi9n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-chunkorder/reftest.list b/image/test/reftest/pngsuite-chunkorder/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-chunkorder/reftest.list rename to image/test/reftest/pngsuite-chunkorder/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-corrupted/reftest.list b/image/test/reftest/pngsuite-corrupted/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-corrupted/reftest.list rename to image/test/reftest/pngsuite-corrupted/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-corrupted/wrapper.html b/image/test/reftest/pngsuite-corrupted/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-corrupted/wrapper.html rename to image/test/reftest/pngsuite-corrupted/wrapper.html diff --git a/modules/libpr0n/test/reftest/pngsuite-corrupted/x00n0g01.png b/image/test/reftest/pngsuite-corrupted/x00n0g01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-corrupted/x00n0g01.png rename to image/test/reftest/pngsuite-corrupted/x00n0g01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-corrupted/xcrn0g04.png b/image/test/reftest/pngsuite-corrupted/xcrn0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-corrupted/xcrn0g04.png rename to image/test/reftest/pngsuite-corrupted/xcrn0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-corrupted/xlfn0g04.png b/image/test/reftest/pngsuite-corrupted/xlfn0g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-corrupted/xlfn0g04.png rename to image/test/reftest/pngsuite-corrupted/xlfn0g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.html b/image/test/reftest/pngsuite-filtering/f00n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.html rename to image/test/reftest/pngsuite-filtering/f00n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.png b/image/test/reftest/pngsuite-filtering/f00n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.png rename to image/test/reftest/pngsuite-filtering/f00n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.html b/image/test/reftest/pngsuite-filtering/f00n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.html rename to image/test/reftest/pngsuite-filtering/f00n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.png b/image/test/reftest/pngsuite-filtering/f00n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.png rename to image/test/reftest/pngsuite-filtering/f00n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.html b/image/test/reftest/pngsuite-filtering/f01n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.html rename to image/test/reftest/pngsuite-filtering/f01n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.png b/image/test/reftest/pngsuite-filtering/f01n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.png rename to image/test/reftest/pngsuite-filtering/f01n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.html b/image/test/reftest/pngsuite-filtering/f01n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.html rename to image/test/reftest/pngsuite-filtering/f01n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.png b/image/test/reftest/pngsuite-filtering/f01n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.png rename to image/test/reftest/pngsuite-filtering/f01n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.html b/image/test/reftest/pngsuite-filtering/f02n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.html rename to image/test/reftest/pngsuite-filtering/f02n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.png b/image/test/reftest/pngsuite-filtering/f02n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.png rename to image/test/reftest/pngsuite-filtering/f02n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.html b/image/test/reftest/pngsuite-filtering/f02n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.html rename to image/test/reftest/pngsuite-filtering/f02n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.png b/image/test/reftest/pngsuite-filtering/f02n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.png rename to image/test/reftest/pngsuite-filtering/f02n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.html b/image/test/reftest/pngsuite-filtering/f03n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.html rename to image/test/reftest/pngsuite-filtering/f03n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.png b/image/test/reftest/pngsuite-filtering/f03n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.png rename to image/test/reftest/pngsuite-filtering/f03n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.html b/image/test/reftest/pngsuite-filtering/f03n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.html rename to image/test/reftest/pngsuite-filtering/f03n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.png b/image/test/reftest/pngsuite-filtering/f03n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.png rename to image/test/reftest/pngsuite-filtering/f03n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.html b/image/test/reftest/pngsuite-filtering/f04n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.html rename to image/test/reftest/pngsuite-filtering/f04n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.png b/image/test/reftest/pngsuite-filtering/f04n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.png rename to image/test/reftest/pngsuite-filtering/f04n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.html b/image/test/reftest/pngsuite-filtering/f04n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.html rename to image/test/reftest/pngsuite-filtering/f04n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.png b/image/test/reftest/pngsuite-filtering/f04n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.png rename to image/test/reftest/pngsuite-filtering/f04n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-filtering/reftest.list b/image/test/reftest/pngsuite-filtering/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-filtering/reftest.list rename to image/test/reftest/pngsuite-filtering/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.html b/image/test/reftest/pngsuite-gamma/g03n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.html rename to image/test/reftest/pngsuite-gamma/g03n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.png b/image/test/reftest/pngsuite-gamma/g03n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.png rename to image/test/reftest/pngsuite-gamma/g03n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.html b/image/test/reftest/pngsuite-gamma/g03n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.html rename to image/test/reftest/pngsuite-gamma/g03n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.png b/image/test/reftest/pngsuite-gamma/g03n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.png rename to image/test/reftest/pngsuite-gamma/g03n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.html b/image/test/reftest/pngsuite-gamma/g03n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.html rename to image/test/reftest/pngsuite-gamma/g03n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.png b/image/test/reftest/pngsuite-gamma/g03n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.png rename to image/test/reftest/pngsuite-gamma/g03n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.html b/image/test/reftest/pngsuite-gamma/g04n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.html rename to image/test/reftest/pngsuite-gamma/g04n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.png b/image/test/reftest/pngsuite-gamma/g04n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.png rename to image/test/reftest/pngsuite-gamma/g04n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.html b/image/test/reftest/pngsuite-gamma/g04n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.html rename to image/test/reftest/pngsuite-gamma/g04n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.png b/image/test/reftest/pngsuite-gamma/g04n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.png rename to image/test/reftest/pngsuite-gamma/g04n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.html b/image/test/reftest/pngsuite-gamma/g04n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.html rename to image/test/reftest/pngsuite-gamma/g04n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.png b/image/test/reftest/pngsuite-gamma/g04n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.png rename to image/test/reftest/pngsuite-gamma/g04n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.html b/image/test/reftest/pngsuite-gamma/g05n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.html rename to image/test/reftest/pngsuite-gamma/g05n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.png b/image/test/reftest/pngsuite-gamma/g05n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.png rename to image/test/reftest/pngsuite-gamma/g05n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.html b/image/test/reftest/pngsuite-gamma/g05n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.html rename to image/test/reftest/pngsuite-gamma/g05n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.png b/image/test/reftest/pngsuite-gamma/g05n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.png rename to image/test/reftest/pngsuite-gamma/g05n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.html b/image/test/reftest/pngsuite-gamma/g05n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.html rename to image/test/reftest/pngsuite-gamma/g05n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.png b/image/test/reftest/pngsuite-gamma/g05n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.png rename to image/test/reftest/pngsuite-gamma/g05n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.html b/image/test/reftest/pngsuite-gamma/g07n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.html rename to image/test/reftest/pngsuite-gamma/g07n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.png b/image/test/reftest/pngsuite-gamma/g07n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.png rename to image/test/reftest/pngsuite-gamma/g07n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.html b/image/test/reftest/pngsuite-gamma/g07n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.html rename to image/test/reftest/pngsuite-gamma/g07n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.png b/image/test/reftest/pngsuite-gamma/g07n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.png rename to image/test/reftest/pngsuite-gamma/g07n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.html b/image/test/reftest/pngsuite-gamma/g07n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.html rename to image/test/reftest/pngsuite-gamma/g07n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.png b/image/test/reftest/pngsuite-gamma/g07n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.png rename to image/test/reftest/pngsuite-gamma/g07n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.html b/image/test/reftest/pngsuite-gamma/g10n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.html rename to image/test/reftest/pngsuite-gamma/g10n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.png b/image/test/reftest/pngsuite-gamma/g10n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.png rename to image/test/reftest/pngsuite-gamma/g10n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.html b/image/test/reftest/pngsuite-gamma/g10n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.html rename to image/test/reftest/pngsuite-gamma/g10n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.png b/image/test/reftest/pngsuite-gamma/g10n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.png rename to image/test/reftest/pngsuite-gamma/g10n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.html b/image/test/reftest/pngsuite-gamma/g10n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.html rename to image/test/reftest/pngsuite-gamma/g10n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.png b/image/test/reftest/pngsuite-gamma/g10n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.png rename to image/test/reftest/pngsuite-gamma/g10n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.html b/image/test/reftest/pngsuite-gamma/g25n0g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.html rename to image/test/reftest/pngsuite-gamma/g25n0g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.png b/image/test/reftest/pngsuite-gamma/g25n0g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.png rename to image/test/reftest/pngsuite-gamma/g25n0g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.html b/image/test/reftest/pngsuite-gamma/g25n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.html rename to image/test/reftest/pngsuite-gamma/g25n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.png b/image/test/reftest/pngsuite-gamma/g25n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.png rename to image/test/reftest/pngsuite-gamma/g25n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.html b/image/test/reftest/pngsuite-gamma/g25n3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.html rename to image/test/reftest/pngsuite-gamma/g25n3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.png b/image/test/reftest/pngsuite-gamma/g25n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.png rename to image/test/reftest/pngsuite-gamma/g25n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-gamma/reftest.list b/image/test/reftest/pngsuite-gamma/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-gamma/reftest.list rename to image/test/reftest/pngsuite-gamma/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/reftest.list b/image/test/reftest/pngsuite-oddsizes/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/reftest.list rename to image/test/reftest/pngsuite-oddsizes/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s01_3p01.html b/image/test/reftest/pngsuite-oddsizes/s01_3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s01_3p01.html rename to image/test/reftest/pngsuite-oddsizes/s01_3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s01i3p01.png b/image/test/reftest/pngsuite-oddsizes/s01i3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s01i3p01.png rename to image/test/reftest/pngsuite-oddsizes/s01i3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s01n3p01.png b/image/test/reftest/pngsuite-oddsizes/s01n3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s01n3p01.png rename to image/test/reftest/pngsuite-oddsizes/s01n3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s02_3p01.html b/image/test/reftest/pngsuite-oddsizes/s02_3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s02_3p01.html rename to image/test/reftest/pngsuite-oddsizes/s02_3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s02i3p01.png b/image/test/reftest/pngsuite-oddsizes/s02i3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s02i3p01.png rename to image/test/reftest/pngsuite-oddsizes/s02i3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s02n3p01.png b/image/test/reftest/pngsuite-oddsizes/s02n3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s02n3p01.png rename to image/test/reftest/pngsuite-oddsizes/s02n3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s03_3p01.html b/image/test/reftest/pngsuite-oddsizes/s03_3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s03_3p01.html rename to image/test/reftest/pngsuite-oddsizes/s03_3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s03i3p01.png b/image/test/reftest/pngsuite-oddsizes/s03i3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s03i3p01.png rename to image/test/reftest/pngsuite-oddsizes/s03i3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s03n3p01.png b/image/test/reftest/pngsuite-oddsizes/s03n3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s03n3p01.png rename to image/test/reftest/pngsuite-oddsizes/s03n3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s04_3p01.html b/image/test/reftest/pngsuite-oddsizes/s04_3p01.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s04_3p01.html rename to image/test/reftest/pngsuite-oddsizes/s04_3p01.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s04i3p01.png b/image/test/reftest/pngsuite-oddsizes/s04i3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s04i3p01.png rename to image/test/reftest/pngsuite-oddsizes/s04i3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s04n3p01.png b/image/test/reftest/pngsuite-oddsizes/s04n3p01.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s04n3p01.png rename to image/test/reftest/pngsuite-oddsizes/s04n3p01.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s05_3p02.html b/image/test/reftest/pngsuite-oddsizes/s05_3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s05_3p02.html rename to image/test/reftest/pngsuite-oddsizes/s05_3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s05i3p02.png b/image/test/reftest/pngsuite-oddsizes/s05i3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s05i3p02.png rename to image/test/reftest/pngsuite-oddsizes/s05i3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s05n3p02.png b/image/test/reftest/pngsuite-oddsizes/s05n3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s05n3p02.png rename to image/test/reftest/pngsuite-oddsizes/s05n3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s06_3p02.html b/image/test/reftest/pngsuite-oddsizes/s06_3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s06_3p02.html rename to image/test/reftest/pngsuite-oddsizes/s06_3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s06i3p02.png b/image/test/reftest/pngsuite-oddsizes/s06i3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s06i3p02.png rename to image/test/reftest/pngsuite-oddsizes/s06i3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s06n3p02.png b/image/test/reftest/pngsuite-oddsizes/s06n3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s06n3p02.png rename to image/test/reftest/pngsuite-oddsizes/s06n3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s07_3p02.html b/image/test/reftest/pngsuite-oddsizes/s07_3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s07_3p02.html rename to image/test/reftest/pngsuite-oddsizes/s07_3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s07i3p02.png b/image/test/reftest/pngsuite-oddsizes/s07i3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s07i3p02.png rename to image/test/reftest/pngsuite-oddsizes/s07i3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s07n3p02.png b/image/test/reftest/pngsuite-oddsizes/s07n3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s07n3p02.png rename to image/test/reftest/pngsuite-oddsizes/s07n3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s08_3p02.html b/image/test/reftest/pngsuite-oddsizes/s08_3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s08_3p02.html rename to image/test/reftest/pngsuite-oddsizes/s08_3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s08i3p02.png b/image/test/reftest/pngsuite-oddsizes/s08i3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s08i3p02.png rename to image/test/reftest/pngsuite-oddsizes/s08i3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s08n3p02.png b/image/test/reftest/pngsuite-oddsizes/s08n3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s08n3p02.png rename to image/test/reftest/pngsuite-oddsizes/s08n3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s09_3p02.html b/image/test/reftest/pngsuite-oddsizes/s09_3p02.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s09_3p02.html rename to image/test/reftest/pngsuite-oddsizes/s09_3p02.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s09i3p02.png b/image/test/reftest/pngsuite-oddsizes/s09i3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s09i3p02.png rename to image/test/reftest/pngsuite-oddsizes/s09i3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s09n3p02.png b/image/test/reftest/pngsuite-oddsizes/s09n3p02.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s09n3p02.png rename to image/test/reftest/pngsuite-oddsizes/s09n3p02.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s32_3p04.html b/image/test/reftest/pngsuite-oddsizes/s32_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s32_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s32_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s32i3p04.png b/image/test/reftest/pngsuite-oddsizes/s32i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s32i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s32i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s32n3p04.png b/image/test/reftest/pngsuite-oddsizes/s32n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s32n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s32n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s33_3p04.html b/image/test/reftest/pngsuite-oddsizes/s33_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s33_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s33_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s33i3p04.png b/image/test/reftest/pngsuite-oddsizes/s33i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s33i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s33i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s33n3p04.png b/image/test/reftest/pngsuite-oddsizes/s33n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s33n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s33n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s34_3p04.html b/image/test/reftest/pngsuite-oddsizes/s34_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s34_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s34_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s34i3p04.png b/image/test/reftest/pngsuite-oddsizes/s34i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s34i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s34i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s34n3p04.png b/image/test/reftest/pngsuite-oddsizes/s34n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s34n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s34n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s35_3p04.html b/image/test/reftest/pngsuite-oddsizes/s35_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s35_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s35_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s35i3p04.png b/image/test/reftest/pngsuite-oddsizes/s35i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s35i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s35i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s35n3p04.png b/image/test/reftest/pngsuite-oddsizes/s35n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s35n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s35n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s36_3p04.html b/image/test/reftest/pngsuite-oddsizes/s36_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s36_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s36_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s36i3p04.png b/image/test/reftest/pngsuite-oddsizes/s36i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s36i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s36i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s36n3p04.png b/image/test/reftest/pngsuite-oddsizes/s36n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s36n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s36n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s37_3p04.html b/image/test/reftest/pngsuite-oddsizes/s37_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s37_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s37_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s37i3p04.png b/image/test/reftest/pngsuite-oddsizes/s37i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s37i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s37i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s37n3p04.png b/image/test/reftest/pngsuite-oddsizes/s37n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s37n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s37n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s38_3p04.html b/image/test/reftest/pngsuite-oddsizes/s38_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s38_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s38_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s38i3p04.png b/image/test/reftest/pngsuite-oddsizes/s38i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s38i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s38i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s38n3p04.png b/image/test/reftest/pngsuite-oddsizes/s38n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s38n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s38n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s39_3p04.html b/image/test/reftest/pngsuite-oddsizes/s39_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s39_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s39_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s39i3p04.png b/image/test/reftest/pngsuite-oddsizes/s39i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s39i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s39i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s39n3p04.png b/image/test/reftest/pngsuite-oddsizes/s39n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s39n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s39n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s40_3p04.html b/image/test/reftest/pngsuite-oddsizes/s40_3p04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s40_3p04.html rename to image/test/reftest/pngsuite-oddsizes/s40_3p04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s40i3p04.png b/image/test/reftest/pngsuite-oddsizes/s40i3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s40i3p04.png rename to image/test/reftest/pngsuite-oddsizes/s40i3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-oddsizes/s40n3p04.png b/image/test/reftest/pngsuite-oddsizes/s40n3p04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-oddsizes/s40n3p04.png rename to image/test/reftest/pngsuite-oddsizes/s40n3p04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.html b/image/test/reftest/pngsuite-palettes/pp0n2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.html rename to image/test/reftest/pngsuite-palettes/pp0n2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.png b/image/test/reftest/pngsuite-palettes/pp0n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.png rename to image/test/reftest/pngsuite-palettes/pp0n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/pp0n6a08.png b/image/test/reftest/pngsuite-palettes/pp0n6a08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/pp0n6a08.png rename to image/test/reftest/pngsuite-palettes/pp0n6a08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.html b/image/test/reftest/pngsuite-palettes/ps1n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.html rename to image/test/reftest/pngsuite-palettes/ps1n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.png b/image/test/reftest/pngsuite-palettes/ps1n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.png rename to image/test/reftest/pngsuite-palettes/ps1n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.html b/image/test/reftest/pngsuite-palettes/ps1n2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.html rename to image/test/reftest/pngsuite-palettes/ps1n2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.png b/image/test/reftest/pngsuite-palettes/ps1n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.png rename to image/test/reftest/pngsuite-palettes/ps1n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.html b/image/test/reftest/pngsuite-palettes/ps2n0g08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.html rename to image/test/reftest/pngsuite-palettes/ps2n0g08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.png b/image/test/reftest/pngsuite-palettes/ps2n0g08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.png rename to image/test/reftest/pngsuite-palettes/ps2n0g08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.html b/image/test/reftest/pngsuite-palettes/ps2n2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.html rename to image/test/reftest/pngsuite-palettes/ps2n2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.png b/image/test/reftest/pngsuite-palettes/ps2n2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.png rename to image/test/reftest/pngsuite-palettes/ps2n2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-palettes/reftest.list b/image/test/reftest/pngsuite-palettes/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-palettes/reftest.list rename to image/test/reftest/pngsuite-palettes/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/reftest.list b/image/test/reftest/pngsuite-transparency/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/reftest.list rename to image/test/reftest/pngsuite-transparency/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.html b/image/test/reftest/pngsuite-transparency/tbbn1g04.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.html rename to image/test/reftest/pngsuite-transparency/tbbn1g04.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.png b/image/test/reftest/pngsuite-transparency/tbbn1g04.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.png rename to image/test/reftest/pngsuite-transparency/tbbn1g04.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.html b/image/test/reftest/pngsuite-transparency/tbbn2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.html rename to image/test/reftest/pngsuite-transparency/tbbn2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.png b/image/test/reftest/pngsuite-transparency/tbbn2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.png rename to image/test/reftest/pngsuite-transparency/tbbn2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.html b/image/test/reftest/pngsuite-transparency/tbbn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.html rename to image/test/reftest/pngsuite-transparency/tbbn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.png b/image/test/reftest/pngsuite-transparency/tbbn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.png rename to image/test/reftest/pngsuite-transparency/tbbn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.html b/image/test/reftest/pngsuite-transparency/tbgn2c16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.html rename to image/test/reftest/pngsuite-transparency/tbgn2c16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.png b/image/test/reftest/pngsuite-transparency/tbgn2c16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.png rename to image/test/reftest/pngsuite-transparency/tbgn2c16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.html b/image/test/reftest/pngsuite-transparency/tbgn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.html rename to image/test/reftest/pngsuite-transparency/tbgn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.png b/image/test/reftest/pngsuite-transparency/tbgn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.png rename to image/test/reftest/pngsuite-transparency/tbgn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.html b/image/test/reftest/pngsuite-transparency/tbrn2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.html rename to image/test/reftest/pngsuite-transparency/tbrn2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.png b/image/test/reftest/pngsuite-transparency/tbrn2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.png rename to image/test/reftest/pngsuite-transparency/tbrn2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.html b/image/test/reftest/pngsuite-transparency/tbwn1g16.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.html rename to image/test/reftest/pngsuite-transparency/tbwn1g16.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.png b/image/test/reftest/pngsuite-transparency/tbwn1g16.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.png rename to image/test/reftest/pngsuite-transparency/tbwn1g16.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.html b/image/test/reftest/pngsuite-transparency/tbwn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.html rename to image/test/reftest/pngsuite-transparency/tbwn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.png b/image/test/reftest/pngsuite-transparency/tbwn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.png rename to image/test/reftest/pngsuite-transparency/tbwn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.html b/image/test/reftest/pngsuite-transparency/tbyn3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.html rename to image/test/reftest/pngsuite-transparency/tbyn3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.png b/image/test/reftest/pngsuite-transparency/tbyn3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.png rename to image/test/reftest/pngsuite-transparency/tbyn3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.html b/image/test/reftest/pngsuite-transparency/tp1n3p08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.html rename to image/test/reftest/pngsuite-transparency/tp1n3p08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.png b/image/test/reftest/pngsuite-transparency/tp1n3p08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.png rename to image/test/reftest/pngsuite-transparency/tp1n3p08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-transparency/wrapper.html b/image/test/reftest/pngsuite-transparency/wrapper.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-transparency/wrapper.html rename to image/test/reftest/pngsuite-transparency/wrapper.html diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/reftest.list b/image/test/reftest/pngsuite-zlib/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/reftest.list rename to image/test/reftest/pngsuite-zlib/reftest.list diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.html b/image/test/reftest/pngsuite-zlib/z00n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.html rename to image/test/reftest/pngsuite-zlib/z00n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.png b/image/test/reftest/pngsuite-zlib/z00n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.png rename to image/test/reftest/pngsuite-zlib/z00n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.html b/image/test/reftest/pngsuite-zlib/z03n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.html rename to image/test/reftest/pngsuite-zlib/z03n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.png b/image/test/reftest/pngsuite-zlib/z03n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.png rename to image/test/reftest/pngsuite-zlib/z03n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.html b/image/test/reftest/pngsuite-zlib/z06n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.html rename to image/test/reftest/pngsuite-zlib/z06n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.png b/image/test/reftest/pngsuite-zlib/z06n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.png rename to image/test/reftest/pngsuite-zlib/z06n2c08.png diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.html b/image/test/reftest/pngsuite-zlib/z09n2c08.html similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.html rename to image/test/reftest/pngsuite-zlib/z09n2c08.html diff --git a/modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.png b/image/test/reftest/pngsuite-zlib/z09n2c08.png similarity index 100% rename from modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.png rename to image/test/reftest/pngsuite-zlib/z09n2c08.png diff --git a/modules/libpr0n/test/reftest/reftest.list b/image/test/reftest/reftest.list similarity index 100% rename from modules/libpr0n/test/reftest/reftest.list rename to image/test/reftest/reftest.list diff --git a/modules/libpr0n/test/unit/async_load_tests.js b/image/test/unit/async_load_tests.js similarity index 100% rename from modules/libpr0n/test/unit/async_load_tests.js rename to image/test/unit/async_load_tests.js diff --git a/modules/libpr0n/test/unit/bug413512.ico b/image/test/unit/bug413512.ico similarity index 100% rename from modules/libpr0n/test/unit/bug413512.ico rename to image/test/unit/bug413512.ico diff --git a/modules/libpr0n/test/unit/image1.png b/image/test/unit/image1.png similarity index 100% rename from modules/libpr0n/test/unit/image1.png rename to image/test/unit/image1.png diff --git a/modules/libpr0n/test/unit/image1png16x16.jpg b/image/test/unit/image1png16x16.jpg similarity index 100% rename from modules/libpr0n/test/unit/image1png16x16.jpg rename to image/test/unit/image1png16x16.jpg diff --git a/modules/libpr0n/test/unit/image1png64x64.jpg b/image/test/unit/image1png64x64.jpg similarity index 100% rename from modules/libpr0n/test/unit/image1png64x64.jpg rename to image/test/unit/image1png64x64.jpg diff --git a/modules/libpr0n/test/unit/image2.jpg b/image/test/unit/image2.jpg similarity index 100% rename from modules/libpr0n/test/unit/image2.jpg rename to image/test/unit/image2.jpg diff --git a/modules/libpr0n/test/unit/image2jpg16x16-win.png b/image/test/unit/image2jpg16x16-win.png similarity index 100% rename from modules/libpr0n/test/unit/image2jpg16x16-win.png rename to image/test/unit/image2jpg16x16-win.png diff --git a/modules/libpr0n/test/unit/image2jpg16x16.png b/image/test/unit/image2jpg16x16.png similarity index 100% rename from modules/libpr0n/test/unit/image2jpg16x16.png rename to image/test/unit/image2jpg16x16.png diff --git a/modules/libpr0n/test/unit/image2jpg32x32-win.png b/image/test/unit/image2jpg32x32-win.png similarity index 100% rename from modules/libpr0n/test/unit/image2jpg32x32-win.png rename to image/test/unit/image2jpg32x32-win.png diff --git a/modules/libpr0n/test/unit/image2jpg32x32.png b/image/test/unit/image2jpg32x32.png similarity index 100% rename from modules/libpr0n/test/unit/image2jpg32x32.png rename to image/test/unit/image2jpg32x32.png diff --git a/modules/libpr0n/test/unit/image3.ico b/image/test/unit/image3.ico similarity index 100% rename from modules/libpr0n/test/unit/image3.ico rename to image/test/unit/image3.ico diff --git a/modules/libpr0n/test/unit/image3ico16x16.png b/image/test/unit/image3ico16x16.png similarity index 100% rename from modules/libpr0n/test/unit/image3ico16x16.png rename to image/test/unit/image3ico16x16.png diff --git a/modules/libpr0n/test/unit/image3ico32x32.png b/image/test/unit/image3ico32x32.png similarity index 100% rename from modules/libpr0n/test/unit/image3ico32x32.png rename to image/test/unit/image3ico32x32.png diff --git a/modules/libpr0n/test/unit/image4.gif b/image/test/unit/image4.gif similarity index 100% rename from modules/libpr0n/test/unit/image4.gif rename to image/test/unit/image4.gif diff --git a/modules/libpr0n/test/unit/image_load_helpers.js b/image/test/unit/image_load_helpers.js similarity index 100% rename from modules/libpr0n/test/unit/image_load_helpers.js rename to image/test/unit/image_load_helpers.js diff --git a/modules/libpr0n/test/unit/test_async_notification.js b/image/test/unit/test_async_notification.js similarity index 100% rename from modules/libpr0n/test/unit/test_async_notification.js rename to image/test/unit/test_async_notification.js diff --git a/modules/libpr0n/test/unit/test_async_notification_404.js b/image/test/unit/test_async_notification_404.js similarity index 100% rename from modules/libpr0n/test/unit/test_async_notification_404.js rename to image/test/unit/test_async_notification_404.js diff --git a/modules/libpr0n/test/unit/test_async_notification_animated.js b/image/test/unit/test_async_notification_animated.js similarity index 100% rename from modules/libpr0n/test/unit/test_async_notification_animated.js rename to image/test/unit/test_async_notification_animated.js diff --git a/modules/libpr0n/test/unit/test_encoder_apng.js b/image/test/unit/test_encoder_apng.js similarity index 100% rename from modules/libpr0n/test/unit/test_encoder_apng.js rename to image/test/unit/test_encoder_apng.js diff --git a/modules/libpr0n/test/unit/test_encoder_png.js b/image/test/unit/test_encoder_png.js similarity index 100% rename from modules/libpr0n/test/unit/test_encoder_png.js rename to image/test/unit/test_encoder_png.js diff --git a/modules/libpr0n/test/unit/test_imgtools.js b/image/test/unit/test_imgtools.js similarity index 100% rename from modules/libpr0n/test/unit/test_imgtools.js rename to image/test/unit/test_imgtools.js diff --git a/modules/libpr0n/test/unit/test_moz_icon_uri.js b/image/test/unit/test_moz_icon_uri.js similarity index 100% rename from modules/libpr0n/test/unit/test_moz_icon_uri.js rename to image/test/unit/test_moz_icon_uri.js diff --git a/modules/libpr0n/test/unit/xpcshell.ini b/image/test/unit/xpcshell.ini similarity index 100% rename from modules/libpr0n/test/unit/xpcshell.ini rename to image/test/unit/xpcshell.ini diff --git a/layout/base/tests/test_bug445810.html b/layout/base/tests/test_bug445810.html index 365a9bf83854..090ea717a139 100644 --- a/layout/base/tests/test_bug445810.html +++ b/layout/base/tests/test_bug445810.html @@ -6,7 +6,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=445810 Test for Bug 445810 - + diff --git a/layout/reftests/backgrounds/delay-image-response.sjs b/layout/reftests/backgrounds/delay-image-response.sjs index d23d60a365a6..f3117f8d5452 100644 --- a/layout/reftests/backgrounds/delay-image-response.sjs +++ b/layout/reftests/backgrounds/delay-image-response.sjs @@ -1,5 +1,5 @@ const BinaryOutputStream = Components.Constructor("@mozilla.org/binaryoutputstream;1", "nsIBinaryOutputStream", "setOutputStream"); -/* This data is picked from modules/libpr0n/test/reftest/generic/check-header.sjs */ +/* This data is picked from image/test/reftest/generic/check-header.sjs */ const IMAGE_DATA = [ 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, diff --git a/layout/reftests/reftest.list b/layout/reftests/reftest.list index 6bf264e6acea..6bd604724c99 100644 --- a/layout/reftests/reftest.list +++ b/layout/reftests/reftest.list @@ -9,7 +9,7 @@ include reftest-sanity/reftest.list # images (if libpr0n is busted, could result in weird failures in other tests) -include ../../modules/libpr0n/test/reftest/reftest.list +include ../../image/test/reftest/reftest.list # relative and absolute positioning include abs-pos/reftest.list diff --git a/modules/libpr0n/test/mochitest/bug671906-iframe.html b/modules/libpr0n/test/mochitest/bug671906-iframe.html deleted file mode 100644 index ebdfa58ead9d..000000000000 --- a/modules/libpr0n/test/mochitest/bug671906-iframe.html +++ /dev/null @@ -1,7 +0,0 @@ - - -Bug 671906 iframe - - - - diff --git a/netwerk/protocol/device/nsDeviceChannel.cpp b/netwerk/protocol/device/nsDeviceChannel.cpp index 3d7af6447bb9..3d77756093d5 100644 --- a/netwerk/protocol/device/nsDeviceChannel.cpp +++ b/netwerk/protocol/device/nsDeviceChannel.cpp @@ -45,7 +45,7 @@ #include "AndroidCaptureProvider.h" #endif -// Copied from modules/libpr0n/decoders/icon/nsIconURI.cpp +// Copied from image/decoders/icon/nsIconURI.cpp // takes a string like ?size=32&contentType=text/html and returns a new string // containing just the attribute values. i.e you could pass in this string with // an attribute name of "size=", this will return 32 diff --git a/testing/crashtest/crashtests.list b/testing/crashtest/crashtests.list index 49360880f4cd..3c0eadf229f6 100644 --- a/testing/crashtest/crashtests.list +++ b/testing/crashtest/crashtests.list @@ -46,7 +46,7 @@ include ../../layout/xul/base/src/tree/src/crashtests/crashtests.list include ../../gfx/tests/crashtests/crashtests.list -include ../../modules/libpr0n/test/crashtests/crashtests.list +include ../../image/test/crashtests/crashtests.list include ../../dom/plugins/test/crashtests/crashtests.list include ../../parser/htmlparser/tests/crashtests/crashtests.list diff --git a/testing/xpcshell/xpcshell.ini b/testing/xpcshell/xpcshell.ini index 4ab969f6baf3..aae088150a91 100644 --- a/testing/xpcshell/xpcshell.ini +++ b/testing/xpcshell/xpcshell.ini @@ -4,7 +4,7 @@ [include:modules/libjar/zipwriter/test/unit/xpcshell.ini] [include:uriloader/exthandler/tests/unit/xpcshell.ini] [include:parser/xml/test/unit/xpcshell.ini] -[include:modules/libpr0n/test/unit/xpcshell.ini] +[include:image/test/unit/xpcshell.ini] [include:dom/plugins/test/unit/xpcshell.ini] [include:dom/src/json/test/unit/xpcshell.ini] [include:dom/tests/unit/xpcshell.ini] diff --git a/toolkit/toolkit-makefiles.sh b/toolkit/toolkit-makefiles.sh index 9f355986961c..2b1ce6aaea82 100644 --- a/toolkit/toolkit-makefiles.sh +++ b/toolkit/toolkit-makefiles.sh @@ -672,18 +672,18 @@ MAKEFILES_jsductwork=" " MAKEFILES_libpr0n=" - modules/libpr0n/Makefile - modules/libpr0n/build/Makefile - modules/libpr0n/public/Makefile - modules/libpr0n/src/Makefile - modules/libpr0n/decoders/Makefile - modules/libpr0n/decoders/icon/Makefile - modules/libpr0n/decoders/icon/mac/Makefile - modules/libpr0n/decoders/icon/win/Makefile - modules/libpr0n/decoders/icon/gtk/Makefile - modules/libpr0n/encoders/Makefile - modules/libpr0n/encoders/png/Makefile - modules/libpr0n/encoders/jpeg/Makefile + image/Makefile + image/build/Makefile + image/public/Makefile + image/src/Makefile + image/decoders/Makefile + image/decoders/icon/Makefile + image/decoders/icon/mac/Makefile + image/decoders/icon/win/Makefile + image/decoders/icon/gtk/Makefile + image/encoders/Makefile + image/encoders/png/Makefile + image/encoders/jpeg/Makefile " MAKEFILES_accessible=" @@ -860,8 +860,8 @@ if [ "$ENABLE_TESTS" ]; then layout/xul/test/Makefile modules/libjar/test/chrome/Makefile modules/libjar/test/mochitest/Makefile - modules/libpr0n/test/Makefile - modules/libpr0n/test/mochitest/Makefile + image/test/Makefile + image/test/mochitest/Makefile modules/libpref/test/Makefile netwerk/test/httpserver/Makefile parser/htmlparser/tests/mochitest/Makefile diff --git a/toolkit/toolkit-tiers.mk b/toolkit/toolkit-tiers.mk index 47efa14e5a7e..017b30fc50c6 100644 --- a/toolkit/toolkit-tiers.mk +++ b/toolkit/toolkit-tiers.mk @@ -166,7 +166,7 @@ tier_platform_dirs += \ caps \ parser \ gfx \ - modules/libpr0n \ + image \ dom \ view \ widget \ diff --git a/xpcom/tests/unit/test_bug478086.js b/xpcom/tests/unit/test_bug478086.js index 15dd4bbb4ab3..af229dd0b018 100644 --- a/xpcom/tests/unit/test_bug478086.js +++ b/xpcom/tests/unit/test_bug478086.js @@ -6,7 +6,7 @@ function run_test() { var root = Components.classes["@mozilla.org/file/local;1"]. createInstance(nsILocalFile); - // copied from http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/test/unit/test_imgtools.js#135 + // copied from http://mxr.mozilla.org/mozilla-central/source/image/test/unit/test_imgtools.js#135 // nsIXULRuntime.OS doesn't seem to be available in xpcshell, so we'll use // this as a kludgy way to figure out if we're running on Windows. var isWindows = ("@mozilla.org/windows-registry-key;1" in Components.classes);