<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>JomPeich d&#039;er Bisente &#187; imágenes</title> <atom:link href="http://www.bisente.com/blog/tag/imagenes/feed/" rel="self" type="application/rss+xml" /><link>http://www.bisente.com</link> <description>Este es mi blog. Hay otros muchos pero este es el mío.</description> <lastBuildDate>Mon, 23 Jan 2012 06:37:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Imágenes en &quot;negativo&quot; tras escalar con ImageMagick</title><link>http://www.bisente.com/blog/2010/03/30/imagenes-en-negativo-tras-escalar-con-imagemagick/</link> <comments>http://www.bisente.com/blog/2010/03/30/imagenes-en-negativo-tras-escalar-con-imagemagick/#comments</comments> <pubDate>Tue, 30 Mar 2010 17:43:44 +0000</pubDate> <dc:creator>bisente</dc:creator> <category><![CDATA[Linuxadas]]></category> <category><![CDATA[colores]]></category> <category><![CDATA[CYMK]]></category> <category><![CDATA[escalado]]></category> <category><![CDATA[ImageMagick]]></category> <category><![CDATA[imágenes]]></category> <category><![CDATA[JPG]]></category> <category><![CDATA[negativo]]></category> <category><![CDATA[RGB]]></category><guid isPermaLink="false">http://www.bisente.com/?p=1396</guid> <description><![CDATA[Un apunte rápido de una cosa que solucioné en el trabajo hace unas semanas y desde entonces he visto en otro par de sitios. Al escalar imágenes con el convert de ImageMagick (o con alguna de sus API) algunas fotos &#8230; <a href="http://www.bisente.com/blog/2010/03/30/imagenes-en-negativo-tras-escalar-con-imagemagick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Un apunte rápido de una cosa que solucioné en el trabajo hace unas semanas y desde entonces he visto en otro par de sitios.</p><p>Al escalar imágenes con el convert de <a title="ImageMagick" href="http://www.imagemagick.org/">ImageMagick</a> (o con alguna de sus API) algunas fotos se quedan como en negativo: tonos negros, verdes oscuro, etc. aunque por supuesto la imagen original se ve bien. Después de darle vueltas el &#8220;problema&#8221; con estas imágenes es que el color iba codificado en <a title="CMYK" href="http://es.wikipedia.org/wiki/CMYK">CMYK</a> en lugar de <a title="RGB" href="http://es.wikipedia.org/wiki/Modelo_de_color_RGB">RGB</a>, y por lo visto ImageMagick en el escalado por defecto usa RGB como salida y no realiza la conversión necesaria.</p><p>Solución rápida: antes de escalar las imágenes, pasarlas a RGB con:</p><div class="codesnip-container" >convert -colorspace rgb original.jpg rgb.jpg</div><p>En medios exclusivamente digitales es difícil que esto pase, ya que para imágenes en pantalla se usa RGB. Sin embargo en medios que trabajen también con papel (prensa, editoriales, publicidad) es más fácil porque CMYK es el modelo que se usa para imprimir, y es posible que alguna foto en este formato pase inadvertidamente a la versión digital del medio.</p> ]]></content:encoded> <wfw:commentRss>http://www.bisente.com/blog/2010/03/30/imagenes-en-negativo-tras-escalar-con-imagemagick/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Previos de imágenes del tamaño que quieras en WordPress</title><link>http://www.bisente.com/blog/2008/02/23/new-title-in-spanish-5/</link> <comments>http://www.bisente.com/blog/2008/02/23/new-title-in-spanish-5/#comments</comments> <pubDate>Sat, 23 Feb 2008 15:57:06 +0000</pubDate> <dc:creator>bisente</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[imágenes]]></category> <category><![CDATA[miniatura]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[tamaño]]></category> <category><![CDATA[thumbnail]]></category><guid isPermaLink="false">http://www.bisente.com/blog/2008/02/23/new-title-in-spanish-5/</guid> <description><![CDATA[One thing I always missed in WordPress is the ability to select the size of the thumbnail that&#8217;s generated every time you upload a picture to your blog. The default size is quite small, sometimes you may want it, for &#8230; <a href="http://www.bisente.com/blog/2008/02/23/new-title-in-spanish-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<div class="jLanguage"><ul><li><a href="?lan=english"><img alt="english" src="http://www.bisente.com/wp-content/plugins/jLanguage/icons/en.png" /></a></li><li><a href="?lan=spanish"><img alt="spanish" src="http://www.bisente.com/wp-content/plugins/jLanguage/icons/es.png" /></a></li></ul></div><p>One thing I always missed in WordPress is the ability to select the size of the thumbnail that&#8217;s generated every time you upload a picture to your blog. The default size is quite small, sometimes you may want it, for example, to be as wide as the page, without needing to scale the original pic down in HTML with width=&#8221;xx&#8221;.</p><p>I&#8217;ve found today the <a href="http://www.anieto2k.com/2007/07/06/imagescontrolsize-somete-tus-miniaturas-a-voluntad/" title="imageControlSize">imagesControlSize</a> plugin by <a href="http://www.anieto2k.com/" title="aNieto2k">aNieto2k</a>, that allows you to select the thumbnail&#8217;s width when uploading an image (the height is calculated automatically, maintaining the aspect ratio). Works great.</p> ]]></content:encoded> <wfw:commentRss>http://www.bisente.com/blog/2008/02/23/new-title-in-spanish-5/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using disk: enhanced
Database Caching 1/17 queries in 0.004 seconds using apc
Object Caching 516/546 objects using apc

Served from: www.bisente.com @ 2012-02-12 08:43:55 -->
