ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How we resize image in harddisk ? (https://www.excelbanter.com/excel-programming/425148-how-we-resize-image-harddisk.html)

mesuttasar[_2_]

How we resize image in harddisk ?
 

Hi everyone.I have a problem.
I want to resize image with vba code.Example ;

i have a image in *C:\Resimlerim\Sablon\pptornek.bmp
*
I want to make it dimension 718 X 721 pixel.

Please help me.Thanks.:confused:


--
mesuttasar
------------------------------------------------------------------------
mesuttasar's Profile: http://www.thecodecage.com/forumz/member.php?userid=133
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128


mesuttasar[_3_]

How we resize image in harddisk ?
 

mesuttasar;258363 Wrote:
Hi everyone.I have a problem.
I want to resize image with vba code.Example ;

i have a image in *C:\Resimlerim\Sablon\pptornek.bmp
*
I want to make it dimension 718 X 721 pixel.

Please help me.Thanks.:confused:
--- Automerged consecutive post before response ---
Is there anybody to help me? Blink1


please help me, i wait still


--
mesuttasar
------------------------------------------------------------------------
mesuttasar's Profile: http://www.thecodecage.com/forumz/member.php?userid=133
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128


mesuttasar[_4_]

How we resize image in harddisk ?
 

mesuttasar;261688 Wrote:
please help me, i wait still



i guess , solve of my problem is impossibble.


--
mesuttasar
------------------------------------------------------------------------
mesuttasar's Profile: http://www.thecodecage.com/forumz/member.php?userid=133
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128


Simon Lloyd[_1062_]

How we resize image in harddisk ?
 

What size is it now? where is it to be placed?

mesuttasar;258363 Wrote:
Hi everyone.I have a problem.
I want to resize image with vba code.Example ;

i have a image in *C:\Resimlerim\Sablon\pptornek.bmp*

I want to make it dimension 718 X 721 pixel.

Please help me.Thanks.:confused:
--- Automerged consecutive post before response ---
Is there anybody to help me? Blink1



--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128


Simon Lloyd[_1063_]

How we resize image in harddisk ?
 

Simon Lloyd;263738 Wrote:
What size is it now? where is it to be placed?

This will resize the image, however you have to play around with the
settings!!

With ActiveSheet
.Shapes("Picture 1").Select
Selection.ShapeRange.ScaleWidth 0.86, msoFalse, msoScaleFromTopLeft
Selection.ShapeRange.ScaleHeight 0.86, msoFalse, msoScaleFromTopLeft
End With


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128


mesuttasar[_5_]

How we resize image in harddisk ?
 

Simon Lloyd;263738 Wrote:
What size is it now? where is it to be placed?


It is size 1000X1000.


--
mesuttasar
------------------------------------------------------------------------
mesuttasar's Profile: http://www.thecodecage.com/forumz/member.php?userid=133
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=72128



All times are GMT +1. The time now is 01:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com