libMagick++-devel-7.0.7.34-lp150.2.6.1 4>$  Ap[Ub/=„E$'֦p `$* . ch<2a.Zdد?A0VWa2DXCޡ5c'๜NhQf_x*h)m;0'[WL$1Nm8/㈢jmw@M ~>)u2* zmuޑ(Лxܺ<N~>gx,vR؀Pjbb0815dcdaa8dcd316af5bdf55357ea8a1245c8ace139da61ffab484623dbe5255f68bd1295a51833fc17eeeadfcfe29e7766cedU[Ub/=„0c;`+@8*,ai@D)/Wm*.ʃ|= ? pDݘ59oLv[y\ԌAKEӆyk XHt`Zknh[y!?8)804FG>3NHY;:^d=t eDa4J=L QƑ` Ƶ2iBN'JS Mb0(㚎˞ƺ`|+WRIw _85?imܷV)$l}7w҂י> L>p>8?(d ) [PT\`s| ** * <* * N* *T*&*$*, T ' (V8`94:#]F G *H*Ip*XY\*]*^x brcdeflu*vt w\*x*yz$ClibMagick++-devel7.0.7.34lp150.2.6.1Development files for ImageMagick's C++ interfaceThis is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time.[U(lamb68openSUSE Leap 15.0openSUSEImageMagickhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.imagemagick.orglinuxx86_64 b. .Uؐ  ;7 R:&p c> colorspace in the PNG decoder (previously it was setting image->gamma, but only setting image->colorspace for grayscale and gray-alpha images. * Fix improper use of NULL in the JNG decoder * Added "-define png:ignore-crc" option to PNG decoder. When you know your image has no CRC or ADLER32 errors, this can speed up decoding. It is also helpful in debugging bug reports from "fuzzers". * Off by one error for gradient coder * YUV coder no longer renders streaks * Fixed numerous memory leaks * Added experimental PNG orNT chunk, to store image->orientation. * Removed vpAg chunk write support * Fixed numerous memory leaks * Fix memory leaks when reading a malformed JNG image * Fixed numerous memory leaks * The -monochrome option no longer returns a blank canvas * coders/png.c: fixed memory leak of quantum_info * coders/png.c: fixed NULL dereference when trying to write an empty MNG * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed by the "-strip" option. * Implemented PNG eXIf chunk support * Support new -auto-threshold option. OTSU and Triangle methods are currently supported. Look for the Kapur method in the next release. * Fixed numerous memory leaks * Don't use variable float_t / double_t, bump SO * Support DNG images with libraw delegate library. * Reject PNG file that is too small (under 60 bytes) to contain a valid image. * Reject JPEG file that is too small (under 107 bytes) to contain a valid image. * Reject JNG file that is too small (under 147 bytes) to contain a valid image. * Stop a memory leak in read_user_chunk_callback()- workaround failed test + ImageMagick-relax-filter.t.patch (patch modified) on i586 with sse2 enabled, the Contrast test in filter.t fails- updated to 7.0.6-0 * coders/png.c: Accept exIf chunks whose data segment erroneously begins with "Exif\0\0". * Introduce SetMagickSecurityPolicy() (MagickCore) and MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security policy (reference https://github.com/ImageMagick/ImageMagick/issues/407). * Removed experimental PNG zxIF chunk support; the proposal is dead. * Fix choppy bitmap font rendering (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071). * The +opaque option is not longer a noop (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081). * Add support for 'hex:' property. * Transient error validating the JPEG-2000 image format (reference https://github.com/ImageMagick/ImageMagick/issues/501). * Properly allocate DCM image colormap (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063). * Improper allocation of memory for IM instances without threads (reference https://github.com/ImageMagick/ImageMagick/issues/497). * Delete corrupt image from list (reference https://github.com/ImageMagick/ImageMagick/issues/500). * Support various image operators for the compare utility (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938).- updated to 7.0.5-6 * Revise DICOM window and rescale handling. * Restore the -alpha Shape option. * Fix transient PDF bug. * The +opaque option now works on all channels. * Ensure backwards compatibility for the -combine option. * Check for EOF conditions for RLE image format. * Reset histogram page geometry.- updated to 7.0.5-5 * Minimize buffer copies to improve OpenCL performance. * Morphology thinning is no longer a no-op. * Patch two PCD writer problems, corrupt output and dark pixels. * Support ICC based PDF's. * Fix improper EPS clip path rendering. - workaround failed test + ImageMagick-relax-filter.t.patch- updated to 7.0.5-4 * new branch, see https://www.imagemagick.org/script/porting.php - deleted unneded patches . ImageMagick-6.6.8.9-doc.patch . ImageMagick-6.6.8.9-examples.patch . ImageMagick-6.7.6.1-no-dist-lzip.patch . ImageMagick-6.8.4.0-dont-build-in-install.patch . ImageMagick-6.8.4.0-rpath.patch . ImageMagick-montage.t.patch . ImageMagick-6.8.5.7-no-XPMCompliance.patch - renamed patches . ImageMagick-6.8.8-1-disable-insecure-coders.patch to ImageMagick-disable-insecure-coders.patch- updated to 6.8.8-2 * Support namespaces for the security policy. * Respect throttle policy. * Support the -authenticate option for PDF. * Fix Spurious memory allocation message. * Identical images should return inf for PSNR. * Fixed fd leak for webp coder. * Prevent random pixel data for corrupt JPEG image. * Support pixel-cache and shred security policies. * Fixed memory leak when creating nested exceptions in Magick++. * Eliminate bogus assertion. * Unbreak build without JPEG support. + ImageMagick-montage.t.patch- updated to 6.9.7-7 * Sanitize comments that include braces for the MIFF image format. * Uninitialized data in MAT image format. * see ChangeLog for full changelog- updated to 6.9.7-5 * Don't set background for transparent tiled images * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the BMP encoder * Fix memory leak in MPC image format. * Increase memory allocation for TIFF pixels * etc. see ChangeLog- updated to 6.9.6-6 * If a convenient line break is not found, force it for caption: (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887). * Off by 1 error when computing the standard deviation (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30866). * Apply Debian patches, (reference https://github.com/ImageMagick/ImageMagick/issues/304). * Permit EPT images with just a TIFF or EPS image, not both (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30921). * The -clone option no longer leak memory. - turn on make check along perl test- Updated to 6.9.6-5 * Web pages were broken when we moved to HTTPS protocol. * Restore -sharpen / -convolve options to work with CMYK (reference https://github.com/ImageMagick/ImageMagick/issues/299). * Off by one memory allocation (reference https://github.com/ImageMagick/ImageMagick/issues/296). * Prevent fault in MSL interpreter (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30797). * Added layer ZIP compression to the PSD encoder. * Unit test pass again after small SUN image patch. * Fixed incorrect RLE decoding when reading a DCM image that contains multiple segments. * Fixed incorrect RLE decoding when reading an SGI image (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30514)- Updated to 6.9.5-10 * Added layer RLE compression to the PSD encoder. * Added define 'psd:preserve-opacity-mask' to preserve the opacity mask in a PSD file. * Fixed issue where the display window was used instead of the data window when reading EXR files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).- Updated to 6.9.5-9 * Prevent memory use after free (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30245). * Prevent buffer overflow. * Prevent spurious removal of MPC cache files (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30256). * Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF, and CALS coders. * Fix MSVG regression (reference https://github.com/ImageMagick/ImageMagick/issues/252). * Prevent buffer overflow in BMP & SGI coders. * Fixed incorrect padding calculation in PSD encoder.- updated to 6.9.5-4 * Prevent buffer overflow- updated to 6.9.5-3: * Fix MVG stroke-opacity (reference https://github.com/ImageMagick/ImageMagick/issues/229). * Prevent possible buffer overflow when reading TIFF images (bug report from Shi Pu of MS509 Team). * To comply with the SVG standard, use stroke-opacity for transparent strokes. * The histogram coder now returns the correct extent. * Use CopyMagickString() rather than CopyMagickMemory() for strings. * Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218).- updated to 6.9.4-7: * Fix small memory leak (patch provided by Андрей Черный). * Coder path traversal is not authorized (bug report provided by Masaaki Chida). * Turn off alpha channel for the compare difference image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29828). * Support configure script --enable-pipes option to enable pipes (|) in filenames. * Support configure script --enable-indirect-reads option to enable indirect reads (@) in filenames. - remove ImageMagick-CVE-2016-5118.patch, use --enable-pipes=no instead- updated to 6.9.4-5: * Most OpenCL operations are now executed asynchronous. * Security improvements to TEXT coder broke it (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29754). * Fix stroke offset problem for -annotate (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626). * Add additional checks to DCM reader to prevent data-driven faults (bug report from Hanno Böck). * Fixed proper placement of text annotation for east / west gravity. 2016-05-15 6.9.4-3 Cristy * Fix pixel cache on disk regression (reference https://github.com/ImageMagick/ImageMagick/issues/202). * Quote passwords when passed to a delegate program. * Can read geo-related EXIF metdata once-again (reference https://github.com/ImageMagick/ImageMagick/issues/198). * Sanitize all delegate emedded formatting characters. * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from Hanno Böck).- security update: * CVE-2016-5118 [bsc#982178] + ImageMagick-CVE-2016-5118.patch- updated to 6.9.4-1: * Remove https delegate. * Check for buffer overflow in magick/draw.c/DrawStrokePolygon(). * Replace show delegate title with image filename rather than label. * Fix GetNextToken() off by one error. * Remove support for internal ephemeral coder. - refreshed ImageMagick-6.8.8-1-disable-insecure-coders.patch - believe or not, correct license string is ImageMagick: http://spdx.org/licenses/ImageMagick.html- rework ImageMagick-6.8.8-1-disable-insecure-coders.patch * add new policy (TEXT, SHOW, WIN and PLT) - rebase patches (p0) * ImageMagick-6.6.8.9-doc.patch * ImageMagick-6.6.8.9-examples.patch * ImageMagick-6.7.6.1-no-dist-lzip.patch * ImageMagick-6.8.4.0-dont-build-in-install.patch * ImageMagick-6.8.4.0-rpath.patch * ImageMagick-6.8.5.7-no-XPMCompliance.patch * ImageMagick-6.8.8-1-disable-insecure-coders.patch- Disable insecure coders [bnc#978061] * ImageMagick-6.8.8-1-disable-insecure-coders.patch * CVE-2016-3714 * CVE-2016-3715 * CVE-2016-3716 * CVE-2016-3717 * CVE-2016-3718- Update to 6.9.3-10: fix imagetragick- Update to 6.9.3-8: * Respect gravity when rendering text (e.g. convert -gravity center my.txt). * Return empty string for %d property and no directory. * Return filename for the %i property. * Fixed lost pixels in frequency space. * etc. see ChangeLog- Update to 6.9.3-0: * Don't break on euro-style numbers. * 16-bit pnm images have a max value of 65535. * Fixed compile error when POSIX threads are not defined. * Fixed memory leak when reading incorrect PSD files. * Enhance PDF to properly handle unicode titles. * Fix memory leak in icon coder.- Update to 6.9.2-8: * Gray artifacts in large gif when using -layers optimize. * The DICOM reader now handles the rescale intercept and slope. * Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. * PixelColor off by one on i386. * Added local contrast enhancement. * Fixed bug in SetPixelCacheExtent that made images all black. * Added 6dot variant for unicode and iso braille formats. * Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. This can be disabled by setting the option 'psd:alpha-unblend' to 'off'. * Fixed issue in jpeg:extent that prevented it from working. * Fixed memory leak when reading Photoshop layers in a TIFF file. * Support gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering. * Recognize label:@- as stdin. * Make commas optional for coordinates.- Update to 6.9.2-4: * Fixed accessing subimage in a TIFF photoshop layer. * Fixed out of bounds error in -splice. * Created Manhattan Interpolate method for -sparse-color. * Don't round up for JPEG image resolution. * Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2]. * The -caption option no longer fails for filenames with @ prefix. * Honor $XDG_CONFIG_HOME and $XDG_CACHE_HOME. * Added extra checks to avoid out of bounds error when parsing the 8bim profile * Fixed size of memory allocation in RLE coder to avoid segfault. * The -colorspace gray option no long leaves a ghostly shadow. * Preserving image origin in TGA files. * Support color compliance for TXT format. * Limit -fx recursive to avoid stack overflow. * Don't set image colorspace to gray for -alpha copy option. * GetImageType() no longer has side-effects to match behavior of IMv7. * Swap pixels for -spread command-line option. * Fix ModulusAdd & ModulusSubstract for HDRI compositing. * Added "-set colorspace:auto-grayscale false" that will prevent automatic conversion to grayscale inside coders that support grayscale. * Fixed -list weight and the options for -weight. * Added fontFamily, fontStyle, fontWeight and textUnderColor to the Image class of Magick++. * Fixed reading Photoshop layers of LSB TIFF files.- Update to 6.9.1-10: * New version 6.9.1-10, SVN revision 19269. * coders/magick.c: added "-define h:format=FMT" and "-define magick:format=FMT" options. FMT can be any output format supported by ImageMagick except "H" or "MAGICK". If this define is omitted, the encoder uses GIF by default for pseudoclass images and PNM for directclass images, as previously. Made "MAGICK" (read-write) and "H" (write-only) visible in the format list. * Removed incorrect EOF check in the DDS reader (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28065). * Fixed undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28067). * Return exception message for unknown image properties. * Color shift removed when reading transparent gray images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28081)- Removed duplicates - Only libMagickCore and ImageMagick-doc contains the LICENSE file. Other libraries do not longer contain it, as they always require libMagickCore to be instaleld. - Moved documentation to the ImageMagick-doc package. - Removed executable bits from perl documentation-examples - Added configurations for: * graphviz * lcms2 (Little CMS 2 color management) * jbig * openjp2 (JPEG 2000) * openexr * webp - update to 6.9.1-9 * Fixed issue with radial gradient in MVG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27995). - update to 6.9.1-8 * New version 6.9.1-8, SVN revision 19167. * Correct install location of the Magick++ headers (reference https://github.com/ImageMagick/ImageMagick/pull/17/commits). * Different gif cropping behavior between versions (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28013). * Cannot read properly simple psd file (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28002). - update to 6.9.1-7 * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).- update to 6.9.1-6 * Cache cloning on disk optimized with sendfile() (if available). * Add an additional check for end-of-file for the RLE coder (reference http://www.imagemagick.org/discourse-server/viewforum.php?f=3&t=27870). * Respect resource limits in AVS coder. * Reverted change to 6.9.1-3 that skipped palette-building. - update to 6.9.1-5 * Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)). * DrawGetVectorGraphics() now returns proper XML (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751). * Support writing EXR files with different color types (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759). * Prefer PKG_CHECK_MODULES() when searching for delegate libraries. * Throw exception if frame option bevel exceeds to the image width / height. * Resolve undefined behaviors (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811). - update to 6.9.1-4 * Support 'restrict' keyword under Windows. * Added support for reading a user supplied layer mask in PSD files. * Added support for reading photoshop layers in TIFF files. - update to 6.9.1-3 * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). - update to 6.9.1-2 * Avoid using a NULL alpha_image or color_image in the JNG decoder. * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).- update to 6.9.1-1 * Skip empty frames when comparing layers. * Grayscale DPX image files are no longer skewed. * Fix integer overflow when scaling a 1-bit sample to Q64. * Account for differences in image size when comparing two images. * Set an upper ceiling compression with -quality and jpeg:extent.- update to 6.9.0-9 * Writing histograms / mpeg working again. * The -linear-stretch option worked for Q16 but not Q32.- update to 6.9.0-7 * Line strokes appeared too thin. * Keep text in caption area. * A transient bug for the write MSL element. * Fixed infinite loop in HDR reader. * In the PNG codec, check status wherever a function returns it. * Check lengths of certain MNG chunks before reading them. * Small optimization to pixel cache. * Additional coder sanity checks. etc. see ChangeLog- update to 6.9.0-3 * Don't read beyond the end of a tEXt keyword when checking for Raw profile. * Fixed enabling alpha in 32-bit BMP files. * Added support for writing 16-bit TGA files. * Improved performance of dds. * Fix ImageMagick crashes while read EXIF from TIFF. * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image. * Update progress monitor for every PNG row instead of every pass. * Reject input PNG with dimensions larger than specified with - limit width and -limit height. * etc., see ChangeLog- do not use -march/-mtune [bnc#904545]- update to 6.9.0-0 * Check for zero-sized rendered SVG image. * EXIF directory offsets must be greater than 0. * Accept morphology kernels from files. * Don't optimize JPEG compression by default. * etc. see ChangeLog- update to 6.8.9-8 * Added sixel coder. * Fixed buffer overflow in PCX and DCM coder. * Added support for reading/writing the tIME chunk in the PNG coder. * Added eps:fit-page option to the PS coder to set -dEPSFitPage. * Support xyY colorspace. * Reduce noise while preserving edges with the -kuwahara option. * Off-by-one count when parsing an 8BIM profile. * OpenCL no longer benchmarks are run on every initialization. * Don't clone a 0x0 image.- update to 6.8.9-8 * JPEG library version >= 80 is thread safe * Added support for some legacy dds formats- updated to 6.8.9-7 * Fix off by one buglet when extracting profiles 8BIM. * Fixed bug when reading 1 bit PSD. * Fixed fill-rule in SVG clip path. * Added support for R5G6B5, RGB5A1 and RGBA4 dds files. * Write LAB pixels as percentages in the TXT image format. * Throw exception when image morphology differs when comparing. * Remove mogrify backup file. * Read WEBP images from STDIN.- fix baselibs.conf requires for ImageMagick++- fix license for spdx 1.2- build against librsvg again- updated to 6.8.9-5 * Use -define profile:skip=icc, for example, to skip color profiles on read. * Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do it ourselves anyway. Avoids emitting "known incorrect profile" warnings. For strict profile checking and warning, use "-debug coder". * Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'.- updated to 6.8.9-4 * Support RMS argument for -evaluate-sequence and -statistic options. * Pipe image to display program no longer reports an exception. * Check that profile is non-NULL in coders/tiff.c.- update to 6.8.9-3 * Quiet warning about unused variable "skip_to_iend" in coders/png.c. * Fixed creation of SVG from 8bim clip path. * The -version option returns 0 status * The inline coder can now read from standard input * Add '=' character to the santize whitelist.- update to 6.8.9-2 * Fixed some bugs in the PNG codec discovered by coverity analysis. * The -fx equality operator returns a proper boolean result now. * Permit spaces in the gradient color specification. * Fix IdentifyImage() crash when image->magick member is null. * The -format M and Y channels are no longer reversed. * Remove Makefile race condition where two targets attempt to install magick-baseconfig.h * Fix memory leak in BlobToStringInfo(). * In certain cases, -adaptive-sharpen failed to sharpen * Bump major Magick++ library version. * Added support for writing RLE compressed TGA files. * Improved performance of parsing the xmp profile. * Fixed detecting transparency in PSD files.- remove autotrace dependency again - it's not compiled in and autotrace's last release is 10 years old and we don't want to promote it, better drop it- update to 6.8.9 * Fixed bug with the PNG00 subformat when the original format was PNG32. * The "-strip" option now only removes profiles and comments from PNG output. Previously the background, density, and other metadata were also discarded. * Support new -hough-lines option. * Support new -mean-shift option. * identify -units without argument no longer faults (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542). * Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature change between 2.0.0 and 2.1.0).- Fixed the SLE build - Added missing dependencies: * autotrace * dejavu-fonts * fftw3 * ghostscript * libjbig * liblqr * mupdf * p7zip * xdg-utils * zip- remove dependency on gpg-offline (blocks rebuilds and tarball integrity is checked by source-validator anyway)- directories in libMagickCore depends on %{clibver} and %{quantum_depth} [bnc#866442]- fix baselibs- update to 6.8.8-7 - remove disable_mat_test.patch (fixed upstream)- updated to 6.8.8-6: * build against openjpeg2 * identify -define identify:locate=maximum locates the position of the maximum value * Fix case where an image moment might have a mass of 0 or a Hu moment might be 0. * Enhance the TXT coder to read RGB percent values, e.g. 10.008%. * etc. see ChangeLog- modified patches [bnc#843673]: * disable_mat_test.patch -- rather than disable the test, use upstream solution (increase threshold for mean error) - - use this patch also for s390, s390x- updated to 6.8.8-1: * Support points argument for draw MSL element. * The -page option now correctly sets the image page offset. * The -evaluate-sequence sum returns a proper alpha channel now. * etc. see ChangeLog- really disable parallel build, don't just have a comment about it- updated to 6.8.7-10: * fix crash when using -resize with GPU acceleration- updated to 6.8.7-9: * fixed bug in coders/png.c that caused -define png:color-type=0 to fail * fixed bug in automatic selection of OpenCL device * simplified interface to initialize the OpenCL environment * Fix possible memory corruption when writing PSD image * etc. see ChangeLog- added openexr-devel as build requirement to enable openexr support- use fdupes -s [bnc#841472]- disable mat tests for powerpc bnc#843673 (disable_mat_test.patch)- documentation back to -doc package (bnc#841472)- fix baselibs.conf for previous change- setting quantum depth to 16 [bnc#840825]- fix build (find doesn't support -perm +mode)- updated to 6.8.6-9 * Fixed infinite loop with jpeg:extent. * Fixed performance issue when converting jpeg to png. * Added "-define bmp:format=bmp2|bmp3|bmp4" option. * etc. see ChangeLog- updated to 6.8.6-7 * Fix memory leak in CloneImageArtifacts and CloneImageProfiles. * JPEG ICC color profile requires null after ICC tag * etc. - employ gpg-offline- use AllCompliance instead of X11Compliance to cover also 'None' [bnc#825151] * adjusted no-XPMCompliance.patch- mark no-XPMCompliance.patch as suse specific http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462- workaround: fix reading xpm which uses symbolic color names which are said to be not XPMCompliant * http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462- update to 6.8.5-7: * fixes reading XPM- update to 6.8.5-6: * fixed 'Sometimes an sRGB image is masquerading as grayscale' * fixed 'The stream utility no longer faults when exporting float pixels' * Labels no longer overflow * Change the sample JPEG quantization table xml to something that works really well with 2x2 Chroma subsampling around quality 75. * Eliminate whitespace from image properties that hold PNG chunk data. * etc. see ChangeLog - remove fix-wand.pc.patch, the issue is fixed upstream - remove test-signatures.patch, the issue is fixed upstream- add ImageMagick-6.8.4.0-fix-wand.pc.patch to fix build of e.g. emacs and xine-lib, who rely on pkg-config --libs Wand returning actually MagickWand and not MagickCore (looks like a copy&paste error of upstream)- update to 6.8.4-0: * dropped ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch, issue is almost fixed -> new test-signatures.patch, see followups in http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479 * created rpath.patch * created dont-build-in-install.patch - upstream changes * Do not write zero-length TIFF tags * Do not split words for caption * The -blur, -guassian-blur, and -sharpen are now convenience methods for -morphology convolve. * etc. see ChangeLog- fix baselibs.conf- use versioned /etc/ImageMagick* to allow parallel installation of libMagickCore- name library packages after the new -QN library names (thanks dstoecker) - depend on newer libtiff- fix missed variable expansion- use a quantum depth of 8 for our package, as we do not require that amount of precision, and we prefer faster conversions with less heap usage.- updated to 6.8.2.4 * Update libver to 7 * Dropped upstreamed ImageMagick-uninitialized-memory.patch * Added ImageMagick-6.8.2.4-revert-r9087-montage-signatures.patch Related to GhostScript. Discussion: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22479&p=95023 * Add support for -QN library and .pc names, that express the pixel quantum depth the library was compiled with. Added an explicit spec variable for it * BuildRequire autoconf >= 2.69- fix wrong mean-error output: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586 * dropped disable-matlab-test.patch * added ImageMagick-uninitialized-memory.patch- do not disable checking altogether. - disable-matlab-test.patch: disable the 1 MATLAB testcase that fails.- disable check for the moment, it breaks on Factory and 12.1, but 12.2- enable support for Pango markup * this allows rendering formatted text with the pango:"..." syntax see http://www.imagemagick.org/Usage/text/#pango for details * to actually use this, libpango needs to be installed- updated to 6.7.8.8: * Added 2d named convolution kernel Binomial (for Fred Wienhaus) * Clean up sigmoidal-contrast. * Use ConcatenateString() for multi-block GIF comments. * Caption no longer chops off text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21558). * Support LUV colorspace. * Support HCL colorspace. * Don't transform the composite image colorspace, set it instead. * Interpret -border 5% as 5% of width and 5% of height (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21537). * Don't normalize zero-sum kernels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21584). * Transform grayscale to linear RGB if fill color is non-gray (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21586). etc. see ChangeLog- updated to 6.7.6.9: * Don't write an invalid PNG sRGB chunk when rendering intent is undefined. * EXR images are in the linear RGB colorspace with a gamma of 1.0. * Correct annotation offset for right-to-left labels. * The -level 100x0% now produces the equivalent of -negate. * etc., see ChangeLog- cleanup the package - updated to 6.7.6.1: fixes * CVE-2012-0247 [bnc#746880] * CVE-2012-0248 [bnc#746880] * CVE-2012-1185 [bnc#752879] * CVE-2012-1186 [bnc#752879]- moved the libtool archives to the main package - separated the bulk documentation - added a regression %check for the locale comma crash- license update: SUSE-ImageMagick Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as license (e.g. like Fedora)- ImageMagick-devel requires libbz2-devel [bnc#741947]- update to 6.7.4.7: * Fixed -black-threshold and -white-threshold so they work properly with the -channels option * Promote image depths 9-15 to 16 to avoid crashing in the PNG encoder * Fix problems with JNG encoder "quality" * Fix memory leak in JP2 coder * Use maximum bounds when rendering PDF * etc. see ChangeLog- Add explicit libbz2-devel BuildRequires - Support LZMA - Use libcms2 now. - Cleanup huge dependency bloat in -devel package, this will likely cause build fails on dependant packages the solution is to fix your BuildRequires.- update to 6.7.3.3: * removed upstreamed scene.patch- build against librsvg as recommended upstream [bnc#724222]- add libtool as buildrequire to make the spec file more reliable- fixed [bnc#717871] -- imagemagick display wrong order * scene.patch- update to 6.7.2.7: * Fix memory leak in text annotation. * The "-strip" option was excluding the PNG tRNS chunk. * Caption now wraps properly for Chinese text. * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass. * Properly handled continued JPEG embedded profiles. * Revert -colorspace sRGB option patch. * Revert -type PaletteMatte option patch. * etc. see ChangeLog. - obsoletes reason-error-message.patch- Remove redundant tags/sections from specfile- Fix baselibs: add missing requires to ImageMagick-devel - Remove redundant tags/sections- fixed wrong error messages [bnc#673303]- update to 6.7.1.0: * Defend against corrupt PSD resource blocks. * Properly allocate points when render text with large font size. * Added support for Z_RLE strategy in the png compressor, using - quality 98 or 99. * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option. * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. - switch on WEBP support -- require libwebp-devel to build- updated to 6.7.0.8: * added Initial implementation of Cylinder to/from Plane 3D Distorts Includes deritive (scaled lookup), and anti-alised horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. * Fix transient error for composite over operator. * Fix one-off bug in option parser. * etc., see ChangeLog - adjusted inc-struct.diff- fix requires of -devel package- remove the -fuse-linker-plugin option, it's default in gcc 4.6 and only confuses scripts- Require ImageMagick from -devel subpackage: Packages that depend on the -devel package very likely use the tools too.- updated to 6.6.9.9: * The -scale option nows considers the alpha channel when scaling. * Don't use comma as a separator for stroked tex. * Fix transient bug for HSL to RGB and back. * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors. * etc., see ChangeLog- created ImageMagick-devel-32bit for cross-compiling- updated to 6.6.9.5: fixes [Bug 682238] * macroized and cleaned up scripts * added conditions for optional components * updated file lists for upstream * cleaned up the include tree in devel (patch)- updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details- updated to 6.6.7.9: fixes [bnc#673789] * removed survive-exif.patch- added patch for crash reading png with exif [bnc#673789]- packaged README.txt from xtp [bnc#671047]- fix build for factory- updated to 6.6.5-8: don't read config files from $CWD [bnc#653572]- updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp.- updated to 6.6.5-0: * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian filter only. This is similar in action to 'blur' but only for Gaussians, and does not modify the filters support, allowing you to set a very small sigma, without the function 'missing' all pixels. * Patch for DrawableRotation() and DrawableTranslation() * The webp format requires the webpconv delegate program (experimental). * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to the previous sharped "Lanczos2D" filter. (C=0.31089212245300069) This also is very similer to a Mitchell filter but specifically designed for EWA use and is the new default filter for Distorting Images. * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by Andreas Gustafsson in his thesis "Interactive Image Warping" (page 24) http://www.gson.org/thesis/warping-thesis.pdf * Added filter "Robidoux" which is a slightly sharpened version of the "Lanczos2D" filter (blur=0.958033808) specifically designed to be less 'blurry' for horizontal and vertical lines in no-op distortions. * Add support for "pattern:vertical2" and "pattern:horizontal2". * Add support for "pattern:vertical3" and "pattern:horizontal3". * Properly handle PSD layers with negative offsets. * Added sqrt(2) bluring default for Gaussian Filter if used as a Cylindrical EWA filter. This resulted removing the last aliasing issue that was present in tests for Gaussian EWA resampling. Of course it is still a very blury filter for default use in EWA. * Adjusted Variable Mapping Blur Composition so user arguments actual relate properly to the sigma of the blur for a maximum mapping value. * Fix horizon anti-alising for output-scaled perspective distortions. * 'Bessel' filter is now offically and more accuritally named 'Jinc' however 'Bessel' while not visible as a filter option can still be used as an internal alias for 'Jinc'. * Fix memory assertion with --enable-embeddable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201). * Don't permit access to pixels when pinging an image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194).- updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter function as "LanczosChebyshev" as faster alternative to Lanczos. * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of the Sinc Trigonometric resize filter, as a proper filter to allow direct comparision and speed testing of the filter. * Expanded the "-set option:filter:verbose 1" output, so as to also include the actual functions and other values that were used to create the filter.- updated to 6.6.4-0: * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c). * Path no longer closed if join style is round (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943). * Add case for BGRQuantum to GetQuantumExtent(). * Support no compression on PCX write. * Fixed bug in the raw BGRA coders (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880). * Fix off-by-one error in the PSD coders. * Nicolas Robidoux with the assistance of Chantal Racette contribute an approximation of the sinc function over the interval [-3,3]. * Eliminate a small memory leak in LevelizeImageChannel() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951). * Recognize -fx logtwo (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958).- updated to 6.6.3-9: * Eliminate useless message about assuming zero delay when writing a single-frame MNG, and changed it from Error to Warning when writing a multiple-frame MNG. * Only use the first alpha channel in PSD image. * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)). * Eliminate bogus "invalid colormap index" when pinging ICO images. * Support -set density / units. * Properly map PNG intent to image->rendering_intent * The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795). * Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801). * Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786). * Handle transparency properly for the PSD image format. * Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive. * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833). * Add -subimage-search option to the compare utility. * Throw exception if image size differs for the compare program but the - subimage-search option is not specified.- update baselibs.conf- updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch- fixed jpeg compression of grayscale tif format [bnc#615223]- Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened.- fixed units in the output [bnc#598714] * units.patch- update baselibs.conf- updated to version 6.6.1-0: * Fixed bug in equal-size tile cropping, when image has a page offset. * The -recolor 4x4 matrix is now interpretted properly (previously it summed rather attenuating the alpha channel). * Support writing 1-bit PSD images. * Support LCMS 2.0. * Improved WMF support under Windows. * The new coders/png.c was failing to read a 1-bit paletted image properly. * Finished eliminating the deprecated direct references to members of the png_info structure. ImageMagick can now be built with libpng-1.5. * Respect the -density option when rendering a Postscript or PDF image. * Distort barrel no longer complains when 3 arguments are given (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). * Support -direction left-to-right option for rendering text * coders/png.c: Eliminated support of libpng versions older than 1.0.12. * Relocated the new, misplaced png_get_rowbytes() call. * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. * Add support for monochrome PSD images. * VignetteImage() no longer crashes when x and y arguments are both greater than half the width (x) and height (y) of the image. * Eliminated some of the deprecated direct references to members of the png_info structure. This must be finished before we can build with libpng-1.5. * The animate program no longer loops twice when -loop 1 is specified. * The caption format would sometimes hang when the text was not UTF-8. * Don't gamma correct log to linear color conversion unless the -gamma is specified (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). * Detect CMYKProcessColor AI tag. * Delete image from command line cache for -write option. * Add support for the Adobe Large Document format. * Recognize -remap option for the mogrify utility. * The default Helvetica font is not always available, check for Century Schoolbook too (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780).- updated to version 6.6.0-5: * Permit user to get virtual pixels with a region width of 0. * Reformulate the jinc() functio so that the main peak is of amplitude of 1. * Resampling filter must respect the image virtual pixel method. * The -evaluate-sequence option behaves like -evaluate except it operates on a sequence of images. * Add support for the Adobe Large Document format. * Add support for the -maximum and -minimum options. * Check to see if ICON image width /height exceeds that of the image canvas. * Set the DPX descriptor to Luma only if the image type is not TrueColor. * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685). * Don't embed an XMP profile in an EPS image for now. * Insufficient image data in EPT is a warning rather than an error. * Respect -type TrueColor when writing gray DPX images. * Fix problem reading 10-bit grayscale DPX images when scanline length is not a multiple of 3. * BMP has an alpha channel, it was treated as an opacity channel. * Write 10-bit grayscale DPX images properly. * Detect PDF ICCBased colorspace. * Finalized -set option:convolve:scale kernel normalize/scale option * TransformImage() resets the image blob when called in the PICT decoder; use SetImageExtent() instead. * Support PSD RLE compression. * The jpeg:extent define sometimes exceeded the specified limit. * Resolve "too many open files" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546). * Added Correlate method which does a Convolve without reflecting the kernel. * Initialize grayscale colormap for PSD images. * Addition Third-level Subtractive Morphology Methods: EdgeIn, EdgeOut, Edge, TopHat, BottomHat * Ensuring original kernels passed to morphology are cloned before being modifified for use by specific methods (EG: convolve scale/normalize) * display -immutable to display transparent image without a checkboard. * Make -define png:color-type less persnickity about what it will accept. * added use of -precision in 'showkernel' output of -morphology * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and 'Distance' Morphology primatives. This does not have a performance hit, though is only truely applicable when the kernel is asymmetric. Note that 'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close' operations work properly. This 'reflected usage is defined by online morphology lecture notes (Google for "EECE Binary Morphology") * Added convolve kernel scaling setting "-set option:convolve:scale N" If undefined morphology convolve does not do any scaling or normalization of the convolution kernel. A value of 0.0 causes normalization for both zero and non-zero (added weights) kernel types. * Speed up reading the PSD image format. * Add the -precision option. Use it to set the maximum number of significant digits to be printed. * Add -features option to the identify program to display channel features. * Add -unique option to the identify program to display channel features. * Add support for compact floating point (i.e. -depth 16 -define quantum:format=floating-point). * Transparent images no longer flicker on certain system when using the display program. * Permit interactive resizing with the display program. * Support heterogeneous distributed processing, see http://www.imagemagick.org/script/architecture.php#distributed. * Fix semaphore assertion when reading a corrupt image with Magick++. * Add support for -brightness-contrast option. * Add support for the BGRA raw image format. * Added Kernel Generator to generate kernels from user strings, which allows the generation in many built in kernels for both Convolution and other Morphological methods. New Kernels currently include.. Convolution: Gaussian, Blur, Comet Morphological: Rectangle, Square, Diamond, Disk, Plus Distance: Chebyshev, Manhatten, Knight, Euclidean And both old and new (rectangular) user defined kernel specifications including the use of 'nan' to represent elements which are not part of the kernel definition. List built-in kernel types use "-list kernel" * Added -morphology {method}[:{iteration}] {kernel_string} Initial methods includes no only the basic morphology methods: Dilate, Erode, Open, Close; and a pixel color preserving 'Intensity' version, but also the special methods: Convolve, and Distance. Of course the appropriate kernel should be provided for each specific method. * Add OpenCL-enabled filter (e.g. convert image.png -process "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg). * Added StringTo...() processing functions- don't remove *.la files, see [bnc#579798]- build -doc subpackage as noarch - spec cleanup- updated to 6.5.8-9, which fixes [bnc#565014]- package baselibs.conf- updated to 6.5.7-9 (See ChangeLog)- updated patches to apply with fuzz=0- splitted out doc package, see [bnc#533439]- updated to version 6.5.4-8 (See ChangeLog)- update baselibs.conf to complete previous change- updated to 6.5.3-2: * shared library version increased from 1 to 2 * subpackages renamed accordingly * includes a fix for bnc#507728lamb68 1532355368  !"#$%&'()*7.0.7.34-lp150.2.6.17.0.7.34-lp150.2.6.17.0.77.0.7Magick++-configMagick++Magick++.hBlob.hCoderInfo.hColor.hDrawable.hException.hFunctions.hGeometry.hImage.hInclude.hMontage.hPixels.hResourceLimits.hSTL.hSecurityPolicy.hStatistic.hTypeMetric.hlibMagick++-7.Q16HDRI.soMagick++-7.Q16HDRI.pcMagick++.pclibMagick++-develAUTHORSNEWSREADMEexamplesanalyze.cppbutton.cppdemo.cppdemos.tapdetrans.cppflip.cppgravity.cppmodel.miffpiddle.cppshapes.cppsmile.miffsmile_anim.mifftile.miffzoom.cppMagick++-config.1.gz/usr/bin//usr/include/ImageMagick-7//usr/include/ImageMagick-7/Magick++//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/libMagick++-devel//usr/share/doc/packages/libMagick++-devel/examples//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8470/openSUSE_Leap_15.0_Update/78674b881eddc65da015226682a5b5e4-ImageMagick.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textC++ source, ASCII textpkgconfig fileASCII textMIFF image datatroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPRRPRRpLf:䛒JDutf-87a95f149b1297fe6332d3d2dce95fd504b6b9b260fe0014dc56878edd57ecc7b? 7zXZ !t/(] crv9uAuDLV 7 BTX TLykFX%"ԼR#5"k9*m Jbq{JV=wR͝0RHpdC\ rx ̺Ho°_ #=>1l&W * tizNs6kZ9*vqA{$VI:}(:0 \M{ْݱ6r$08~I^30 K^t,4gtvRʢwƤRw/~ q 4XжBK#ǧŶ#^ul+fS= Ltd)Z-վy(wM8ܚVH7`裸}b_ wEk_.]-=<9?/2QӏW7h>:S:osm^t..r; qIsHI>3aVz(!D}d3S Z鐍ܯ`A[yK[\ [͓ulH4bvXS *>TxPП&m M->[M7mlzTs^Q6ʑtt\`NA^s]ː$wuf02!H SJH=Oisv=B:l2:=toٮ0QE OqѓH8R[D0kky9mJ6Zɋ▛-`|vj5{p/_=n^ F_<] J7kh@G=hǛ1bWZ0v yn>P?ԕo&X( @^+֟`OHt#a^c4H@Eoi<`WѲL^E(u-A立Àtg1a%\LM()sq}`fpNr٩VwvkʸޥP}K0\ȋNJ!LIu;>\ziD}Bc/6$&Z~X\]NTwe~gv;cJ+v%ơZ9n~.P\Ӎ3jݖ':V+4Բt@Ff9gT,_6kTY9vwЖH͔z#xR Q mBr2zHu / 0dCrnF$) S iLf# #يsP A&ͱM1KЧhR|FǞ3BL!DzixO&J|Qj*R{ KI]dwetnuV`v{kԬ Ɇ.z>ph.&O%+c%|=vt܍XRcal~A>eV`cgRh04=[j @c27k]ǩYh[wc?bЗ{.#&aW=TN8M"w$_': ,1XD?OpqW|3y63Q-&Rۭc"rVӖU|Eie6{sy'a H)9 #0 >zU?ݦRd<Yt!K=rt׭n:9t$-@'$!WT)V؆hh©swmFTiuL<1]]x(-CTrbCPٶJɟ^O.:GK4ϛZ#s!An\EOx:^e8LUl@_~sFOXA$wh4$fQ"ƻZNl@EXyvLx.<_OᮇXE(7xkH&[{'kpAߩ%H;9-`HAaq$FVp9:gmV,͟}TczL :o4*tl{%TDK޸AßR-,oKG Z#q;5mc 0ZH܄[l*\Q++xZwļ!2ڍz 0BT<~YBΥ ?|ԧD G?QKT7#TuKeXaA[4,q}/#Ly1 /U"_ַ6jG|#2N@͇ K0>! \Cԙ[̣R<6>%YC&|g,Hjs5T=սD2gɲd7bSTTm(N ]CF'QRR Qcj&҈n~]ҸI pJC *>}EpH>8^+ aq/)v=<^6I/?.kSyטt>h\hRטsq0F|cQS2J#4Blx_y :cP-4A0hOK ϑځ П@C D0킫'Mm &HArJC0=Vß=/QG-Oâ{Oq]tc#n<&W˵n <ЗP5aJh!(Ѷ7}7LgƖ6 ZYV6"x!| !{gy5QQNQ>AFt _v W!HIwnlg[֩Quz)npKTEP 3z]"'Ey^X6͆ӳx"Yխel2cf;]oa@m* HB;t{Ŏks.J9xa,P. JoU4 nr-@7Ak*6o[4)Lٙ2o@T~Lv!=5%|CPEP(ܝ˿Y}&bNI H}~%,{ ͉KQNv({Ĕyz}\zD@@B:Aps2g3oTApr7u^[MRbxx ۬ ,Fn[XV@On]vL_c p<<״Lk)W8]$6PN#[ 4(1Ua m /7XcoG'AՇ-닫8. ZĬ`C(ecMN JƏMi4#P (},i`a@4qEی!E!%=xx$R1wF1g>xL6w!Kt/4eu6(e2xq7"`/y ]YKPsga+JzЄR k_oC*?Jt^#Z;ϒ/BzR o(Kh6^H?17b{+da_('{CD-!D5]fn Q4aT|E%]$+H8Y0լoqY87NX{ c2e=O[B>j {wpPaNӭ9AХe-8إZ?E Oǀ$4 ^&mftztcЭl`CniOA!]K}Q {e3&A qU3÷i*MgԜ{~ 𺒠tq β1`܋Eja,|mC= S$ fJ=vhR ¥B'MaӖHqtQvm QDşCOvs!Y"+]x˾A>4;O<xO̍W ,Z>55y@ܶ]♃h;e?7dRʸū6NMisQ&sYO6"'Ph7x\M6mCg*8MnK>^* H^im?{ ɩl!:`JZI&x Inv*x]&Y틛H(D'-2iUqt`RIA-_Y@=0G o d,Y1M:]17cm6[kԌ+ąhϢQ.4cQk;qxW45:ƍiGa38#9ȓpE@Ԇ]?04! ]گmYLs'ݑ,^ֳ7N-ωZt_ԉ{^M{=TlJk B6 ?&[iTg&ʉ2 5&fk}<&^V"c&v*NXθCb' Z~3]RK, lG3qKD^SΖqStCa [c{7o{kQ$*Jc^?=Q}ڹ@0m ]"Pl QvXK`׍;&KQa񥅃)67^|?=l` H3;o 8R2\ Tͫgn`aiJۮd ?WgiwmDItcqWD9j 9Hֈ֦c#YAVb:U&"8*lQדwj:hI$ɥ3[N}IԤW*?W[+nj.j$e4 C~<{x(Q?R%{&/w~7hB^P3͛קk "Է y ;\>^\=^u7:$:Z_ȹ<Çr=y'RAz_EэaU*;"x1EЗla@4?N<7Uv\F/'d]<++V6^ƠSkHPN-P_@H ɥur *ї|ޣYN0 J,> }pXBakv,m!0bT ]Ar.}e3 GZk{AYM(ߤ=bhҙ-#.!{ `/7r5H i06뼑ֻW\4p2+afcr  sr@G`:˂ӃY9wwMVfH&n&X#"ʢ#d; gk O QHeQ8DP4^=_W[- cL2Cj#@kĘk 8po"Z|=kF3rGtTdaׁAzC͡o51z?GZv?H]8+D#VTNH+o{V\qoʼnF}3hw/гeg*UDn>G: (ak{C 0uLw0'am<7q[VThyH|KΝd*ټ̩C_N+/ BTf"?f"""ygÕɠCȲ|9%ow=Cdq{}T dN|É8HÒ4=LnO^ozMPɍ7a[*˾N%mm=9E{{pQbœN!9/L.Tb~m &|6^\rxZ!7R)D#˵/a6KO,YڪBtB_^v"gGWq:xj#y5`U"#D8hh)IK_/٪,1zQf\6q2NYy1b1U`bSh^<) t~QK& Z?8 =`9r䒐>0tG#o.$SkQq:Ρ4Mi2oj~v*7eMoJw֐4W3(._뻛. "`G]c͚EuPײxGgIqM0gLhzU}1DZkD6™EUm3ǕŌ v˛W${nx;ErzO'ߘl6%GtƠOϲ="i2-4;ő +nrQ1/`27_kcsڈEi!5jf|i85~Z^O5./ O4F^/6g},It{Ц>#eѾYgс8_o'\jמ09/ eUqnx̞n=[K~*$` A2Xlr .PvNm̜=ٸr{f@}Co c2S Ggpc V`Hvtw֥tP,_|Cg\Nô'`X6Tyl{*g@f0%:+.CP=b:˿gxo$UEO#ЩFl>=k>|B&GH7 <(*m-$AS]RL"sirë ѝ}!<OEg^ 9{ڒKr +\Ys$Ti/'wA\ ˢMiة6 irPmotOh/|H$eyF?{"́pݎ2iq #}C%=k8{+OǪ/u<Ye* gە9kPm ԒK6vmP/,PwPZLex>t0OsIwkAs oy+ ǯR?TLJYĆK9xgOC,f6{.+;W*bJ@2Ky]|߹䳉H+l)3WKΪ-ˆ4/Pp hiZY +hY E=A ̧>j°D p)&jpv;ưf/ʺSU/3/i5_on"݂. Nm0,Nj 4y'V,12]*'Nn8 |D5qlPBˡPp^BGeBu|kɆ\N N(䢷Nn'tZ7U+/sB\14:xmQ=I/Uͦ +|2oP2&a UjUFb,S/#Zܷ`0M؛pP@Dj'5URY KV9#LKCM Y" ]|ND;B'$;-i;x{$>(37&X785`7U,%U;g\gS;y,Jt}02^@t8M^LgS;o0u[`#n'[A22Xn>)H0 7b qhC#;EDtU!ҥ/7.sK*Z!)hYM;?h)F%!1 \ɀm-+LP9*(8.=r!2 5ec!{]uz.gs&Od=s宯&1aTNE`5\[񮧥}]gWur NjsN>9Z))3?14lo8)\Uv˴Bx~&ɱ#YۑAg Q!bP^tfd( s O Xq;ً;SR5`=%yk)tYk/61b I 3@E؅A Pi_њ' "cR%+X3U c _9(~' թ~ݑP9kuAr Ov*p×:gqnɺLwbSR 巇 &CB5S3. CG:홢pAI mW!e*Gh㳆&:Ygq؛]yiZ\aTHS?QNbA(ԭ {NC06`BZD؈!QguKs$2 GmzLQd%cF&-Wf>%z%7x94g_XS0O:qMև"pHdn7o*ɪAɅ,("%-hLе.uNM܌iRMhjbzJm_ N.oK[)")ӜWH+J\p_s9>ycM;\ 8=DC4n 7RaMGX*(xe<uHE7Z1P7wi,Ŋi:%[x)sb8.!%fp88 aNR2"](gAo<}V[L{7AAQͿ<90bT>rpJN*lseⅢ`߰%oqEL[vO#Sm0cJZzяcOhNad`.&tޠEdWM8էùXXTݵ.Uj-/(r~Y,_+c_ 4UvP1k6_F^L0WRb$4΅({W+\Kx y2N fO/{<8ByȯUdSQ5f=oO_2M:vYҠw 1 :M V?nMHc&O*"pX3NAR*)GQ 8J>!,'- Д ېҧ(7u >kF6 aINBTOX[d }cTc}cg$eyK+A"qLa!z;YڽQYa?s45-amjd Ya{+zpct DLxJ gƮ-+ qp=b[$;K+&uę k|2/ov(*MUV5M+FpsKU=5~p_1յ3ga,~9u!\yiҧT[mI;#]1?Y%NqBM;>G;J("oCOQ2LG\bYk5۟oEv|e $8~BA&:{TŎ8Ooe[!4 rS {۶M<'6CHN\ rRF4PAN6s|gy͡bY*/5L u8$ Pg]К0ёMVYUE)eܠ@XU߳> 4?$>Bϓ:q"T詞hѫCa5CNBي)s틂Yj"N\3%rHy<**J,G,J8x> s=R!(2&H\w)FV8g)B >s9ah#l6FQQG;pda>6,lN2: 5-.pC}&y+BhF_(VtXJfZzjc&2bXNtG$\x潜0 ޔJ#d|1@71-q!8daCd+ZxNi[ycɚ9q%Jt!% {nb +{ Z4?G'ab4/l~Cz̕T"4k'a~U)?177QfՁ8}G(fa #=޳^ P0CTq]k@Ǯ\BX;I;`߅.EA =T{N2%*\ hA(Y-MA.}3n*?PGg<9TP{c,PLB~4-{+ 7l`wqbd5r9z@G{nFr R_T`*vz- +ǙL͆4rT1$RHq4{?9{qVb,Eni]呍eze y_&*!1܋ [1Ȏjwml5.":wl\h0eKimS7VQ$aX4@jerFϑ})`bV H1;,׼ ~_~x@EH @4nfIKO:y048Lq|sfscę!d>_5.8x5A7 sӨ Z*ڨ{8`" /K=qJFQwE`FS3E ?2VUNDOVuBQO.FhYYbML ^Š G:iH8T+~gZ6+C;uɹ5ӥ9!Z$r0C㺐Bbq4m&Z,MީY ᎅnP]|/uPmFdW &h32?O_<*d?/,WgZ H,95=1uH&lH6|%fz"]xD.˳FJG'q 81~;-0[_#Q п{\@sfGH^Χ= e߭,̇HP(}^x1' * 1ԥg'0fx_&r)U/uטKol(솈< ǣ$t` eVX-gpJyT%#*JN[z;9q90S54jd! a]FIq.[pDIjFdXY$E IP*ɓϜNiM 2/DfMQ#)㼺lB >Ap_npdivv'l>Θct<`jZWp{8{a|hT2C#<rU* !iA!ط F;rWeyʖ HVCܠwB1u9l)ݽf)4yDXʘo".AIxTj3~!婪K 6cNۅUW";\/ C_ߜᅰ5Uko[*`đDV*\Mۦ!wW .Ay>+ l0>Bv.L'61q 0dк[*Ԫg|P7L!V{u:RhՊfNu۱v[1x-)<0 wiul. CcxkZW/(kՇhW5|IVP<&kٺf.$5˙*Bn)M:V^Cz/ࣶs p*ޜm;J0-ɸuo qU<.l< )CUPr WfK΄*Jt\zzc4y_zl?ի2.&&3^!BF3Bu-&|r0lr5^:M6;Fa%a}i@m*$$88ъԊ:.^9Uo.g>H .0BS{# wT@RN8rO [lJ+d}&+O-OnmpMD\Tf󷈏_,cG 8Yw rFVL G{8&-\H h`]WB흜)ФAWuV}t|}) (֍HFZJf`FY٬r a9,< 3қT e#Mp}\6FC9n8^s^9kqo2DL3MaI?bNukhV٩df'MLD593SC<JՊֹ<pReeS.#U,2B[mVi) PrvY DܖcB\.4TIuC0#<7<[!A⸔0zZfe5g'zӨd H@͑aE|+h2_˫6e09StW}~]4${8(%l ͷ4;c#J!迄4M+MK9οX0uP$J䟐60 أq2#4ʆKJ_wZ1b땙.9X2F1mzq"O6Z4^_q4"WC!{ikCəE)z Cy ^%^(bVc% 8!4eɁ蜉?Sĩ/0|m؞ uMJD)Vx _ԧp"t:GHy8*Jltr>ꈗ\z Y9p}h|,6i,a,9{5M ̛A%C53Tm&Æۙ(/C1,$-E; lL.M@364BiSvv/ҝ]¾,Fs$ZwFI.O.@1U~ז$p߸{W"h$, 9w\`CR7_W5A QPc&$H*G?y r=]2^OR12aS^,}֫ÂRg1.Si?#BWYIZy9es.Dk~$+|sYdyfd!n[ĿҖLڮJuAG4߿R3ߥRG7uCWlLee|whZKzRY>1'iy (~1l:V/$^=xĄЯ˝zz|V*\HiFok D!91!J7ؠM=om_l:wAXϔm8~R8prj62+}ZnJ9<Y &NYE!=cq46Sb6ֆtm4n)<ƏXfdqќf@mp :YSJI,H1$UUٞp )|w8-d*[涖t?R󈾴opԺ1jpW$rB3,2Ŭ^$!Oc lkKTph[!8`'5)Eb QiG[0sjm@6<2-?'<(ډa%L~CD}Ii ~*o8h=[(8bxtBf4ݨ"[_1[TR׼g8o?욛4дyîPOy꯫:1<x%},{Fhn>p7tG^y=h4פyA*sGB=_8zwe=ٯW5wxP% ^onaBb*lʆZڪWtKYDy$5"=@-]Q\8w;T Vhi5m\.iTt_9^ؑ۾9>qRpk~ja#}K ,n ? Y *}ӀL Y8Muw󹀽hpEOOx9t&RƂXuf` *Xڼŭ'fgSQ&LM6Eќ lMDeiENc%ON˞ș%a"|'Yg2=dj^θ`*" pZcaK||AAYv٦"nhyg8;Q  %eu,<}` \gć!09ԆK JP(k7'YwR[OUVzo[H&4b>P$dUQ)o ?os.bx x9"-W4}X[1V^^9fǗB g.3 SdǬ\Y90^b8z& " )}Τ9Nߜ:6I', `(ѰW j:Lnt`ZL=%'䔯xЉ.C{fOuNȯ5Xhq2K5\A!4̟U_Yc4Q٫!B)8hV6>?+֘u&m\ mPm_c0ÞKtIj{δgܩ]1^Tƒ#Rcq#Epۍ4nfmC*h4L4s˵|M>k]5uj}M>ٺ LBf Od%R>"3>r\9Dcۈ\6?/z&,w7G JdC'gwgФ /J fjNױ̑A)gs!^S'TSŠVByV(OXO⏟~l*ρ87XA[e} N|ݶNrDjSq%oqAM;ZOw@q\z4c3ppQ޻wW]?d$Tj2a=t <6>5q9a|9P&&/}=1=/!Sִ}%-Mk*}t"("l) eǑ~yc\Ɵqkz?H'd Y2\'R&\noykpGZ1DU:5'ַ3ZpPG{2Jk`2c T gl }k~âX/tR uJS(*"R͖_)ZBup%x %/0i) q%͔e:2;)Bޙ^׮f#:nBlOj5Lր32 Xzÿp KP1N-Kޗg m/G*Z{'?\يs"vv]5%Us~֬zefmfUNTC6;"}g_~%qZ~M_!4_~"Ek|}/*0&:ùV{P~9?R[AeT o9r邺k̵Z: y2;bȂM=:H8s/XݿOw݀T՝KB S%޲$NM YD#O " b=DUk;KG5^m ,}t}VH<7Ɍ.CGg>uE?sy UL; aכ;@+oph"р[9gk[p&֓M=0vӞ%G#i&op3+O_4e1N8p#,Hr-C R/肯2Z~7` c_Sg {AJ Lg]IaX=S04xI+҇k r5 *[WE,إ+Z;C|JLm8ŝ v bi%ۯ-'Q+k+*bEҶ4!YhM[L yaB~Y(`~OL4kF8M2af _mKIDŽ,_*ƍƟ+-Dtf[y֏Pf4u ((Mƀ2`f5xZ g5d%\]o1ISA}r M/=j\0EzLw/6sт7중n"< j^<ŭ˼ K+<>qȘM̾}2TI8Nz17@ʀ"w(|Zp0""?i@*/cVDxF ϖ 0a&(Y%#?ft L`8jYИ'%C7=1l U؉DŽ_T7.uX]2N1 [ךc-O$؋QJ1:)2t^9N?u-5qnGJC"uG&Kt>t8`hV=`@&|0۽r Sa>+͔\FxPÞ+^'d <&R֤e9lo=nd+h d3]7n<\/ɩD۰1]NémR}&ss#µ_Q7LF0 '0&66t,hbܤuuqlx* N3A#R+0 ):{ 0)}9S6t~#osy:Hcu3x1RiHf 1[- T zH,$=_l')7jh70+%%MoNhz=l`&*Z6͟f8S-VjG-̝?mt³XWN* =B7ln "3 _S63Ƀ+^욖Y,H,pXmfΟ UUHn8x,] لvn߰KQ6$M Ami:Wu]tÆ;%ASmZketO_hʺFdWqDAuAʺ}~u) lY{\@M&<4Q2F_4j볇 Jĵ"Jj;FxG'{Uk~XA $Jh󐊏OH%R;.#"r5skIaѩJc{>P.i"[{.߯憆b1i9-mb^ុCOc=D!1XvUlqGq[hιm*Ə14 c7cdj i)z9ٛ7vy*@J""<'W/|/E' k E FQ09&Lzcr+  I希N^ /r0cNqK[ vkOf=B)i ,\긒%$h &?K AsgÄPPpZs!) +[-[2b Y>QB|hr`.Ϻ5/"r%&J3<4皚Ikl5%!kPQqPPvFUCc n1B]fuO [.Z* _ ej:cKv~;ϴ>{8.!C\tEJRq`u {.p udDBۙx.$!()ro9τ?aDx8\79}EѕR%]i?Q=ϊWvMHai-fУa\5DhæbE9!PER~AUu}uJ#CTKk*۬p%bz[8>o\[(z32ixzʉ .P2b׊0n +Yd|wz?zgKFx55L?垞۲ڳ6&"F^jmiG쬥dx=ZKdq/Bc UY;F#ڕq/ژ4+[ \w j{F XuTh .g"-O- FrCUR,j3JYq' :>ogf"UC9lɺ>>zkĥaUrݺi+P9^z:`N[x.-‘`,8m wDq̠FmV-gteSq3$C|\󠰼:'ne-VS7 _@췓$˩Sk.4n}e-akND[I4}6jNWTjAF+: aF^#TeQv;6 mpk5.+yMfuU^fj590#Li`QٗdCS8$M,v%U_S?gwI 9^jY6cafE9$f‘dUqEvdp[I6 z:yاbǾ`%֒dwY _}j)(/y=}'?_s$|ZF5Zze ƒ]?rl0uY}noqbTH*G3%o>\ u$d̗#| lûϒнLP޴˴ Oygԍj $$ dkߚ``{.8HO[*pTϨfu"jRaоt$5.GEMi^T3{Z|hhd㡺!֙ӕG1Yԧ5E;ٔPAc`FŔn29f]em1+ub#O籐&wT'j?L"RO*@$t.bGNIDэ;QY&Z?C~(;UoFЭP  o:4~ER*7'ը,3Rűthqz=2%(ԻK$u5wLau! FVzr?:jO>>h''V^57K0O]PkMոOe"鬓 P~t{瓇h U8D~]wĉFBͳ/ޗjh;| fyl1F8QN'\9ġg`ďhWg: Z l4'cgM0qXku?HZl,_xHVVf*|?98!=%l|eDxX|,տg\قfͼ VQ.g?WX =Soy-M֘w ߧKJ ˜r_ Φww8L3L#F%r)ؘz2,Sg 7+-k[c "pqYsJ>(d א~l?͂AQ\rC x *Vю&׎gl4PbFU vB W?- E:eWz*;/jufeb|Xyftm?-%9vkf3[;G7,@pxnfJ}lTz4k0@6i UW/+Tb7ROj!^ѽiԓ-g'>~FcajEPrf ƶS%`P-U+D4 Z<^'w{S,AXQ?eA @wthWAx=<0͇rz'@e~.ے[Z+)=8A$^H ϤBT8zyϜNq_j֞leKӱ;w܉<6,s?˗+e= Lq&ʯkE"b~힨8w=&O%뗗ԃS^qk33+`hx;rO(-}1푐_\^=ѪW ЖюFUuRie™`պ'SCmY!0uڎ}|$KK7,% B="+' hG]& *bu|6ȑ'1ILX12픃N?,6+7P"~(cRN}0Й/iGohEly4",C_l AI=ʓ܆S6?];gepaN NeĎN⻛"*&q:8\uJDLuf?ZfW#9b_ U#א!1+NtԡCƕzao:) C :DVʿ86Ęǚ"biS̤~ 5X`@&71ҳEwW68BGvc⽕V. V' x{ Ft`vR c"(/mo>AXr@{, ~~o|$4X ;q_ɴ;6e;ˮ0Ϯ7)#mZ J QH/ lxrs]fD+r1 7,ʍKމrT'PllcIPBINh\@Oy{lO+10]J5&>U9^.eOe>eRz9i[LصpbbE0'RZDDPqx) &AIQb7!G,㌯@I*}߼>32hjl0OO2X8ޞ/54HX8P0ʶgxwLZߗsYl?>5I"sZ(:,a5B1&%}l:15H`)/3b|r~:qaH&HgEQ ¦$+iݓ?،xX<6t\}Hmr2Kڴ׹"\q^m.,c݇fCߣ0^(-/D75'dY*0 .lxSCŋT۪4lmeYXFPYy'nZZjw3peIwa8=%$\ƨ c-Me!A9۸ՏӐj&`!B?RȔѣU~]aBo@;R۠mK̑"+`}!j8Ϡ/n?eKfSp5X+i,t>lɡh$ؘzSMS %x҂- a}56)=FSj8n6]4+gZ5e90uvYps΃Z+ڲ͗bb~*[4߉w¥Ekev3,eh3LV?8|c&W\%z"=HL=ǽ\e(޷Ŷ՟CRK4Mc(~@HݺK5rqC,n- ;]&UI; zr雬tYA3$(~mS3l_ve|w"U9W/+ H0,xph0!U 6/(c2j)ŏ.vhH,dxr:į UԚԲ*jUbH\1.B#FWqL@c5o<|Tۆ]C$X:R+pӁX~if{ .. Jeı9Y1A֕B&dT`y tpńD=TY/dR!ل_8jT55Rԙ#x0vRk]wr6^u[tAQxMb{z3hoZm46aRITѾ= "z)ayX7c=<%t?ow5ѻ"Ւy:GQO,{/T%Ĉ*Nw #z2}ISV:RdՊ$G]BXCf(MDaV}|p1DqS pѻV˄Ѽ7:aܥ@Ļ bx::Y7x%Wy}[u,u,˜btښVd9n>%M,*2wjBʊ@~Pp:l}eB=NeE3f<1vX[3vrN>CaY<3~>L)tOG//rWQ*5UN4C#ܠλ c Mm)^QɭB]遬A# ,؛_Y+a) %t%.ﰷ k{&ڍ`ՄuPq_75]3)Az`zj*А=ֆ9L 7OI /ʝ<*Gà;m>kVLxi՞2V95YTĤw/y1bBU)N&Հy!QO^OVbbuT[\9pwe=n@֖N)ոHvosZ(^$|f7R:02yg6N̿"M?RPTob eE!7% \[Ҹ"![\[:Y*=)|)rRN^bvկ7gZMg.J h<[;6s&@{n-Al6/i\W0 !ayhG~31_ô|:g-u-j+nU 뉻wStUE [,<0 [:xj3t`tJ' "sY?'#nY[T∐$c 5/|Kv0iWQUR3m ɨxwPq 碦 Efoe>D1DvG ?kas&E\?(嬮Fuu`ö[߿<%4~]2u6t -~.Bs!*ĵJFU=y!$xC?.I e;eH/-1C>!Ney't}LyLF>iS8uOÅ`MўB H C`gI(e >3 ̻(y)`<ޛY||Sh4D-y.ˆY>!)`e|"G%@w/Qk~pNi Uf7O# C(7IsM|`~\Q sDoEeL"ެ b8wÄ-i <%wZ?,7f<6'B\xu,V#˙*gLxEip)G)=O.#5fn;Ї!յ7[6ZhTޡ$Shb,X#VmiHrRpB;ZFu;TÉkeJc433%26k[kv5RW=Ǯ96 v;ZEȍhaa)7Mf}-"$F O}7* 9STg2{BŠGr~mD`!IKmɗK4Ih#zQ%kfsU#d;9 ЂDMJK~?언e0w7 ,vRII@ں7}*cw=Q>f0^ nh_1.p]95"F,{'~fI8BFJK|vl..6ök!=%( S?NGQT=%WLOUt2tf0ܕiz@Rˬj2E4:>0)ΑQ m _mB/vq5+s@?G+~L7[Umt>vA!i P]ai$+19/!Uv<sJ!8ɺd0 D:=Ml7ʧmLcGIH3P@gUJ<Sb [鴞MֿgᮼS܌O*rcĩ2е/Cax.F-pӊ2N!7H7/)QI" 4lӠs,lxRn_׈_4 ϖS{ 2D3Xc .Kbo ͪJWV(W`꫁elu6 i|) Vhw/ϊކp,Ѯn W N.WD?T. X#4>5]Δf)%g?M+1;Ʉ3(qKcb sc&9drEL#~ -dL':P\O?lV[2M쿖+cKWocy..YEx)= Fgڤ5Pl"raRŝjGQg ^lTu#5&O~q}1zĮ|3MA\z 4Qd݈YqB8 ai/IB{O-c|[l 1ꣻȸi4Um~mEnK NL278$2^hx?^{ݫRlDA}\3Y 74PeW{)CվuWLkǮn>c9.ד BnJ>/2W |:9$}G;Cz$gX.ܫ($ĚvPg~Bm㣇Z,>,_HYy$mM2ϕK<C2<ܔē[H!X= A7Ȧ6-He})h 8txwM滵a:R=^#erx7CҒY28 I̾1t8R<>Ʊ;l.HXL"fn*{dfRL?gƵ({#Whﲔ)/̈́Я+١'6?hNJTkq QK/J"Gq& #W=I_%;E-p+5l4 #{ KCLxa>-fk˶4)o"dSO*Yvf/Nl b乏`Q[ .GWv7sAuyuBHNV.p-i '%𬆦|uIRm1 C]Ǧtf[ע58~^O?kd==(HUAweڕJ?z R\|PG^,H tIXdi q{*ذ ^K,26.淚O ;NRp*Yڠ<EkA%^Ý3Asxn%HԷ` +ԍѱ`^L!9BbF0:64ޔbXAҼgN&E]vȝ "Aqzc)3B3fŷnނTk<%S{ۙ_$tvL*vҍWY'NM]$F)ȖJ6V): wdHHTy]=!E8,^VݗhrC}*W'zȄ3R~iïڋ(a/Y3v]`-m )V=1K 4;Z1RZw{W1\; Crq&Hs#,}|Н"(^q鷘|)2>KʅNp9Qd0`+ыoI?QJΟ%}d6t;4x%:*"=o;.wC;bWw3 Fz7 {鋸Rԛ8YD]fhwC!= pV<>|ַ{=͐stQ9ZeDC(}neyOfj*3|ĭt puK@'Ƣb!CL`""}zn*:NIS7׵J%jiX&qA"OyjFxpR&$V93-͇qS&< Ka@QCSU l6ZZO FL ȲQY duBؤ$L΍k.Wba:5vZ^Rc~!W"Z=,ԌIHCjgZUg/]u w.rj2ZR@5cip7KI#p50!3wg)K5#Og?i9oE@{>Ǎ.5qyjb^@ͅbheV >zرmHUm1l!z1g܊{Cx56gy'ƾ U|?~oJ-̛dZYe6c+Rgw x7%O-kYRo_7/e}6X׺ug=C<^6Tԁ7ippߟ-{`$`5jqV_RZadq?(GᏅk.",g`DYZ^zQG3߽E=v>xCd~&vd(FtC8%=KͿ5PYF$uu= +",H) G g"Hڪfܾ!jꦸa<چ(0,] >?f@`s 1kJxsjD3ܨr \5bS0V9:6eA Ʈ /+?g3zG$0'K(Ӎ3( {[Ved>913v#V.Rqb k^ږ'zBP/ DzKO3e2,'q$LzFmDve`JQ2xNPq$fYƍm(n{-80d #eU.a2D#.p- Tzl򷳼yHi/`=%LrfsӼEt#DE( kOx@ /bYR:gVA+iWp#l7I5ݜ|D|fߺ"*ftOE]2~5?nB-CU 1{!<$O O5Y14Ý"V7dPZ¹3{Ek ^^/aspyXO,JC4DHGcԐ Oٚ@=yGV&@<}7qq4g&`b_ʱ}wQ({}%#ԩRM) 5pr}3ڗ󏒰J3] g\cse iaR+>:8£ XHnhA%\CZ;,g3Lxљe2%FRgIly Բ a +;h$3N( %6PnOwnũ_YIgVT?D͊tfw~/J$Gu"~lҜȃ> {+J0>ڿHgx~o񐃎E!jnc=m zFGkGK"=qE.}JüVJ.bݵN1đHƽ+R 1Ay!k@V%GC5"s*??HXu5"*q ī2\P‚ww~.rpWoQdNQ8+f؍:$4N*EW5Io֘?G&'{AZawɤ;r 9υ$1]MUE*Ű>__79  nշkLa~~ T.^.ό0 'it-l^_g|?/)eKT0$f;Nԝ2A ľ_Þ$l7 7ײgp_dŧ!J*4E%J4-PlڂaY! !"ؒEl:XWtPl/_}|wg0>:c돮7an6ks14۶IRUԤjc_a<(?d#t?fwU_cq 3$Zֽ_϶ڋ)Put)(9nK/ZWw(Z6.s(-wcLJ6u 5]҉wBK7 n &h~ҥ ofDj7:< 2uuBs./ ȩ-S59._͂;e}=qgO7O5q5 uAAq4Mt)ZDÄp_{wuGCƖd):S S:rEAjI6#P)Squ"'r&:0ӈ誊tk V؅mE)ۑA#Wj*b9\R+iJꮢEx%t_Dz?Ŀ=&DŽٟ8ЌOgǒҺ z#NG   -Dѧ7BB) ] b{qt|aCTm-_$dwGOazN@ߥ̼?SC\yJ Q; {x[coqG/JH7W25$l1Ly`=i.f=5t <`jDR;2t1zXK_qY_`DY&a%Y"vQTJ0H Y59KŷWDcM^5?lfx JJB 4P+ ,1pf~̬%瞆m:HVc:בB߀V3|y]n&ӶOBW0duBQjv6OгRc~& yO%s!úr!l/lXEFw ^}_7~O7O =ŭuQȑnl k 4u5PRVLр36Uj'<a$rњ^c!Ӛai`ޢ&:J`V_[iKf^ phղ^$!! :)۟*»jyJuM |\9O]ę6B8ĭ\@hia2dnwbDS,A"ʶy22+\ĩo<ƝXY#VfTPU'FD /|e@&@!Mө,P\C򪯽_/A$|Iష6?B|wK9ۚl=#XiNmhkml$="c/nZAX-b}y1@=!`vVWeS cViqEa_/\}(n}<!$ZQ|,ޝUi$ ܍*e32)ae%ytpN˄7FpWlK؞N.PI9d(?VTg`zc<"굽դIPZp6* Š,lI=Z0EeG < ?IkQx,wkOC?Zj'G.BԃS'Q+t!d p@0\CWSbB۰A"5#y̿q\X a5蛞<P ޸_"o]@ƪt?&W)R>!L$a•O?[rօ{Κi숊)&xƭ=` W TD`2D%y5vd]k}v7ߠ bVQQwQ[_rAFxb{*:NM_Mzܻ?|-VlH#vt+~9pzͪ"%i;ʣԉUā=}j4|wc8)$~x1"oAmJ/ +PVHP#H v "O2VwD)~n̼<{twfGU" tÒEfg#Y77ЀnR8:|u0L1X"|v#7{ЬrP:CUEOׁ8%d|9dxN2~5$JQ~`ߖNy\$O9"bҮߍNhهa5M5oxgJ ejbFJZ厸o2(&)KۭK1//f@wDV~њӎJQ2-| '@7U@>WL9X3Ė[_x '9"&-tzR 俿:ɮ'֧ed-A[Nkюn*8r`.T \"  E ۜg풫Jڱ "4(?\(I۔XDb,C: 宵jNő}WՆZ$XBBP|쿢5mhm }Eg+n "~طb@|TL<A腵LMZ%=8Ǭ.u>"eZQDM>,uR'bN̈_e/DFߋY $&3>88ܧ `:z_us.+!]^**TidaWE-R4ˁeO^8DP4%Vx<ߝZkg%H\E@eBs3I%A"dktlL k+(0 G/JE?0 ߗ>P@7?ϵF|q3ǀ?HoS6 }yZ(`/\0<+)Ͼ֩f,gf?t8dLǍ=rK[ʱȏcL>mClN0]]1zt3ЖH1QҶ1ͼ$ru@ya[ τnA> iSQ?ꦒu0*CAϊ]-=<\e2?m u%Q U>wpZe}LuL.ho6P3oN|9}S!=V8q}R}`3޳^ !Awج璘0Q^5h)ǂ|N*xps_^nCbá2,P_gat+9(w$V^6ZYѝ;IP!驖~M% .سW7ڳPטKx0QEXy=&pϫHfy晴4~giO0MgOX߈9u .кuVgo>j.؝MJUsJV?ב+X]_a?QHs6aTN^~hsf0'ĭ Xap˞}͋>\#fGS$~ڏ֤dTaǓǬi#+ ,Սn<9SU:&_q ;sEW`_pFH0qs z;o.:+wb(&1ed7DZІ˒![0#)Tp[ubZ[n/n+@1זz&ءR?a38ΒӿzEnܺw ^潏5e"4iX?gb'h3 )f֞m 2WfJbx޵?⻱(0Prxn vH/uTnÂ5!IJa!Ea`a!I{nH# pN[Z4-UmVß@!>xgl#%IC1:gkKpv-kWNFḃV?8{Zb"\(1a:7bajM;R޾enu}Ƕ9~BIG rLK?/LcV脣w:7HY"2k6_5|B E77}2|"M5VB9_PE: ?G]@M!)=)QA yGkEcթ; mHKPƺx %q2A)daĀ{vayV&m-V ԝZF΃Y5t)aڙ*[̈́Nʹ±oo&6Cfƒ,܍6=y|¦I5gm&h~ DVBy_81IGꬑL6S#)C3I3(جX7]_P̯cׂ8*)0VWPA e9)%Tgb`:VΟi,*MytEz ]Ϙ)Gڔۛ$ǩIl2Qb7q&"4BMr?ZukhQۉ\i:`di*+7#]`74}UK3YgV]ЬTSS*8Nlk> %CZ{:TR(RF뽶x=ȉHe Χq2a(u 'R%@FOFUgDmm@fYM``ϕ i0wR2KRlTq+TD| VAߛ9jmo\4R[@GՑĜur@{X )SljQ}Y;7Dar'Kﹾu_Kz@xeںKOP_A@.gsI=G}o+4)6P;ŕfa@Y_ڸG3)"!{:C[1!tYVoxR7 NAfQ"DB$z%aŤptydc[2^bKER4:\ht&^¹.Gv^rHKR"s{n@j HH} ?$no!$ϡ4/WSc$ɜzۀsL0 f@-=h#c~~ۼ{J|y\8R'6 1WlVø184jTvMezY&b*& }64ZAG^zf}7}P8W!\(vd} i\% Ց: b# Y'u* 9 #LonX(d kdU+68į,UMrr~̉Yiz+>kAVuS)Kꏇ'T>,1lfiFՊsKMff(`x3ZF_bA@)Uk^5V(;ɵwR2ImJn?&NiJuCZNB&#2#nMw=!:}ef=t)S;mbb2_HJ*&mr#.`S7+IXt&1 &|Ib|ԫBNiԉT=릊 :D #Jj?+}B_#);sy!5BN*(JB| *ڦ#5w8a/ [BJe*ni]ཻ.+u&- Bf6WS5ma^ Q81;DP#/a{o߼6 {9JO7I k07C^̜ҹLz(=SaKU=7(=tQː8队x_'- sL1ۡ8u3A+!dlFxDBcx h&1Ahx/7@g0ʙ 5R=bѯIS? tc tL i Q9GJPSl\t]y AtDd70p@ ^P9ԍ pCWp||Ԩ{<ғo!$?6Ӄb# >钅Ϳҕmg@MnNvwfc??5*\]r1h~ФvC_'R/vhkC8Z+LcH ݐۓ_C{?}wNlz^mp[t=@mJ; x s,ƓۢDPNӼlϥlXK!pF_+dd~ ~d~?8,d~3M}Va< Yu}~S6FI9F (UX2լtﲍ,amg&o͡r7x+|P cאʭI'y8Ehw+ ^LL)8ӿuL! L\ nsys$ڏDZP^rB]H<ܸІjٹų)˴1 cqrSl`٢VBnd95_Ш.E4^2sehɛ BX%V(M `)yLM&NQt::fR&TQX<3:Ѵ]4i2c?`myz"Szæ0vgxJFyHOj_2 Nqbؽ~ T*j˻'%K Eл29dG~TݐDp:s[ ٍm`TB'ԼE>h("scgNvX| ?C9O|Um1i+INטƺ&l$ٽEEZ~9"mviNFM! rMNmH= 'hz]NEP&ZR 'X^Cc=Ws^@CUYYC@8i_DlC.T9Wڢ1;%|h5lfXVaudh^Y*G:+af#m﴿_Eq; C"kna(f UIB&=,*KP{dU0JnA?0ih2Jfߩ ҈ʣr/B>9 @&n}FlԌgǏWw0zlg:,P`Wm+pk)itó#? rJMT$˜wb=nhX mmK rҍ_*<sl;UNZߟ]"pÌuo7#E N{(qwd(jX2 ):$$=ޠPy3 Gk!Bd9`5V>ƅm Og{~Y;϶ϯ!G `>{Һ!AuX.:7sfRX\=ɺ Y5X4h Nع ڨ孲.6+~!ƚ[Y]ÜrV_`KbpsJ!iAůsrS#y1]Bw8]Ԉea@{Cߠb%ԫ/  lV0E𠺊B{9֞]F|h@|Z@d޿[kyvezX]P !nBOG:(@0G4 EҤ|0\.CK1~c$Xu2#u},TNjz5' ޻Kd՚Xc!HRUK Fn+N&P}h Ft ٬+Ńoz]?Y%~/N pLB1Ty)'a7Ыa%h"H2L+߲#E^i<9%x7H6T׼A~c #c2e^ y@W\/]4҄Blj#ȓέ:lj1Q+"C, "kpAS=˗unBU#(:[=Fc &R&k6hg{VpS{o9۽kN"̘VFnd%e d&&9]+ = ;آq :PҍA$ Repmj{þJ_Iƽ,#,zIpG;M?)WU.W C 9-?hHɚk?lf>sfm9הo=T<(Ts!WM W^NV790xddR/C rgR(]p79\Y.H-D|eFҋ(G؜*hAk`R[Sx%CY|,Qמܐ[s;7(_?ecUZC]=.ts.^QZFpT.+2{Ex!nMU u/w*?uѺsb"~c?4RveGA}͉Y93B \31u'A1$JI\5Y蒖! x6 ް XbCnǫjR. K_uhs T Gr@:ύWHl2rQ_qby1NTKhvcA=rvvk,D^9:-uŪg?fE^YTk&RJ's35b t}4*9;JRm45/jzzCmc)vy4Yo*<#]fl-3./b*|U靳E~M)iN;-&ctfEk¿= v4'F|ɳE]=}znL7܄B8Ђ*Au'UDΙ ȱ7֑/6 e7Ͻ+Tf̱I"3g8?nYF&d_l\~y =moNbU;:wC O2 g~12wui-GbH0h 68n!ݔ8Ŝ =3L!0 vMެ2oNn#Sʗt0zM8.v )# x"'dUu3cRvӑWR%9D¹CzDTX0b?hp9W y0S?t-4s#,8zk9҄o5]+6!t%"y0bNQnDF3P8F>KSy GHUx +,aw5Uoc5lJ.a}Qo"ڪ$V})C0n&1M$*1&3ϬO "$r^3IH3C~M6T)BϵiOiA5OcO#g'&tVjHWy(w\"Kgm`%} 1Eܲdt>}G\=#lqD#Lz%0刧'ܶoZukg p&8F_˳ +tdBbV\ӈ`x^^pATZV_4fK"mޓ``ﴻ -sZMڌRfP0#} JݑȺǎ@(cIOm1mq8«?=LQ=$u~V *: غ3{J@E[M 3]jtVkԉ#Ev'"1Z.i}F2ћlUJs|R5X|*K1P>?[]Me.'~ݖY6Tr)+L/+=\dLXye ?',6^y~b0:XW '& ADXq[˹|˴;k5ѫVUWߥv/d y O6'wsͷAUMiKLatu)TR4X~U"K+k>F?jQ+!7l[@ĪIB.i۴׊a2`J ghfV S#-OFwC?M@R?0fFX~%$m?󚌴5I.hku7ol$Vike{I絷5 ~\Rk%ÖӲxGBpZ攷_)DyX(sSCUyww2k> 'O.ZRD'T.p'lgDz\|H}l=U닋~M[m&r!/{y c4G׸dW' E@EKK,mYA gQz/ȼM=dɬ3m y3dƩJH?0O x ducM*wGn|DkKLKiB F+SB;*R)Š$r$ne, +qEuZC]fq? kފH)ҳDxĪ=hR᰽HA{?[pY$:0Mgݍ2jU)tExL[X>9.WG[0 B类wn$8LnI*Zr$JRPhGDIw[]𐙔bo ˾]Y $k};Mwi/bbs@W*'®]ņ ,Es*>-.rwh'Ș}Msu&g+}8NOWpQ2ߟ$;kCRePYs#]ęf7-QH5 ֝:Kg)^IEE@3u8eFN9z&iqڮøXa neyi n5\iXt1n{<[MLeԓ@KnʿM$1Nz{DT^XhGJ76}Iӻ! n#ɟ @G3Y+y$$[4065"@_x)NW7/l8Cnp;Jr^ɂ/;؛I aF.`Ѻx3)m=!Q1H~U<q OOI慨:O@fFG2LQ^\"v@"-8s7wB,նQKIry88&~0)E%F ۶q%:kxu*X)lX+į$/࿿gb*U3vEUYhr*a E͋AxD[n¼JlVT'L t(,#!g$CmCzIk /Qf r͇?ag)0VQ-a@Dg eWK_YoeD´6k WZ6V ;aTXKfU[KZtb[ ^<gvU)kTy]I µ!4hE U\unvER穯IOZIg0=+ѭ|tRyPavq3dQiiP14g. b^-.KJCvNt2? DZaV _$ذwe)ow:jiS5`LB%X9шU No6 3ˌT8ZoSAC4Xh{PZG]s&=v"OPS "L *ln&$zi7U7CdK+Іg&(_ aOM'?ipa'ExXRV,DK}haMߏVRaIF:~G+MCa =F.D&*nK}-'~Yԛi >'\Rt,{-`ɵ{]3ia:V/p(ᖖS?GhlkJRhy]4EuYM!r [0Jo.0ǣb~m_-ކn Lk29@ @Pv %shPvqUF|]ykP\eYr`-q7.ؑ\]2GFB4[:7n.a8qwjwoAkJ73TfqYͧzW\2J;hG17~np<?Zw)_tפ{ۑ׽ {7-fU-'=H =A Z nAH=Jt)M'-Kvq3̌L&l)sC3p:wFtcٞ'~L[ LE ill$WRp-^ %Ȫ(dbZ;BiޔSLO D7 勱Ai̸>'a+1;Qz#lk9:q+X",|LAz?lvZ͖\:^IdST b ^1ޚ}۹GG#w4ta \("<*2 Gv,oTS5 om*z ɯSsH.W0b@0D[aDC#B{7 yP2Dèu%8Vךlm0a*`.-h&?u%'Qޛ$!#ƫ & ѧX5,Gk?M<-9 Mc0p .] XI 4B 5{`uXibHGEAz;MŁgbrDV plQ;[^诘9n zCR 5IuرPs А%:$Rkź]ԑ@A| @suJz0/}% RIvn _mG:9+P :a:`ow$aM'kTG`$+~ILO7vf)(v?aN4#6st3;*NVkgz1뉓5_{*rpó tUV5T:oSXCDzP³;X37HDalEUj?[iB?'<m ^:$}Nɯ)SGj>&`iB/\ M,4ьrV գݟFPmQW RNj9H/715L,'Gxی6~PHP!$I˼"I$Su F $[\=  dU82Ba(m_P{*Z  @3fw>c #rm=Eh4ic XOy#3<}z]!C5H # GX}'^(,F iٔu"g3z(r܁pikoV\>-]\&C Q0ۍOx Տ RU0%jXZeMBU }쥗1z_ןfc{Ԍ0Ö ]X70}͌Wtg#9nvo6jsٿKAr&j8җE|yNX7XC7ʙ\LE>KUbHϝV8𮚶y9/x#F.L%SũzH╋rnuy*pg-~⚗!cZ#S_lHG'(xw:?Zl7C1ݧWP)+]%ORz(wy]{_ypcBtco* &3|#5@|x$LeOY7k0 6k k) [ uT۲VUh_gu~h[9SQ}Sg5mQ-/1j^۲|q~gLOy*\1 ?hctM)$~iY4Wbg65$OL2ɺ E]>߱k_nCؤkEP FklQ93iWcBBX(iԺ5<ߨ?-uO|=ۿpFc_bauXboNTy]as"֡WD[iK nA͂Yww{M70d }4m6J *PƬET/L)I1vgsG7+,IkUWA_;.~_t&g4l p@R(*jռݳ4=`pRS?cXxG.ԈҌMJ~HKFeۢ\Xb-zɀy$j3<ټоd)z /)͕M"AG޿D,IImnbϨZم+Éo>?uu2K4<3j p% >U`"mЂZ%lbR %~hazYp#QoDF0R`,IҽP"\_|``~٩ȻᝩMR:.YgJJ(ou_r}s90^TSP~ %7$R:>TP?,8ޱ(T؂ryB~xXZXN6F24xAIx񏋭$pcjFкwZD7"Cp6:^Ưce!|z fmF^y}CP.e!bΣ$]LFjshmP],DZwȤ*YSK4߇PL=nǷ\Vv?ilf9y?1wbzH;WM7ճum:\o: @FBBk1%L.e"uA~c 4q"P!PRKpO"e}Áb@N]Q\N= o]CaȂwL,|1+Q#V0h-kzbF0rm,8Z/ J#9G퓬%{ҁDo}+ PQ"Fc{!>e5mU,a;SsG&|'\oGcB3P縻xTa|5wnP{|$޽ ydl\r=\p/+ΏrT(H r؟$Q[t7vk:󆶉 H'̖xF-5&瓗qcm?s){Tf-u2P`'i=nt*0$͟^,>vFA|`*Mbk+?SŁvY'*{n`tj, /d:?&NfcSj^7;hw~r60İM5eu:ݶJH_Wm?(*:Z /0WH@gmT%(eՉN-EL_?VhQ0+dCn΁dfRh豐ys#Bݘ,@˨4Wz Ifj8^&7E*d~I䂾kV"kI}>"̙n X3yA5N@ 89?q6-J}pp7WDjaha"rq"Wڠ?HW|{_U{> %Įʥ=!q m>+Znr0\u+;I5 R};{̦cː{B: %:éPS _jn䚱&^֌X -w10Z{2JeHg!iJlN2¯8,ws' `{WD"6#!rl[if&wũ'YG?cgLvMQ,j+hg-%f"ƣj.>By8t5rbE<+ś* }`TыSD#YOl/)qq7`FO=wgHf 4:x_e?,D ?V=_t! VL`ph!Z/|WMfw16b0M'J>+^֚1M};m.Iwl|; My_>s5Q3GKmY_>:@ƊZ6Â%4pj~Gԛ4!1#ve@3;~XΥ]YE|0rt֔Ȭy~zV&*-W.\v}Y_nJpkv)T g84>dҊGy4,yO- }$oa| iEp+4`nlO!E^:bi Y֯K#b\saQ!E4@ p8m+^Ġ2KuSİI"|)9`S{ ڜbi)5)b T3jd|xĹCˣ֍BW3BzX[ `QHsc5e`fh x>i\Aß+q{ +PZ_[x^Yf_Zo?X;jMVTө*Y{W)T <|$5E_&m: $Kx넺D?ww/ǐp₺O>ENhVµ_fDPBw:S':" b' AwHΕ)i?{cpڟg$]=zo=6qR5MqzqCWϣ-&ib@WUSL 2E MRCgNXZbz%`;yAoS`SpÜxG:m,6}}sÇʐ !XiK" 6B):AOUҡ'M_$P6 "k<$,wS̽sGP^Oځ0Wy&آ &YoҷR4%yQisUpAM=<-2Š:ޜOôm,GM| ak.O=NBV< ;dzkYEvPlPyd|sq֩Xv֦4RA2‘ڞrѷ\T䔟…ԞVr? Dd;'w^X9፟;4333)0.NBQ-/=DYu.̦ rC-ngJ`?[.̰N2Sby.= &wV׷qsubLD&̀mS=^iK3#k>{JЬl0=5AG,V2/rd7e@)*Lj`}Qd[Cd2(-W 4br٩hVo|@X Qm;)/%_kgslh>< &LT=d]_xk JdKL,D+g_2%, ';f6Y%J|1ݑ[D%`B֎~ 00垉if=+tfn`ro0cji6g~~"a5p~ F[!db`CڊQᕦ2ˋޅ[4Kc$O;ָ9;`u)!y*TfSn͇֗s0Gs1x|%a;l˚:}Ѓ]PAkwvԞw:<Ն0]o3x{ ,ig9QYf e46"׉E)s)aSP1c +]!> ;EOMu]8*@zPdb\ӟ*1EÖ\ <n{RKi|tcnD޷L CnL NƗVT.@-. @:Ss՟)3Mȯ<^S7uIu=LZaH, OROa,S6Ekt"pDx| & S1_cYl,m Ww]A^re:I3~hD,4V߱Ku]4N^V! D ͙8湥JpS+,GGs,yOύp˗!Sk+OpĜ"1[֩A~ ]q"mRZnaqkج6&%v :}b8u {rnZBGp{r/?K/!{yg726$nmy4`Nl|Am~\(St*0v /8{hYGj_m[tAm 2Cꄃۈ6p'$0,TA@u\ tcZ?~K(U +}*>ũaҺ73'91 $4ЉL]t`$ BUW[O-(H V{p'/Yr?Y&/E:I AM ô;QbzhhDZXPRP3SDS\ ,!0wKGD)K] )@s h3Qjq ٿ;]c4{GTtMȁfwPz@3 ˛ZŽ+yI`f(},)M "Hw}|K$1zﴂ1Ҕ}p^gBWJ!1__B]d<gGHFgS37n[=)'ei)y [X {IqDONJT28A;ŠA< gѕ"mt݋DW35n]~ ,{h HC,!Z~%)O:v>prJ"6iZrpߊHo\3V%rO+ŗ3Uu`Hq9 t0^ ppMŠGN^lXzxaZFQt )LyтD}@{.&穘kN6v`z(A <(.ȧ  hk_3QKJϟǽ [}@QY~Ҵt&]IHCǥE'*Xo!eY5'jTSCFD?'WtßYHiX)M`W0h,AaY=m3.IodÕ|%cEÈU,c,>5XsA~ڴ puPPG4d^u>1`9dy$mO[;Ѽ-3d.^3`<]@ ZkkmY:v/j|J }7p;Plo(2xZ_Ġ5F?A^Mύ茺9x*?91P0ןHɏS# }kK־*43VZQ:0c}W\-8߷G/JegTQPDhmQ GGpTv `?8.uƑi|p_ ʛZ- d.&.XYyb;sIzޣHx)d*[ ;,S(S˽3c_Kkf:0OIJ>-{1vmnJ[}p@#)V~F\w{O JC#_^<-NGj͇.pVa0(pdIv*%[`rQ{3n;UU"A\lfkf]xGƬ0uAQL 1SI"Ż-%ujC%oh<!jx]d3RTH mM7p1.^~`|*( xTLZî,rlj2` V.}aݮ!εy )HmSN@aU;?kڤ}G6vWhL)6 ENE%ׅlK{Im"ysCAaN! u!{\|EB&$VyOXYeqz;Fc!208e#9㧠WOs@]SMkS)R⏽0@yaʓaH}hbbH (SI "5NC 3>Liȕ9˭?Rq]"a0J4>]rG nlrT bdہtⰼwWp[)b4U U/L>Hל̏C?CbL޾8iEn!maʤ8X[njղT}G=(ZI iYtSR$E#%G3K/zӄ=?P\ݡz'F~BwN޶|ce])W9h{- ;~a|S(W+Lw+o6gQGNÀ8GnYw#D^$pȰF$гP$?ڔޓdqnzkÖohَT0w[Ty8A2[UVp`y'f8,g |ږXa#U'g!zk9Ln~:t2]'0јPlh*vƆ 씅3:.( /,3Y̚"\ љ]6khG }טg?ՆHs !j?Xjc^Tӝo".Y^[dsC>=)>prJrbŅdBEk "%k;lݒ& #{煞EIs=o g5& שk!XKz@ ZH5NWk7ܚn<_t?b|u)-ͳa ARb}O3B])E4BNF/D%'%Jic ȣ`2[Dqsƚִd9jNT=F67V  a>wA1{ro QJ.hWH@!;ΘxCÅd!h+[>O6GeRj\6< `m1n,]|Y]cߌbvƚ'Hw(G"B5xvDǙ{v}(R5B3DcKNR>vi{l%zD}kI,V,^ {ܶOuo~8$qgɳMoꅧYЛ"޽p_|lÒsFv/ mx2~2MTDYuwTG=XWA {xW3)$d:ӍZ1ΨO/l'di=A58=iy!o&wiy l`cZl[2. XEQyʇSl:, `wC"=S!Tбw&OA.%M ͨ)t:1.?2Ϲ+\B*%ǟHSa6=l̽ãJZx@(T/He:jС f/]C/jE!<Bi 'R0 J惺4 w,Ձ8%i~%V4DlٟըG $&UN0:͒_M(FGxWIԧC-jj cyL 'eDeQaM DE'na6+aʼ4ȴvlW۠$HM fq+Fo @|0kǡ[O=[IDpӒ~wOީXcD"D*xHb]Ե ;]I'F>eUrY-*٭L~w~cY CV4LZ&7F,|cYeVv+8 {t.~R &[<InWST5чrUov,FwN@Ӆ)0탢[k%~,͎͖Xj+nf&h0մ:d9s[Bjiy5sfϺN zޛFcMԈLkP ZS9BL΁ŏEv=ǣ&#WDaP4jE"* b"e~1Vְm$\&H #@B#kjx5_IS@SK^v9}qKZ/m)|ivQ(thw`h}d~}bXC `E~}ηMy"E-M7v132-)긞K).sMZNXl%pͺ6't~zU3Ƙ& oX- zfn&< ǽM6}Mrn3O"`n׊@i/P?3aNNUI H4yi֪`h0f>b <ݎ 3U{oSk2V6_|8୧#%8"_ub)}_'^#9AkPSA<vGD#%4^h0u 'n'\Rl%7-xc,y;m)Ť'V35 v!܈7H#KSXrl`=<AJdA|[['OzP0=8z),$}*hFdI $*Be[`, t}+^Ed J{#/f%@s '$uZ7Nl!+/$%Ō7KS6o kBFr0LҚvOa9b"E)M'P>tV_AL>:hwdW{ cM"o䝶"sښb.INs񀙪Z( A{qYHCT:8^q2B}Q gS-8~ü[W)4o(ũҠlI4kvYl\@BF+jh3Ϻ>rݤY\ Xd>ֻT^,w4X2NO )!T>x?&ͱgpa:`9EёJMUʯC%G6*2w0h҃EdVކ #fDム5?X>Vd@!)&r{k sx"ĔC G_NIӞ n5\QZ|GC.'۵*~K2i̢/ѢuIW=e.t {Jc0_LH8~0)#HɁq[BR}qqޡJ4p\*OOInw~@%`NEg=5yai _hfAl ůM:Z7"^VÝ,2Ks^X~~e^$Vzp[+mWly\NI,`5}3#iC^@z(P 9 ^fv{4Vg ώ ڄzB-0C3,&l\ۡJsp%=|t vq0uUTeRNvx/sj_(Ѿ@(ڪX)Z`HS)7ON= \@1@(mMdueY+0-)땆wp?(CgI@Gi缿ڹҸ_-/=3 sFɦi}ۿk?^ᰞ+]Iͥl?j Jg [H#뮝d3#;|kT"=bѢr ˴`Hm5 V{,zf $߆}QL@ os'C+v6 KCle~+fb-`rlMPK&`7m ,HF$qF_[壈E"t͡l}) IfOQnTnyAs[2& g=YKp~uW6. #uBixʧ9.pj<@Cki㿚Yw ܇˾,$D3Mܟ8KuؕhMNXf+U("Ň/A2,Dq5/իw[(N&ɕ)1_zDmc&y&gCj&U@_BkPGg3a DDD #624]