|
Is there any way to make nice round corners with python? Currently PIL and GD2 are used in my project. Both of them have an arc() method, that allows you to draw a quater-circle, but the quater-circle is not antialiased, so the image looks crispy.
Is ...
Started by DataGreed on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You should now have two images with crispy non answer above for details) method ....
Then you copy it.
So, I would not provide the full code, but i'll explain my ones) corners on the image.
But i found that the images become blurry.
|
|
Some really nice colouring of old B&W images here
http://imgur.com/a/wapUe
Started by MnM on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at talkphotography):
Wow these are amazing....
For those interested, the artist who did the recolouring is Sally Dullaway .
I recognise the Darwin one as being taken by Julia Margaret Cameron while he was visiting Dimbola Lodge at Freshwater, IOW .
Some pretty good retouching, too.
|
|
Nice images
http://royaltelecome.hotels.officeli...of%20allah.gif
http://royaltelecome.hotels.officeli...LAMIC19085.jpg
http://royaltelecome.hotels.officeli...lah_jameel.jpg
http://royaltelecome.hotels.officeli...1-20090126.jpg
http://royaltelecome.hotels...
Started by PRINCE SHAAN on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at meraforum):
Re: Nice images
subhanAllah ,,beautiful sharing Re: Nice images
beautiful images
JazakAllah Re: Nice images
Mashallah....
Re: Nice images
SubhanALLAH Re: Nice images
Mashaallah ....
|
Ask your Facebook Friends
|
Nice Creative.... Inspirational Images
http://www.bigpicture.in/wp-content/...ouchard110.jpg
http://www.bigpicture.in/wp-content/...nBouchard2.jpg
http://www.bigpicture.in/wp-content/...nBouchard3.jpg
http://www.bigpicture.in/wp-content/...nBouchard4....
Started by ღƬαsнι☣Rασ on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at meraforum):
Inspirational Images
awesomeeee Re: Nice Creative....
Re: Nice Creative....
Inspirational Images
Nice Sharing ..
Re: Nice Creative....
|
|
Update: I'm not looking for a wordpres plugin. I'm currently developing an application which is just using Wordpress as a CMS. I need a standalone function to upload images, and resize them to the sizer I need.
I need a library for uploading and resize...
Started by Steven on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are using Wordpress checkout wp plugins @ wordpress.org BTW I'm using nextgen gallery
shameless plug for my own (if you can't find a good wordpress plugin, which you should be able to): http://phpthumb.gxdlabs.com
wideImage is great and pretty... .
|
|
Hi all, I'm really really new to HTML/CSS, but somehow decided to plunge head on to using 960 Grid System, which I found helpful. I know some says it's unsemantic, but I've been involved and at the end, tangled in the problem stated above. I've tried ...
Started by N.A.B on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You could describe a relative path just like this
images('images/topgrafik.jpg') center....
I think the problem is the last slash in the image paths:
./images/footer.jpg/
I am not sure, but maybe, the dot may cause problems, too.
|
|
Hey all!
Ok, it will be for this site template , in terms of colors and what not: http://www.paddsolutions.com/wpmag/lanthanumness/
So I want it to match that site above:
TEXT: MyFailz.com
Slogan: I lol'ed
Image. You can either put one in or not. If you...
Started by kastro_316 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at digitalpoint):
I'll gladly make any changes.
First entry.
I MAY BE WRONG, SO DO YOUR OWN RESEARCH.
(Haven't declared a winner in last 6 of them)
I'm sure more, if you keep on checking .
Just a quick word to all the designers, this CH usually never ends his contests .
|
|
I implemented lazy image load for my UITableView using NSUrlConnection. This is all working very nicely. When I open my table, I automatically get the images when I wait for a second (on 3G). However, when I scroll, the table loads the new cell's, starts...
Started by StijnSpijker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you request all the images for your table for scrollViewDidEndDragging and loadImagesForOnscreenRows to be truly lazy and only request images for rows the user.
Take a look at the Apple example LazyTableImages.
|
|
In one of the recent Stackoverflow podcasts , Jeff talked about having a single image file having all of those tiny images that are all over a page and then cutting it with CSS so that all the images get displayed correctly. The whole point is to reduce...
Started by DrJokepu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Blog
Here's a nice generator: http://www.csssprites.com/
Basically you use your single image, .w20, .w21, .w24, .wci, .wpb background:transparent url(/images/nav_logo4.png) no-repeat scroll 0 0.
|
|
Does anyone know of a c++ library for taking an image and performing image recognition on it such that it can find letters based on a given font and/or font height? Even one that doesn't let you select a font would be nice (eg: readLetters(Image image...
Started by Zombies on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
From there web site
The Tesseract OCR engine was one of the top 3 engines... .
There is tesseract-ocr which is a professional library to do this .
While I cannot recommend one in particular, the term you are looking for is OCR (Optical Character Recognition) .
|