+ Başlığa Yanıt Yaz
11 sonuçtan 6 - 10 arası sonuçlar
-
11.02.2010 23:57 #6
Elmalar birbirlerine çok yakın olduğu için birebir ayrı durmuyorlar.
Dosyayı inceleyebilirisin. Dilimlemeyi Photooshop ile yapılabiliyor.
-
12.02.2010 09:42 #7
- Katılım Tarihi
- 2010
- Mesaj
- 5
sanırım ben bulamadım ama dosyayı incele derken dosyamı ekledin
-
12.02.2010 16:46 #8
Upload formundan gelen resmi crop eden asp kodu istersen formdan gelen resim yerine veri tabanından aldığın resim konumunu verip te o resmi crop edebilirsin.
Resmi upload için form kodu
Formdan gelen resmi crop edecek olan asp kodu "image-crop-demo.asp"Kod:<form action="image-crop-demo.asp" method="post" enctype="multipart/form-data"> Upload an image for processing<br> <input type="file" name="Image1"><br> <input type="submit" value="Upload"> </form>
Kod:<%@ language="vbscript" %> <% option explicit '---------------------------------------------------------------- ' Crop-to-fit ASPJPEG ' Revision 2 [2009-06-01] ' Corrected aspect ratio of the output image '---------------------------------------------------------------- const DESIRED_IMAGE_WIDTH = 150 const DESIRED_IMAGE_HEIGHT = 150 dim oUpload set oUpload = Server.CreateObject( "PERSITS.UPLOAD" ) ' ' Ideally, you should set the properties for ASPUPLOAD component here ' oUpload.Save dim oFile set oFile = oUpload.Files( "Image1" ) dim oJpeg set oJpeg = Server.CreateObject( "PERSITS.JPEG" ) ' ' Ideally, you should set the properties for PERSITS.JPEG component here ' ' ' This example requires that PreserveAspectRatio is set to FALSE ' Otherwise you may notice round-off errors when ASPJPEG resizes the image ' oJpeg.PreserveAspectRatio = false oJpeg.OpenBinary( oFile.Binary ) dim SourceAspectRatio dim DesiredAspectRatio SourceAspectRatio = oJpeg.Width / oJpeg.Height DesiredAspectRatio = DESIRED_IMAGE_WIDTH / DESIRED_IMAGE_HEIGHT if SourceAspectRatio > DesiredAspectRatio then ' ' Triggered when source image is wider ' oJpeg.Height = DESIRED_IMAGE_HEIGHT oJpeg.Width = DESIRED_IMAGE_HEIGHT * SourceAspectRatio else ' ' Triggered otherwise (i.e. source image is similar or taller) ' oJpeg.Width = DESIRED_IMAGE_WIDTH oJpeg.Height = DESIRED_IMAGE_WIDTH / SourceAspectRatio end if dim X0 dim Y0 dim X1 dim Y1 ' ' Crop the image keeping the CENTER part intact ' X0 = ( oJpeg.Width - DESIRED_IMAGE_WIDTH ) / 2 Y0 = ( oJpeg.Height - DESIRED_IMAGE_HEIGHT ) / 2 X1 = X0 + DESIRED_IMAGE_WIDTH Y1 = Y0 + DESIRED_IMAGE_HEIGHT oJpeg.Crop X0, Y0, X1, Y1 oJpeg.SendBinary %>
-
13.02.2010 20:44 #9
Eklemeyi unutmuşum kusura bakmayın.
http://www.dosyaupload.net/download....%F6r%20(2).rar
Resim dilimli olduğu için pop upta açtırırken istediğiniz parçayı gösterebilirsiniz.
-
16.02.2010 22:24 #10
- Katılım Tarihi
- 2010
- Mesaj
- 5
tşkler de
öncelikle ilgin için tşk ederim ama bu yaptığını bende düşündüm de çok zor şöyleki
100 resim olduğunu düşün ve bu yüz resimde 100 elma olduğunu düşün 100X100=10000 resim eder ve bunu yapmak hiç kolay değil
benim istediğim şey resmin üstüne işaret koyacam programda o işareti seçtiğimde resmin sadece o işaretin olduğu kısmı gözükecek
Benzer Başlıklar
-
saat takvim ,resim haberler gösterilmesi
sibel285 tarafından Windows'u Kişiselleştirme forumundaYanıt: 3Son Mesaj: 01.07.2009, 11:03 -
Resmin üzerine mouse geldiğinde resmin büyümesi..
SMallianceTR tarafından Web ve Grafik Tasarımı forumundaYanıt: 3Son Mesaj: 30.07.2007, 03:16 -
PCnet sayfasının bir bölümünün yenilenmesini sağlamak
NetteTek tarafından PCnet forumundaYanıt: 5Son Mesaj: 13.04.2005, 19:03 -
SQL de rakamların gösterilmesi
Fraktal tarafından Web ve Grafik Tasarımı forumundaYanıt: 1Son Mesaj: 03.03.2005, 22:35 -
Photoshop bölümünün kaldırılması
shapcy tarafından PCnet forumundaYanıt: 0Son Mesaj: 16.07.2003, 16:41



Alıntıyla Yanıtla

bu laptop vice city'i kasmadan açar mı?
Bugün, 22:32 / Oyunlar